* {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.oferta-tel {
  font-size: 40px;
  color: white;
}
.break {
  display: block;
  width: 45%;
}
body {
  background-color: white;
}
h1 {
  padding: 3vh 5vw 3vh 5vw;
  text-align: left;
  font-size: calc(1.6vh + 1.2vw);
  font-weight: bold;
}

p {
  font-size: calc(1.1vh + 0.6vw);
  font-weight: 500;
  padding: 0vh 5vw 3vh 5vw;
}

h2 {
  font-size: calc(1.1vh + 0.8vw);
  padding: 3vh 5vw 3vh 5vw;
}

h3,
h4 {
  font-size: 1em;
  padding: 1vh 1vw 1vh 1vw;
}

@font-face {
  font-family: "Futura PT";
  src: local("Futura PT Bold"), local("Futura-PT-Bold"),
    url(fonts/FuturaPT-Bold.woff2) format("woff2"),
    url(fonts/FuturaPT-Bold.woff) format("woff"),
    url(fonts/FuturaPT-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: local("Futura PT Light"), local("Futura-PT-Light"),
    url(fonts/FuturaPT-Light.woff2) format("woff2"),
    url(fonts/FuturaPT-Light.woff) format("woff"),
    url(fonts/FuturaPT-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: local("Futura PT Medium"), local("Futura-PT-Medium"),
    url(fonts/FuturaPT-Medium.woff2) format("woff2"),
    url(fonts/FuturaPT-Medium.woff) format("woff"),
    url(fonts/FuturaPT-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

/*NAVBAR*/

@media (prefers-color-scheme: light) {
  .navbar {
    -webkit-box-shadow: -2px 10px 50px -15px rgba(66, 68, 90, 1);
    -moz-box-shadow: -2px 10px 50px -15px rgba(66, 68, 90, 1);
    box-shadow: -2px 10px 50px -15px rgba(66, 68, 90, 1);
  }
}
@media (prefers-color-scheme: dark) {
  .navbar {
    -webkit-box-shadow: -2px 10px 50px -15px rgb(0, 0, 0);
    -moz-box-shadow: -2px 10px 50px -15px rgb(0, 0, 0);
    box-shadow: -2px 10px 50px -15px rgb(0, 0, 0);
  }
}
.navbar {
  z-index: 9999;
  position: fixed;
  width: 100vw;
}
nav {
  background: white;
  height: 80px;
  width: 100%;
  font-family: "Futura PT";
}
.logo-type img {
  margin-top: 10px;
  width: auto;
  height: 60px;
}
label.logo-type {
  color: black;
  font-size: 35px;
  line-height: 40px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul {
  float: right;
  margin-right: 20px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 17px;
  padding: 0px 14px;
  text-transform: uppercase;
  transition: 1s;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
}
nav ul li a.active,
nav ul li a:hover {
  background-color: black;
  border-radius: 50px;
  color: white;
  transform: scale(0.8);
}
.checkbtn {
  font-size: 30px;
  color: black;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
  transition: 0.2s ease-in-out;
}
.checkbtn:active {
  transform: rotate(60deg);
  transition: 0.2s ease-in-out;
}
#check {
  display: none;
}

/*OFERTA */

.container {
  width: 100%;
  height: 100vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-box {
  width: 20vw;
  height: 50vh;
  background-color: white;
  overflow-y: hidden;
  transition: ease-in-out 0.5s;
  display: flex;
  scrollbar-width: none;
}

.img-box::-webkit-scrollbar {
  display: none;
}

.img-box:hover {
  width: 60vw;
  height: 50vh;
  cursor: pointer;
}

.one {
  text-align: center;
  width: 20vw;
  height: 50vh;
  min-width: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  img {
    width: 150px;
    height: 150px;
  }
  h4 {
    font-size: calc(0.8vh + 0.6vw);
  }
  h5 {
    padding: 0px 2vw 0px 2vw;
    font-size: calc(0.7vh + 0.7vw);
    font-weight: 500;
  }
}

.text {
  min-width: 36vh;
  width: 36vw;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw;
  h4 {
    font-weight: 500;
    font-size: calc(0.8vh + 0.6vw);
  }
}

/*MAIN*/
.main-page {
  margin: 0;
  height: 100vh;
  width: 100%;
  background-image: url(sections/section1/front-background.jpg);
  background-size: cover;
}
.logo {
  height: 100vh;
  display: flex;
  align-items: center;
  margin-left: 20vh;
}
.logo img {
  width: 50vh;
  height: auto;
}

/*OPIS*/

.opis {
  height: 80vh;
  width: 100%;
  background: rgb(15, 12, 19);
  background: rgb(11, 8, 17);
  background: linear-gradient(
    180deg,
    rgba(11, 8, 17, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  overflow-x: hidden;
  display: flex;
}
.opis-text {
  width: 70%;
  height: 100%;
  color: aliceblue;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  p {
    text-align: left;
  }
}
.zdj-tel {
  display: none;
}

.zdj {
  background-image: url(sections/section2/test-svg.svg);
  background-size: cover;
  height: 100%;
  width: 30%;
}
/*NAGLASNIANIE*/
.nagl {
  height: 100vh;
  width: 100vw;
  display: flex;
}
.zdjc {
  width: 40%;
  height: 100%;
  background-position: center top;
  overflow: hidden;
  object-fit: contain;
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.nagl-text {
  width: 60%;
  background-color: black;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: aliceblue;
  img {
    width: 15vw;
    height: auto;
    margin: 0;
    padding: 3vh 5vw 0vh 5vw;
  }
}
/*Button - Nagłaśnianie + Sprzęt*/

.nagl-sprzet {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: row-reverse;
}
.zdjc-sprzet {
  width: 40%;
  height: 100%;
  background-position: center top;
  overflow: hidden;
  object-fit: contain;
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.nagl-text-sprzet {
  width: 60%;
  background-color: white;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: black;
  img {
    width: 15vw;
    height: auto;
    margin: 0;
    padding: 3vh 5vw 0vh 5vw;
  }
}

.button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nagl-button {
  margin-top: 5vh;
  background-color: white;
  color: black;
  width: 15vw;
  height: 3vh;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: 0.3s ease-in-out;
  font-size: calc(0.9vh + 0.7vw);
  text-decoration: none;
  border: 1px solid black;
}

.nagl-button a:hover {
  color: white;
  background-color: black;
  transition: 0.3s ease-in-out;
  border: 1px solid white;
}
.nagl-button:hover {
  color: white;
  background-color: black;
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
  border: 1px solid white;
}

/*Koniec button*/

/*STUDIO*/
/*
.studio {
    background-color: black;
    height:60vh;
    width:100vw;
    display:flex;
    align-items: center;
    justify-content: center;
}
.container-studio {
    display: flex;
    width:70%; 
    height:75%;
    background-color: white;

    .col-1 {
        width:70%;
        height:100%;
        font-size: calc(0.8vh + 0.5vw);
        img {
            width:auto;
            max-width: 10vw;

            height:auto;
            margin:0;
            padding:3vh 5vw 0vh 5vw;
        }
    }
    .col-1 h1 {
        font-family: 'Futura PT';
        font-size: calc(1.6vh + 1.2vw);
        font-weight: 800;
    
    }

    .col-1 h3 {
        font-family: 'Futura PT';
        font-weight: 500;
        padding:0;
    }
    .col-2 {
        width:30%;
        height:100%;
        background-image: url(sections/section5/zdj.png);
        background-size: cover;
    }
}


*/

/*FOOTER */

.fotter {
  background-color: black;

  height: 75vh;
  width: 100vw;
  display: flex;
  justify-content: center;
}
.row-f {
  width: 55vw;
  height: 70%;
  padding-top: 15%;
  display: flex;
}
.row-f .col-1 {
  width: 50%;
  font-family: "Futura PT";
  color: white;
}
.row-f .col-2 {
  width: 50%;
  font-family: "Futura PT";
  color: white;
}

.row-f .col-2 ul li a {
  width: 5vw;
  height: 5vh;
  margin: 0%;
  padding: 0%;
  text-decoration: none;
  color: white;
}
.row-f .col-2 ul li {
  text-decoration: none;
  list-style: none;
  padding: 4px;
  margin-right: 2vw;
  justify-content: baseline;
  margin-top: 10px;
  transition: 0.2s ease-in-out;
}
.row-f .col-2 ul li:hover {
  transform: translateY(-10px);
  transition: 0.2s ease-in-out;
}

.row-f .col-2 ul {
  margin: 0%;
  padding: 0%;
  display: flex;
  justify-content: baseline;
  flex-direction: row;
}
.row-f .col-2 h1 {
  font-size: calc(1.1vh + 0.8vw);
}
.row-f .col-1 h1 {
  font-size: calc(1.1vh + 0.8vw);
}
.row-f .col-1 p {
  font-size: calc(1.1vh + 0.8vw);
  padding: 4px;
  display: inline-block;
}
.align-fotter-image {
  display: flex;
  align-items: center;
  margin-top: 1vh;
  img {
    width: 3vw;
    height: 3vh;
  }
}
.mail,
.call {
  border-radius: 20px;
  text-decoration: none;
  color: white;
  transition: 0.2s ease-in-out;
  padding: 4px;
}
.mail:hover,
.call:hover {
  color: black;
  background-color: white;
  border-radius: 20px;
  padding: 4px;
  transition: 0.2s ease-in-out;
}

/*Podstrona sprzęt 3- sekcja 3*/

/*PORTFIOLIO*/

.container-portfolio {
  margin: auto;
  height: auto;
  overflow: hidden;
  font-size: 1em;
}
.info-box {
  background-color: white;
  padding: 20px 20px 0 20px;
  position: relative;
  width: 30vw;
  z-index: 1;
}
.container-portfolio iframe {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}
.down {
  transform: rotate(45deg);
  transition: transform 0.6s ease;
}
.arrow {
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 3px;
}

button {
  border: none;
  width: 5vh;
  height: 5vh;
  border-radius: 50px;
  background-color: #0c0c00;
}
button:active {
  background-color: white;
  border: 1px solid black;
  transition: 0.1s ease;
}
button:active p {
  color: black;
}

.info-box-show {
  position: relative;
  z-index: -1;
  background-color: white;
  padding-top: 20px;

  width: 30vw;
  top: -90px;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  /*Display none, nie daje animacji :D...*/
  transition: 0.5s ease-out;
}
.slide {
  top: -15px;
  opacity: 1;
  transition: max-height 0.5s ease;
  max-height: 600px;
  z-index: 0;
}

.portfolio {
  width: 100vw;
  height: 100%;
  background-color: black;
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
iframe {
  border: none;
}
.frame {
  margin: 20px 20px 20px 20px;
  width: 420px;
  height: 472px;
  background-color: white;
}
.iframe-text {
  padding: 20px;
}

/*  NAGLASNIANIE STYLE */

.naglasnianie-start {
  height: calc(100vh + 60px);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0);
}

.floyel-koncert {
  margin-top: 60px;
  width: 80vw;
  height: 70vh;
  display: flex;
}

.floyel-nagranie {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floyel-text {
  width: 35%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  padding: 5vh 5vw 10vh 5vw;
  color: white;
}
#reverse-koncert {
  flex-direction: row-reverse;
}

#h1-naglasnianie {
  padding: 0;
  padding-bottom: 5vh;
}
#p-naglasnianie {
  padding: 0;
}
#p-naglasnianie-gallery {
  padding: 0;
}

/*
 
 
.sprzet3 {
    width:100vw;
    height:100vh;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.sprzet3 .col1 {
    grid-area: 1 / 1 / 7 / 4; 
}
.sprzet3 .col2 {
    grid-area: 1 / 4 / 4 / 7;  
}
.sprzet3 .col3{
    grid-area: 4 / 4 / 7 / 7;
}
.col1 {
    padding:10vh;
    font-size: calc(1vh + 0.5vw);
}

.sprzet3 .col2 img {
    object-fit: cover;
    width:100%;
    height:100%;
    overflow: hidden;
}
.sprzet3 .col3 img {
    object-fit: cover;
    width:100%;
    height:100%;
    overflow: hidden;
}

.parent {
    margin:auto;
    height:80vh;
    width: 80vw;;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
    overflow: hidden;
}

.div1 { grid-area: 1 / 1 / 3 / 3;
    background-color: aqua; }
.div2 { grid-area: 3 / 1 / 7 / 3; 
    background-color: aqua;}
.div3 { grid-area: 1 / 3 / 7 / 5; 
    background-color: aqua;}
.div4 { grid-area: 1 / 5 / 5 / 7;
    background-color: aqua; }
.div5 { grid-area: 5 / 5 / 7 / 7; 
    background-color: aqua;}
    
.parent .div1 img, .div2 img, .div3 img, .div4 img, .div5 img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.nav {
    display: grid;
    position: sticky;
    box-shadow: none;
    justify-content: stretch;
    top: calc(var(--header-height) + var(--layout-padding) + 6vh);
    z-index: var(--z-elevate);
    border-radius: var(--radius-large);
    padding: 0px;
    background: var(--body-bg);
    gap: var(--su-6);
}
.parent4 {
    font-size: calc(1vh + 0.5vw);
    width:100vw;
    height:100vh;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: hidden;
    background-color: #020204;
    }
.div1-4 { grid-area: 2 / 5 / 6 / 7;}
.div2-4 { grid-area: 4 / 3 / 7 / 5;}
.div3-4 { grid-area: 3 / 1 / 4 / 5; }
.div4-4 { grid-area: 1 / 1 / 3 / 3; }
.div5-4 { grid-area: 4 / 1 / 7 / 3; }
.div1-4 img {
    object-fit: contain;
    width: 130%;
    height: 100%;
}
.div2-4 img {
    object-fit: contain;
    width: 80%;
    height: 140%;
}
.div4-4 img {
    width:70%;
    height:70%;
    margin:4vh;
}
.div4-4 h1{
    margin:4vh;
    color:white;
    padding-left: 6vh;
}
.div3-4 h3 {
    margin:4vh;
    color:white;
    padding-left: 6vh;
}
.div5-4 {
    margin:2vh;
    margin-left: 4vh;
    color:white;
    padding-left: 6vh;
}*/

.pdf-naglasnianie {
  padding-top: 160px;
  width: 80%;
  margin: auto;
  background-color: black;
  color: white;
}

/*

GALLERIA

*/

.container-galeria-js {
  padding-top: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 80vw;
}
.align-galerry-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-left,
.arrow-right {
  color: rgb(0, 0, 0);
  z-index: 200;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  width: 30px;
  height: 30px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  transition: 0.1s;
  cursor: pointer;
}

.arrow-left:active,
.arrow-right:active {
  background-color: white;
  color: black;
  border: 1px solid black;
  transform: scale(0.9);
}
.middle-galeria {
  width: 60vw;
  height: 65vh;
  overflow: hidden;
  box-shadow: 2px 2px 10px black;
}
.blok-galeria {
  border-radius: 10px;
  z-index: -300;
  position: relative;
  background-color: rgb(0, 0, 0);
  width: 60vw;
  height: 65vh;
  flex: 1 0 auto;
  transform: translateX(-60vw);
  border-radius: 10px;

  img {
    object-fit: cover;
    width: 60vw;
    height: 65vh;
  }
}
.contain-galeria {
  transform: translateX(60vw);
  display: flex;
  transition: 0.2s ease-in-out;
}

.hidden {
  display: none;
}

/* Info box portfolio */

.container-portfolio-grey {
  margin: auto;
  height: auto;
  overflow: hidden;
  font-size: 1em;
}
.info-box-grey {
  background-color: rgb(13, 12, 12);
  color: white;
  padding: 20px 20px 0 20px;
  position: relative;
  width: 30vw;
  z-index: 1;
  button {
    border: none;
    width: 5vh;
    height: 5vh;
    border-radius: 50px;
    background-color: #ffffff;
  }
  button:active {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    transition: 0.1s ease;
  }
  button:active p {
    color: rgb(255, 255, 255);
  }
}
.container-portfolio-grey iframe {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}
.down-grey {
  transform: rotate(45deg);
  transition: transform 0.6s ease;
}
.arrow-grey {
  color: rgb(0, 0, 0);
  font-weight: bold;
  display: inline-block;
  padding: 3px;
}

.info-box-grey-show {
  position: relative;
  z-index: -1;
  background-color: rgb(13, 12, 12);
  color: white;
  padding-top: 20px;
  width: 30vw;
  top: -90px;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  /*Display none, nie daje animacji :D...*/
  transition: 0.5s ease-out;
}
.slide-grey {
  top: -15px;
  opacity: 1;
  transition: max-height 0.5s ease;
  max-height: 600px;
  z-index: 0;
}

@media only screen and (min-width: 1920px) {
  .frame {
    margin: 20px 20px 20px 20px;
    width: 630px;
    height: 708px;
    background-color: white;
  }
  .nagl-text-sprzet {
    margin-left: 10vw;
  }
  .nagl-text {
    padding-right: 10vw;
  }
}

@media only screen and (max-width: 768px) {
  .pdf-naglasnianie {
    margin-top: 60px;
  }
  .info-box {
    width: 80vw;
  }
  .info-box-grey {
    width: 80vw;
  }
  .container-portfolio img {
    width: 30vw;
    margin-left: 20vw;
    margin-right: 20vw;
    height: 20vh;
  }
  .container-portfolio-grey img {
    width: 30vw;
    margin-left: 20vw;
    margin-right: 20vw;
    height: 20vh;
  }
  .info-box-show {
    width: 80vw;
    p {
      width: 80%;
      margin: auto;
    }
  }
  .info-box-grey-show {
    width: 80vw;
    p {
      width: 80%;
      margin: auto;
    }
  }
}
@media (max-width: 1250px) {
  label.logo-type {
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a {
    font-size: 8px;
  }
}
@media (max-width: 950px) {
  .logo-type img {
    margin-top: 25px;
    width: 90px;
    height: auto;
  }
  .checkbtn {
    display: block;
  }
  nav ul {
    position: fixed;
    width: 50%;
    height: fit-content;
    background-color: white;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: ease-in-out 0.5s;
    max-height: 100vh;
  }
  nav ul li {
    display: block;
    line-height: 60px;
  }
  nav ul li a {
    font-size: 14px;
  }
  a:hover,
  a.active {
    background: none;
    color: white;
  }
  #check:checked ~ ul {
    left: 0;
  }
}
@media only screen and (max-width: 1200px) {
}
body {
  margin: 0;
  padding: 0;
  font-family: "Futura PT", sans-serif;
  font-style: normal;
  box-sizing: border-box;
  overflow-x: hidden;
}

.main-page-200vh {
  height: 200vh;
  width: 100vw;
  overflow: hidden;
  background: rgb(19, 12, 30);
  background: linear-gradient(
    180deg,
    rgba(19, 12, 30, 1) 0%,
    rgba(11, 8, 17, 1) 66%,
    rgba(0, 0, 0, 1) 100%
  );
}
.section-1-main {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: baseline;
  img {
    margin-left: 20vw;
    width: 30vw;
  }
}
.section-2-main-opis {
  height: 100vh;
  margin-left: 10vw;
  width: 70%;
  max-width: 100vw;
  overflow: hidden;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.floating-image {
  position: relative;
  right: 20vw;
  width: 40vw;
  height: 60vh;
  object-fit: contain;
}

.floating-image-2 {
  width: 50vw;
  height: 100vh;
  position: absolute;
  bottom: -100%;
  right: -12%;
  object-fit: contain;
}
