*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
  background-color: rgb(20, 20, 20);
  height: 100vh;
  width: 100vw;
}

p, h1, h3, h2, h4, h5, h6, a{
  font-family: 'Rubik', sans-serif;
  margin-bottom: 4px;
}

.menu{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 110px;
  width: 100vw;
  padding: 30px 0 30px;
  z-index: 30;
  background-color: #141414;
}

.menu .menu-nav-logo{
	display: flex;
	justify-content: center;
}
	

.menu .menu-nav-logo img{
	width: 75%;
}

.section-video{
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background: no-repeat center center/cover;
}

.section-video video{
  width: 100%;
  height: 100%; 
}

input{
  display: none !important;
}

.footer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  padding: 50px 0 40px;
  box-shadow: 0px 0px 20px black;
}

.footer h5{
  color: white;
  font-weight: 700;
  font-size: 14px;
}

.gallery-more-photes{
  margin-top: 50px;
  color: white;
  background-color: #dfb34c;
  padding: 10px 29px;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: 700;
}

.info-about-our-biznes{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  margin: 130px auto 100px;
}

.info-about-our-biznes h1{
  color: #d4af37;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 15px;
}

.info-about-our-biznes h3{
  color: white;
  font-size: 19px;
  font-weight: normal;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}

















/* @media(max-width: 1660px){
  .section-video{
    height: 100%;
  }
} */



.accordion{
  margin-top: 150px;
}

.accordion-item{
  margin-bottom: 25px;
  border-radius: 15px;
}

.accordion .accordion-item {
  /* border-bottom: 1px solid #e5e5e5; */
	margin-top: 10px;
  background-color: transparent;
}

.accordion-title{
  font-family: 'Rubik', sans-serif;
  color: #d4af37;
  font-weight: 700;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #d4af37;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0 1em 35px;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #d4af37;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #d4af37;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}


.accordion button[aria-expanded='true'] + .accordion-content-2{
  padding: 45px 25px 30px;
}

.accordion-content-2 h5{
  color: white;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
}

.accordion-content-col-6{
  margin-bottom: 25px;
}

.accordion-content-col-6 img{
  width: 100%;
  border-radius: 15px;
}

.accordion-content-row{
  margin-top: 55px;
}

.accordion button[aria-expanded='true'] + .accordion-content-contact{

  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 60px 0;
}

.accordion-content-contact h5{
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.accordion-content-zastosowanie h2{
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 50px;
}

.accordion-content-zastosowanie ul{
  margin-bottom: 35px;
}

.accordion-content-zastosowanie ul h4{
  color: #d4af37;
  font-weight: 700;
  font-size: 20px;
}

.accordion-content-zastosowanie ul li{
  color: white;
  font-size: 16px;
  list-style: none;
}



@media(max-width: 1150px){
  .section-video{
    height: 900px;
  }
}

@media(max-width: 990px){
  .accordion button[aria-expanded='true'] + .accordion-content-2{
    padding: 45px 0 30px;
  }
}

@media(max-width: 950px){
  .section-video{
    height: 800px;
  }
}

@media(max-width: 766px){
  .accordion-content-zastosowanie h2{
    font-size: 18px;
  }
  .accordion-content-zastosowanie ul h4{
    color: #d4af37;
    font-weight: 700;
    font-size: 18px;
  }
  .accordion-content-zastosowanie ul li{
    color: white;
    font-size: 15px;
    list-style: none;
  }
  .section-video{
    height: 750px;
  }
}

@media(max-width: 820px){
  .info-about-our-biznes h3{
    font-size: 17px;
  }
  .accordion button[aria-expanded='true'] + .accordion-content-2{
    width: 90%;
    margin: 0 auto;
  }
}

@media(max-width: 670px){
  .accordion-content-2 h5{
    font-size: 16px;
  }
  .info-about-our-biznes h3{
    font-size: 16px;
  }
  .info-about-our-biznes h1{
    font-size: 25px;
  }
  .accordion-content-zastosowanie h2{
    width: 85%;
    margin: 0 auto 45px auto;
  }
  .section-video{
    height: 700px;
  }
}

@media(max-width: 400px){
  ul{
    padding-left: 0rem;
    text-align: center;
  }
  .section-video{
    height: 650px;
  }
}