/*
! tailwindcss v3.0.24 | 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: currentColor;
  /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

html{
  font-family: Montserrat;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.-left-full {
  left: -100%;
}

.top-7 {
  top: 1.75rem;
}

.left-1\/2 {
  left: 50%;
}

.right-32 {
  right: 8rem;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

.m-2 {
  margin: 0.5rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

.mt-20 {
  margin-top: 5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-16 {
  height: 4rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-5 {
  height: 1.25rem;
}

.h-1 {
  height: 0.25rem;
}

.w-16 {
  width: 4rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-24 {
  width: 6rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-4\/5 {
  width: 80%;
}

.w-32 {
  width: 8rem;
}

.w-5 {
  width: 1.25rem;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-header {
  grid-template-columns: 150px 1fr 150px;
}

.grid-cols-2fr {
  grid-template-columns: 1fr 1fr;
}

.grid-cols-3fr {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-cols-1fr {
  grid-template-columns: 1fr;
}

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

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

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

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

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

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

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.border-2 {
  border-width: 2px;
}

.border-0 {
  border-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-basic-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(246 186 1 / var(--tw-border-opacity));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.bg-basic-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 16 / var(--tw-bg-opacity));
}

.bg-basic-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(246 186 1 / var(--tw-bg-opacity));
}

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

.p-5 {
  padding: 1.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.leading-8 {
  line-height: 2rem;
}

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

.text-basic-brown {
  --tw-text-opacity: 1;
  color: rgb(19 19 16 / var(--tw-text-opacity));
}

.text-basic-yellow {
  --tw-text-opacity: 1;
  color: rgb(246 186 1 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity));
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-0 {
  opacity: 0;
}

:root{
  --basic-yellow:#f6ba01;
}

.site-wrapper{
  max-width:2000px;
  margin: auto;
  box-sizing:border-box;
}

.content-wrapper{
  padding:0 15px;
  margin: auto;
}

@media all and (min-width:1024px){
  .content-wrapper{
    width:84vw;
    margin:0 auto;
    max-width:1600px;
  }
}

h2{
  font-size: 1.5rem;
  font-weight: bold;
}

@media all and (min-width:1024px){
  h2{
    font-size: 2rem;
    font-weight: bold;
  }
}

h3{
  font-size: 1.6rem;
}

@media all and (min-width:1024px){
  header{
    padding:0 5vw;
  }
}

.btn{
  padding:10px 25px;
  color:white;
  transition: .3s;
  background-color: #d10d0d;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
}

.btn:hover{
  background-color: rgb(111, 1, 1);
}

.transform{
  left:0;
  width:90%;
  position:absolute;
  transition: 1s;
  transition-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1);
}

.main-menu ul li {
  transition:.2s;
}

.main-menu ul li:hover{
  color:#ffc824;
}

.baner-wrapper-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tlo{
  background-image: url(/img/tlo.png);
  background-size: cover;
  background-position: center;
  justify-content: center;
}

#carousel-2{
  height:50vh;
}

@-webkit-keyframes name-of-animation {
  0%    {
    transform: scale(1);
  }

  100%  {
    transform: scale(1.1)
  }
}

@keyframes name-of-animation {
  0%    {
    transform: scale(1);
  }

  100%  {
    transform: scale(1.1)
  }
}

.tlo {
  -webkit-animation: name-of-animation 10s infinite;
          animation: name-of-animation 10s infinite;
}

.item img{
  height:50vh;
}

@media all and (min-width:1024px){
  .item img{
    height:100vh;
    max-height: 900px;
  }
}

.text-baner{
  min-height:500px;
}

/* Two SECTION-------------------- */

#img-one{
  background-image: url(/img/zaluzje/zaluzja_drewniana_Lubart.webp);
  background-position: center;
  background-size: cover;
}

#img-two{
  background-image: url(/img/zdjecia/Rolety/rolety_dzien-noc_Lubart.webp);
  background-position: center;
  background-size: cover;
}

#img-three{
  background-image: url(/img/zdjecia/Plisy/plisy_Lubart.webp);
  background-position: center;
  background-size: cover;
}

#img-four{
  background-image: url(/img/zdjecia/Wertikale/wertikale_Lubart.webp);
  background-position: center;
  background-size: cover;
}

#img-five{
  background-image: url(/img/zdjecia/Moskitiery/moskitiera_przesuwna_Lubart.webp);
  background-position: center;
  background-size: cover;
}

.second-text{
  position:absolute;
  bottom:20px;
  height:50px;
  transition: .5s;
}

@media all and (min-width:1024px){
  .second-text{
    height:60px;
  }
}

.item-squere:hover .second-text{
  position:absolute;
  bottom:20px;
  height:100px;
}

@media all and (min-width:1024px){
  .item-squere:hover .second-text{
    height:125px;
  }
}

.item-squere:hover .btn{
  -webkit-animation: opacity-btn .5s;
          animation: opacity-btn .5s;
  opacity:1;
}

@-webkit-keyframes opacity-btn {
  0%    {
    opacity: 0;
  }

  50%    {
    opacity: 0;
  }

  100%    {
    opacity: 1;
  }
}

@keyframes opacity-btn {
  0%    {
    opacity: 0;
  }

  50%    {
    opacity: 0;
  }

  100%    {
    opacity: 1;
  }
}

.btn{
  -webkit-animation: opacity 10s infinite;
          animation: opacity 10s infinite;
}

@media all and (min-width:1024px){
  .four{
    height: 1150px;
  }

  .four-bottom{
    left:12vw;
    right:12vw;
    padding-right: 40vw;
    height:450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #four-one, #four-two{
    height:750px;
  }

  .four-right-text{
    height: 270px;
  }
}

.flex{
  display: flex;
}

/* ----------------LOGO---------------------- */

.logo-carousel-container {
  padding: 5vh 0;
}

.logo-carousel-container .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  align-items: center;
}

.logo-carousel-container .wrapper .left-logo {
  padding: 2vw;
  color: white;
}

.logo-carousel-container .wrapper .left-logo h4 {
  color: #1375bc;
}

.logo-carousel-container .wrapper .left-logo h3 {
  color: black;
}

.logo-carousel-container .wrapper .right-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  background-color: #f6ba01;
  padding: 30px 20px;
  color:white;
  position: relative;
  text-align: center;
  align-items: center;
}

@media all and (min-width:1024px){
  .logo-carousel-container .wrapper .right-logo::after{
    position: absolute;
    content: '';
    top:20px;
    bottom: 20px;
    left:20px;
    right: 20px;
    border: 1px dashed white;
  }
}

.logo-carousel-container .wrapper .right-logo img {
  width: 80px;
  height: auto;
}

@media all and (max-width: 768px) {
  .logo-carousel-container .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 375px) {
  .logo-carousel-container .wrapper .right-logo {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-carousel-container .wrapper .left-logo h3 {
    line-height: 3.5rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .logo-carousel-container .wrapper .left-logo h4 {
    text-align: center;
  }
}

#sh1{
  background-image: url(/img/zdjecia/Wertikale/wertikale-lubart.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sh2{
  background-image: url(/img/zdjecia/Rolety/rolety_dzien-noc_lubartow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sh3{
  background-image: url(/img/zdjecia/Plisy/plisy-lubartow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sh4{
  background-image: url(/img/zdjecia/Wertikale/verticale-lubartow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sh5{
  background-image: url(/img/zaluzje/zaluzje-lubart.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sh6{
  background-image: url(/img/zdjecia/Rolety/rolety_dzien-noc_lubartow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header::after{
  position: absolute;
  content: '';
  width: 100%;
  height:100%;
  background-color: black;
  top:0;
  left:0;
  z-index: -1;
  opacity: .5;
}

.site-header{
  color:white;
  z-index: 1;
  padding-left: 50px;
}

@media all and (min-width:1024px){
  .site-header{
    margin-top: 0;
    padding-top:10rem;
    padding-left:10vw;
    margin-bottom: 50px;
  }
}

footer{
  margin-top: 50px;
}

.home svg{
  transition: .3s;
}

.home:hover svg{
  transform: scale(1.3);
  color:var(--basic-yellow);
}

@media all and (min-width:768px){
  .lubart-container{
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-areas: 'img text';
    gap:30px;
    margin-bottom: 50px;
  }

  .lubart-img{
    grid-area: img;
  }

  .lubart-img img{
    width:100%;
    max-height:400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (min-width:1024px){
  .image-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:50px;
  }
}

.img-gallery{
  height:400px;
  width:100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px 0;
}

@media all and (min-width:1024px){
  .img-gallery{
    margin:0;
  }
}

/* Kontakt---------------------------- */

.contact-text-container {
  padding: 50px 80px;
  border-top: 1px solid var(--basic-yellow);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-text-container #contact-left {
  flex: 1;
  margin-bottom: 30px;
}

.contact-text-container #contact-left div {
  display: flex;
  flex-direction: column;
}

.contact-text-container #contact-left .contact-top-h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.contact-text-container #contact-left .contact-top-h2 img {
  width: 40px;
  left: 30px;
  position: absolute;
}

.contact-text-container .contact-form {
  width: 100%;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact-text-container .contact-form h2 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
}

.contact-text-container .contact-form input {
  display: block;
  width: 100%;
  margin: 10px auto;
  padding: 10px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--basic-yellow);
  height: 70px;
  background-color: transparent;
  color:gray;
}

.contact-text-container .contact-form textarea {
  width: 100%;
  margin: 5px auto;
  border-left: none;
  height: 150px;
  font-family: sans-serif;
  padding-top: 5px;
  border-bottom: solid 1px var(--basic-yellow);
  border-right: none;
  border-top: none;
  background-color: transparent;
}

.contact-text-container .contact-form .btn {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: start;
  margin-bottom: 10px;
  display: block;
  background-color: var(--basic-yellow);
  color: white;
  padding:10px 30px;
}

.contact-text-container .contact-form .g-recaptcha {
  margin: 10px 20px;
  height: 100px;
  display: flex;
  justify-content: center;
}

.contact-text-container .contact-form .status {
  font-size: 16px;
  color: var();
  padding: 15px;
}

.contact-text-container .contact-form .status span {
  color: var(--basic-yellow);
}

@media screen and (max-width: 850px) {
  .contact-text-container {
    flex-direction: column;
  }

  .contact-text-container #contact-left .contact-top-h2 img {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .contact-text-container {
    padding: 10px 20px;
  }
}

#img-plisy{
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

#img-moskitiery{
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:grid {
    display: grid;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .md\:grid-cols-2fr {
    grid-template-columns: 1fr 1fr;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

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

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

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

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:bg-basic-brown {
    --tw-bg-opacity: 1;
    background-color: rgb(19 19 16 / var(--tw-bg-opacity));
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.pagination{
  display: flex;
  gap:10px;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
}
.pagination>a>svg{
  fill: var(--basic-yellow);
  width:35px;
  height:auto;
  transition: .3s;
}
.pagination>a>svg:hover{
  fill:gray;
}
#footer-ul{
  gap:5px;
  margin-top: 10px;
}

body > main > div > div.contact-text-container.content-wrapper.border-2.border-dashed.border-gray > div.contact-form > form > input.button-btn{
  width:fit-content;
  padding:5px 30px;
  border-radius: 5px;
  background-color: var(--basic-yellow);
  color:white;
  cursor: pointer;
}