/* ======== */
/* CZCIONKA */
/* ======== */

body {
  font-family: 'DynaPuff', cursive;
  background: (35,31,32);
  background: linear-gradient(201deg, rgba(38,39,41,1) 0%, rgba(25,25,25,1) 50%, rgba(15,17,19,1) 100%);
  background-repeat: repeat;
  background-size: contain;
}

/* =========== */
/* MENU Z BOKU */
/* =========== */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
  margin:0;
  padding:0;
  font-family: 'Poppins', sans-serif;
  box-sizing:border-box;
}

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


/* =============== */
/* NAGŁÓWEK STRONY */
/* =============== */

header{
  position:sticky;
  top:0px;
  left:0;
  height:10vh;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 80px 20px 20px;
  color:rgb(255, 255, 255);
  background-color: rgb(35,31,32);
  z-index:1000;
  transition:all .6s ease-in-out;
}

div.napis{
  font-size: 3.5vw;
  font-weight:700;
  text-transform:uppercase;
  float: left;
  transition:all .6s ease-in-out;
  margin-top: 0.5vh;
}

.logoheader{
  width: 3.5vw;
  height: auto;
  font-weight:700;
  text-transform:uppercase;
  float: left;
  transition:all .6s ease-in-out;
  margin-top: 1.2vh;
}

:hover.logoheader{
  width: 4vw;
  height: auto;
  font-weight:700;
  text-transform:uppercase;
  float: left;
  transition:all .6s ease-in-out;
  margin-top: 1vh;
}

div.logo{
  float: left;
  max-width: 100px;
  flex-basis: 40%;
  height: auto;
  size: flex;
}

header ul{
  max-width:40%;
  height:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  list-style:none;    
}

header ul li a{
  color:#fff;
  font-size: 1vw;
  font-weight:500;
  text-decoration:none;
  text-transform:capitalize;
  transition:all .6s ease-in-out;
  margin: 0.5vw;

}

header ul li a:not(:first-child){
  margin-left:10px;
}


/* ============= */
/* Sticky Header */
/* ============= */

header.sticky{
  position:sticky;
  top:0;
  padding:5px 120px;
  color:#ffffff;
  background-color:#fff;
}

header.sticky ul li a{
  color:#000;
}

header.sticky .icon .line{
  background-color:#ffffff;
}


header .napis :hover {
	color: rgb(185,23,180);
  font-size: 1.1vw;
  }

header ul :hover {
  color: rgb(185,23,180);
  font-size: 1.1vw;
  }

/* ============ */
/* BANER STRONY */
/* ============ */

.wyzej {
  width: 100%;
  height: 60vh;
  background-position: center;
  background-size: cover;
  background-image: url(obrazy/gientki-lampki-background.jpg);
  background-attachment: fixed;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.calosc {
  background-color: rgb(147, 139, 147);
  display: grid;
  gap: 20px;
  padding: 10px;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  align-content: center;
}

div.section {
  background-color: rgb(147, 139, 147);
  display: grid;
  gap: 20px;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  align-content: center;
}

img.ajkony{
  width: 100px;
  position: sticky;
  width: 5vw;
  transition:all .6s ease-in-out;
}

:hover.ajkony{
  width: 100px;
  position: sticky;
  width: 5.7vw;
}

/* ----- */

table.oferty{
  font-size: 1vw;
  text-align: center; 
  color: #fff;
  text-shadow: 0px 6px 6px rgb(23, 2, 22);
  align-content: center;
}

table.oferty td{
  width: 500px;
  padding: 10px;
}

.banner{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background-size:cover;
  background-position:center;
}

/* Media Quiries */

@media screen and (max-width:900px){
  header ul{
    width:90%;
  }
}
@media screen and (max-width:800px){
  header ul{
    display:none;
  }
  header .icon{
    display:block;
  }
}

/* =============== */
/* NAPISY NA GORZE */
/* =============== */
.maintext {
  font-size: 7vw;
  text-align: center;
  margin: 2% 10% 20px 10%;
  color: #fff;
  text-shadow: 0px 12px 12px rgb(23, 2, 22);
}

.maintext2 {
  font-size: 2vw;
  text-align: center;
  margin: 2% 10% 20px 10%;
  color: #fff;
  text-shadow: 0px 6px 6px rgb(23, 2, 22);
}

.maintext3 {
  font-size: 2vw;
  text-align: center;
  margin: 2% 5% 10px 10%;
  color: #f0f0f0;
  text-shadow: 0px 6px 6px rgb(23, 2, 22);
  transition:all .6s ease-in-out;
}

.maintext3:hover {
  font-size: 2.5vw;
  color: rgb(185,23,180);
}

/* =============== */
/* RAMKI Z TEKSTEM */
/* =============== */

/* dymek 1 */
.cytat1 {
background: rgb(37,40,43);
background: linear-gradient(294deg, rgb(98, 98, 98) 0%, rgba(90,90,90) 50%, rgba(80,80,80) 100%);
box-shadow:0 3px 15px rgba(0,0,0,.3);
color:rgb(235, 235, 235);
font-size:20px;
font-style:normal;
text-align: justify;   
text-justify: inter-word;
font-weight:500;
line-height:1.6;
margin:30px auto;
padding:1.2em 30px 1.2em 30px;
position:relative;
vertical-align:super;
width:90%;
z-index: 0;
overflow: hidden;
border-radius: 5px
}
.cytat1 span {
color:rgb(249, 2, 35);
display:block;
font-size:1.4em;
font-weight:300;
letter-spacing:1px;
margin-top:.5em;
}

/* dymek 2 */
.cytat2 {
  background: rgb(37,40,43);
  background: linear-gradient(201deg, rgba(37,40,43,1) 0%, rgba(34,34,34,1) 50%, rgba(41,48,56,1) 100%); 
  border-right:10px solid #ffffff;
  box-shadow:0 3px 15px rgba(0,0,0,.15);
  color:rgb(235, 235, 235);
  font-size:20px;
  font-style:normal;
  text-align: justify;   
  text-justify: inter-word;
  font-weight:500;
  line-height:1.6;
  margin:50px auto;
  padding:1.2em 30px 1.2em 75px;
  position:relative;
  vertical-align:super;
  width:90%;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px 5px 5px 10px;
}

/* ============= */
/* FILMIKI ITEDE */
/* ============= */

.portfolio {
  font-size: 20px;
  text-align: center; 
  color: #fff;
  text-shadow: 0px 6px 6px rgb(23, 2, 22);
  align-content: center;
}

.filmik {
  max-width: 1920px;
  max-height: 1080px;
  width: 30vw;
  height: 16.875vw;
}

/* ============= */
/* GALERIA ZDJĘĆ */
/* ============= */

.container {
  align-content: center;
  justify-content: center;
  padding-top: 5px;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  background-color: rgb(147, 139, 147);
  padding: 0.6vw;
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
  background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: auto;
  height: 400px;
  object-fit: cover;
}

.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-scrollbar .scrollbar-track {
  background: #000;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #ccc;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
  
}

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .container {
    align-content: center;
    justify-content: center;
    padding-top: 5px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: rgb(147, 139, 147);
    padding: 0.6vw;
  }

  .slider-wrapper .slide-button {
    display: none !important;
  }

  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .slider-wrapper .image-list .image-item {
    width: auto;
    height: 200px;
  }

  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}

.onas-lewo {
  color:rgb(235, 235, 235);
  font-size:1vw;
  font-style:normal;
  text-align: left;   
  text-justify: inter-word;
  font-weight:500;
  text-shadow: 0px 3px 3px rgb(0, 0, 0);
  width: 60%;
  margin-left: 5%;
  padding-left: 15px;
  float: left;
  border-left:5px solid #ccc;
  }

.onas-prawo {
  color:rgb(235, 235, 235);
  font-size:1vw;
  font-style:normal;
  text-align: right;   
  text-justify: inter-word;
  font-weight:500;
  text-shadow: 0px 3px 3px rgb(0, 0, 0);
  width: 60%;
  margin-right: 5%;
  margin-left: 35%;
  padding-right: 15px;
  float: right;
  border-right:5px solid #ccc;
  }

/* =============== */
/* KONTAKT OKIENKO */
/* =============== */

.kontakt-naglowek {
  font-size: 2vw;
  text-align: center;
  margin: 2% 10% 0.01vw 10%;
  color: #fff;
  text-shadow: 0px 6px 6px rgb(23, 2, 22);
}

.kontakt {
  background-color: rgb(147, 139, 147);
  display: grid;
  gap: 20px;
  padding: 10px;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  align-content: center;
}

.kontakt-opis {
color:rgb(235, 235, 235);
font-size:20px;
font-style:normal;
text-align: center;   
text-justify: inter-word;
font-weight:500;
text-shadow: 0px 3px 3px rgb(0, 0, 0);
}

.contact-form {
  background-color: rgb(35,31,32);
  display: grid;
  gap: 20px;
  padding: 30px;
  width: 18vw;
  margin-left: 80px;
  margin-right: 20px;
  align-content: center;
  color: rgb(235, 235, 235);
  border-radius: 5px;
  float: left;
  
}

.okienko {
  background-color:rgb(222, 222, 222);
  border-radius: 5px;
  font-size: 17px;
  font-weight:500;
  width: 15vw;
}

.okienko-tekst {
  background-color:rgb(222, 222, 222);
  border-radius: 5px;
  height: 5vw;
  font-size: 17px;
  width: 15vw;
}

.kontakt-tekst {
  color: rgb(235, 235, 235);
  font-size:20px;
  font-weight:500;
  font-size: 18px;
}

.guzik-wyslij {
  position: static;
  width: 75px;
  margin-left: 40%;
  font-size: 20px;
  font-weight: 500;
  color: rgb(11, 11, 11);
  background-color:rgb(222, 222, 222);
  transition:all .6s ease-in-out;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 5px 5px #00000078;
  
}

:hover.guzik-wyslij {
  background-color:rgb(185,23,180);
}

.okienko-adresy {
  background-color: rgb(35,31,32);
  float: right;
  gap: 20px;
  width: 18vw;
  margin-left: 80px;
  margin-right: 20px;
  align-content: center;
  color: rgb(235, 235, 235);
  border-radius: 5px;
  font-size: 1vw;
  padding: 20px;
}

.dwa-okienka {
  display: flex;
}

.ikona-kontakt {
  width: 5vw;
  height: 5vw;
}

.kontakt-dane {
  margin: 10px 5px 10px 5px;
}

:hover.kontakt-dane {
  transition:all .6s ease-in-out;
  color: rgb(185,23,180);
}

.mapka {
  width: 16vw;
  height: auto;
  border-radius: 10px;
}

/* ================= */
/* STÓPKA KONTAKTOWA */
/* ================= */

.contact{
  background-color: rgb(35,31,32);
  color: white;
  width: 50%;
  border-radius: 5px;
  text-align: center;
}

div.stopka{
  background-color: rgb(35,31,32);
  color: #fff;
  display: grid;
  gap: 20px;
  padding: 0px;
  width: 100%;
  align-content: center;
}

div.dane-kontakt{
  font-size: 20px;
}

:hover.dane {
  transition:all .6s ease-in-out;
  color: rgb(185,23,180);
}


@media only screen and (min-width:319px) and (max-width: 1024px) {
/* =============== */
/* NAGŁÓWEK STRONY */
/* =============== */

header{
  position:sticky;
  top:0px;
  left:0;
  height:10vh;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 80px 20px 20px;
  color:rgb(255, 255, 255);
  background-color: rgb(35,31,32);
  z-index:1000;
  transition:all .6s ease-in-out;
}

div.napis{
  font-size: 8vw;
  font-weight:700;
  text-transform:uppercase;
  float: left;
  transition:all .6s ease-in-out;
  margin-top: 0.5vh;
}

.logoheader{
  width: 8vw;
  height: auto;
  font-weight:700;
  text-transform:uppercase;
  float: left;
  transition:all .6s ease-in-out;
  margin-top: 1.2vh;
}

:hover.logoheader{
  width: 9vw;
}

div.logo{
  float: left;
  max-width: 100px;
  flex-basis: 40%;
  height: auto;
  size: flex;
}

header ul{
  max-width:0%;
  height:0%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  list-style:none;    
}

header ul li a{
  color:#fff;
  font-size:0.00001vw;
  font-weight:500;
  text-decoration:none;
  text-transform:capitalize;
  transition:all .6s ease-in-out;
  margin: 0.5vw;

}

header ul li a:not(:first-child){
  margin-left:10px;
}

/* =============== */
/* NAPISY NA GORZE */
/* =============== */
.maintext {
  font-size: 10vw;
  text-align: center;
  margin: 2% 10% 20px 10%;
  color: #fff;
  text-shadow: 0px 12px 12px rgb(23, 2, 22);
}

.maintext2 {
  font-size: 5vw;
  text-align: center;
  margin: 2% 10% 20px 10%;
  color: #fff;
  text-shadow: 0px 6px 6px rgb(23, 2, 22);
}

.maintext3 {
  font-size: 5vw;
  text-align: center;
  margin: 2% 5% 10px 5%;
  color: #f0f0f0;
  text-shadow: 0px 6px 6px rgb(23, 2, 22);
  transition:all .6s ease-in-out;
}

.maintext3:hover {
  font-size: 6vw;
  color: rgb(185,23,180);
}

/* ============ */
/* BANER STRONY */
/* ============ */

.wyzej {
  width: 100%;
  height: 60vh;
  background-position: center;
  background-size: cover;
  background-image: url(obrazy/gientki-lampki-background.jpg);
  background-attachment: fixed;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.calosc {
  background-color: rgb(147, 139, 147);
  display: grid;
  gap: 20px;
  padding: 10px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  align-content: center;
}

div.section {
  background-color: rgb(147, 139, 147);
  display: grid;
  gap: 20px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  align-content: center;
}

img.ajkony{
  width: 200px;
  position: sticky;
  width: 8vw;
  transition:all .6s ease-in-out;
}

:hover.ajkony{
  width: 100px;
  position: sticky;
  width: 10vw;
}

/* ----- */

table.oferty{
  font-size: 3vw;
  text-align: center; 
  color: #fff;
  text-shadow: 0px 6px 6px rgb(23, 2, 22);
  align-content: center;
}

table.oferty td{
  width: 500px;
  padding: 10px;
}

.banner{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background-size:cover;
  background-position:center;
}

.onas-lewo {
  color:rgb(235, 235, 235);
  font-size:15px;
  font-style:normal;
  text-align: left;   
  text-justify: inter-word;
  font-weight:500;
  text-shadow: 0px 3px 3px rgb(0, 0, 0);
  width: 75%;
  margin-left: 5%;
  padding-left: 15px;
  float: left;
  border-left:5px solid #ccc;
  }

.onas-prawo {
  color:rgb(235, 235, 235);
  font-size:15px;
  font-style:normal;
  text-align: right;   
  text-justify: inter-word;
  font-weight:500;
  text-shadow: 0px 3px 3px rgb(0, 0, 0);
  width: 75%;
  margin-right: 5%;
  margin-left: 20%;
  padding-right: 15px;
  float: right;
  border-right:5px solid #ccc;
  }

  /* dymek 1 */
.cytat1 {
  background: rgb(37,40,43);
  background: linear-gradient(294deg, rgb(98, 98, 98) 0%, rgba(90,90,90) 50%, rgba(80,80,80) 100%);
  box-shadow:0 3px 15px rgba(0,0,0,.3);
  color:rgb(235, 235, 235);
  font-size:15px;
  font-style:normal;
  text-align: justify;   
  text-justify: inter-word;
  font-weight:500;
  line-height:1.6;
  margin:30px auto;
  padding:1.2em 30px 1.2em 30px;
  position:relative;
  vertical-align:super;
  width:90%;
  z-index: 0;
  overflow: hidden;
  border-radius: 5px
  }
  .cytat1 span {
  color:rgb(249, 2, 35);
  display:block;
  font-size:1.4em;
  font-weight:300;
  letter-spacing:1px;
  margin-top:.5em;
  }
  
  div.stopka{
    background-color: rgb(35,31,32);
    color: #fff;
    display: grid;
    gap: 20px;
    padding: 10px;
    width: 100%;
    align-content: center;
  }
  
  div.dane-kontakt{
    font-size: 15px;
  }
  
  :hover.dane {
    transition:all .6s ease-in-out;
    color: rgb(185,23,180);
  }
  
  .filmik {
    max-width: 1920px;
    max-height: 1080px;
    width: 40vw;
    height: 22.5vw;
  }

}