/*Main banner*/
.main_banner_flex {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 100vh;
  background-image: url("../photos/flex.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: end;
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
  z-index: 2;
}
.main_banner_okienkowanie {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 100vh;
  background-image: url("../photos/okienkowanie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: end;
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
  z-index: 2;
}
.main_banner_sztancowanie {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 100vh;
  background-image: url("../photos/sztancowanie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: end;
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
  z-index: 2;
}
.main_banner_lakierowanie {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 100vh;
  background-image: url("../photos/lakierowanie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: end;
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
  z-index: 2;
}
.main_banner_ciecie {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 100vh;
  background-image: url("../photos/ciecie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: end;
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
  z-index: 2;
}
.main_banner_hot {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 100vh;
  background-image: url("../photos/hot.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: end;
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
  z-index: 2;
}
.main_banner_klejenie {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 100vh;
  background-image: url("../photos/klejenie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: end;
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
  z-index: 2;
}
@media (max-width: 1150px) {
  .main_banner_flex,
  .main_banner_okienkowanie,
  .main_banner_sztancowanie,
  .main_banner_lakierowanie,
  .main_banner_ciecie,
  .main_banner_hot,
  .main_banner_klejenie {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100vh;
    padding-left: 2em;
    padding-right: 2em;
    align-items: end;
  }
}
/*Description */
.sitodruk_description_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10em;
  padding-right: 10em;
  padding-bottom: 6em;
  padding-top: 15em;
  gap: 5em;
}
.sitodruk_description_container_left {
  display: flex;
  flex-direction: column;

  width: 48%;
}
.sitodruk_description_container_right {
  display: flex;
  flex-direction: column;

  width: 52%;
}
.sitodruk_description_container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.sitodruk_description_container ul li {
  display: flex;
  font-size: 20px;
  padding-bottom: 2em;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
}
.sitodruk_description_container ul li i {
  font-size: 40px;
  vertical-align: middle;
  padding-right: 0.4em;
}
.sitodruk_description_container hr {
  color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #000;
  display: block;
  width: 100px;
  margin-bottom: 1em;
}
.sitodruk_description_container h2 {
  margin-bottom: 2em;
  font-size: 30px;
}

.sitodruk_description_container p {
  color: black;
  margin-bottom: 1em;
  font-size: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 1.3em;
  text-align: justify;
  word-spacing: -2px;
}
.sitodruk_description_min_tittle {
  margin-bottom: 2em;
}
@media only screen and (max-width: 1500px) and (min-width: 1350px) {
  .sitodruk_description_container {
    padding-left: 5em;
    padding-right: 5em;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 900px) {
  .sitodruk_description_container {
    display: flex;
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .sitodruk_description_container_left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .sitodruk_description_container p {
    text-align: justify;
    word-spacing: -2px;
  }
  .sitodruk_description_container_right {
    display: flex;
    flex-direction: column;

    width: 100%;
  }
}
@media (max-width: 900px) {
  .sitodruk_description_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
    padding-bottom: 4em;
  }
  .sitodruk_description_container_left {
    display: flex;
    flex-direction: column;

    width: 100%;
  }
  .sitodruk_description_container p {
    text-align: justify;
    word-spacing: -2px;
    font-size: 20px;
  }
  .sitodruk_description_container_right {
    display: flex;
    flex-direction: column;

    width: 100%;
  }
  .sitodruk_description_container ul {
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .sitodruk_description_container ul li {
    font-size: 20px;
    padding-bottom: 2em;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    margin: 0 10px;
  }
  .sitodruk_description_container ul li i {
    font-size: 40px;
    vertical-align: middle;
    padding-right: 0.4em;
  }
  .sitodruk_description_container hr {
    color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #000;
    display: block;
    width: 100px;
    margin-bottom: 1em;
  }
}

/*Co należy wziąć pod uwagę przy druku sitodrukowym?*/
.sitodruk_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10em;
  padding-right: 10em;
  padding-bottom: 8em;
  padding-top: 8em;
}
.sitodruk_info p {
  padding-bottom: 1em;
  font-size: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
}
.sitodruk_info hr {
  color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #000;
  display: block;
  width: 100px;
  margin-bottom: 1em;
}
.sitodruk_info h2 {
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 30px;
}
.sitodruk_info_points {
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
.sitodruk_info_points .points {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  min-height: 200px;
  flex: 25%;
  background-color: #f6f6f7;
}
.sitodruk_info_points h2 {
  text-transform: uppercase;
}
.sitodruk_info_points h3 {
  font-size: 20px;
  padding-top: 2em;
  padding-bottom: 1em;
}
.sitodruk_info_points p {
  color: black;
  text-align: justify;
  word-spacing: -2px;
  text-justify: inter-word;
  font-size: 18px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sitodruk_info .line {
  color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #000;
  display: block;
  width: 10%;
  padding-top: 2.5em;
}
@media only screen and (max-width: 1500px) and (min-width: 1350px) {
  .sitodruk_info {
    padding-left: 5em;
    padding-right: 5em;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 900px) {
  .sitodruk_info {
    display: flex;
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .sitodruk_info_points {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .sitodruk_info {
    display: flex;
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
    padding-top: 0em;
  }
  .sitodruk_info_points {
    flex-direction: column;
  }
}

/*gallery*/
.gallery {
  display: flex;
  flex-direction: column;
  padding-left: 10em;
  padding-right: 10em;
  padding-bottom: 6em;
  padding-top: 6em;
  height: auto;
  background-color: #f6f6f7;
}

.gallery p {
  padding-bottom: 1em;
  font-size: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
}
.gallery hr {
  color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #000;
  display: block;
  width: 100px;
  margin-bottom: 1em;
}
.gallery h2 {
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 30px;
}

.gallery_con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 30px;
}

.gallery_con img {
  min-width: 200px;
  min-height: 200px;
  width: 100%;
  height: 450px;
  cursor: pointer;
}

.categories {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-bottom: 50px;
}
.subcategories {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 50px;
}

.sub {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.subcategories p {
  font-size: 20px;
  font-weight: bold;
}

.category-btn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid black;
  border-radius: 3em;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.subcategory-btn {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid black;
  border-radius: 3em;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.category-btn:hover,
.subcategory-btn:hover {
  background-color: black;
  color: white;
}
.category-btn:focus,
.subcategory-btn:focus {
  background-color: black;
  color: white;
}
.slider-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.slider-content.active {
  opacity: 1;
}

.close-popup {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
.arrow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  z-index: 10000;
}

.prev-button {
  left: 20px;
}

.next-button {
  right: 20px;
}
.slider-content img {
  width: auto;
  height: 80vh;
}

.close-popup {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 1500px) and (min-width: 1350px) {
  .gallery {
    padding-left: 5em;
    padding-right: 5em;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 900px) {
  .gallery {
    display: flex;
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .gallery p {
    padding-bottom: 1em;
    text-align: left;
  }
  .gallery_con {
    padding-top: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
  }
  .gallery_con img {
    min-width: 200px;
    min-height: 200px;
    width: 100%;
    height: 650px;
    cursor: pointer;
  }
  .gallery_img {
    flex: 33%;
  }
}
@media (max-width: 900px) {
  .gallery {
    display: flex;
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
    margin-bottom: 2em;
    padding-top: 4em;
  }
  .gallery p {
    padding-bottom: 1em;
    text-align: left;
  }
  .gallery_con {
    padding-top: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
  }
  .gallery_img {
    flex: 50%;
  }
  .gallery_con img {
    min-width: 200px;
    min-height: 200px;
    width: 100%;
    height: 300px;
    cursor: pointer;
  }

  .categories {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 50px;
  }
  .subcategories {
    display: flex;
    flex-direction: column;

    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 50px;
  }

  .sub {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .subcategories p {
    font-size: 20px;
    font-weight: bold;
  }

  .category-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid black;
    border-radius: 3em;
    color: black;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .subcategory-btn {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid black;
    border-radius: 3em;
    color: black;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}

/*COMING SOON*/
.bg-pattern-coming {
  display: flex;
  flex-direction: row;
  gap: 350px;
  justify-content: center;
  height: 1050px;
  position: absolute;
  top: 0;
  left: 20%;
  z-index: -999;
}
.bg-pattern-coming hr {
  margin: 0;
  padding: 0;
  border: 1px dotted rgb(204, 204, 204);
  display: block;
}
@media (max-width: 1100px) {
  .bg-pattern-coming {
    display: none;
  }
}

/* contact-coming */
.contact-coming {
  display: flex;
  flex-direction: row;
  margin-left: 10em;
  margin-right: 10em;
  margin-bottom: 10em;
  z-index: 2;
  padding-top: 10em;
  justify-content: center;
}
.contact-coming_form {
  align-self: center;
  padding-left: 3em;
  padding-right: 3em;
  width: 80%;
  background-color: #f6f6f7;

  padding-top: 3em;
  height: 700px;
}
.contact-coming_form p {
  margin-bottom: 1em;
}
.contact-coming_form hr {
  text-align: left;
  color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #000;
  display: block;
  width: 50px;
  margin-bottom: 1em;
}
.contact-coming_form form {
  margin-top: 3em;
}
.form-group {
  margin-bottom: 10px;
  text-align: left;
}
.form-group-checkForm {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
}
label {
  display: block;
}
textarea {
  font-family: "Montsserat", Arial, sans-serif;
  height: 150px;
}
.switch-item {
  margin-top: -3.2px;
}
input[type="topic"],
input[type="email"],
textarea[type="message"],
.submit {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: rgb(226, 226, 226);
  border: none;
  border-bottom: solid 2px rgb(0, 0, 0);
  color: rgb(68, 68, 68);
  text-decoration: none;
}
input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type="file"]::before {
  content: "Wybierz plik";
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #000000;
  border-radius: 3em;
  padding: 10px 12px;
  outline: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
  transition: background 0.3s ease, color 0.3s ease; /* Dodajemy animację */
  margin-right: -6em;
}

input[type="file"]:hover::before {
  background: black;
  color: white;
}

input[type="file"]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.submit {
  background-color: #ebebeb;
  text-decoration: none;
  color: rgb(68, 68, 68);
  border: solid 2px rgb(68, 68, 68);
  padding: 0.625em;
  font-size: 0.875em;
  width: 40px;
  border-radius: 50%;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}
.submit:hover {
  background-color: rgb(68, 68, 68);
  color: white;
}
.inline {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contact-coming_map {
  background-color: rgb(226, 226, 226);
  overflow: hidden;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-left: 3em;
  padding-right: 3em;
  height: 700px;
}
.contact-coming_map h2 {
  justify-self: center;
  align-self: center;
  padding-bottom: 1em;
}
.contact-coming_map hr {
  justify-self: center;
  align-self: center;
  text-align: center;
  color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid rgb(68, 68, 68);
  display: block;
  width: 50px;
}
.contact-coming_map .main_map {
  justify-self: center;
  align-self: center;
  margin-top: 3em;
  border-radius: 3em;
  overflow: hidden;
}

@media (max-width: 1150px) {
  .contact-coming {
    flex-direction: column;
    height: 950px;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 15em;
  }
  .contact-coming_form {
    align-self: center;
    padding-top: 4em;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 7em;
    width: 100%;
    height: 750px;
  }
  .contact-coming_form p {
    text-align: left;
  }

  .contact-coming_map {
    display: none;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 1050px) {
  .contact-coming {
    margin-left: 5em;
    margin-right: 5em;
  }
}
.nav-sex {
  position: fixed;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  height: 80px;
  z-index: 999;
  background-color: rgb(44, 44, 145);
}
