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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: "Inter", sans-serif;
}

main {
  height: 100%;
}

/* TIME REALISATION */

.time-realistation {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb800;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}

.time-realistation p {
  margin: 0;
  color: white;
}

/* NAWIGACJA */

.computer-nav {
  display: flex;
  height: 70px;
  align-items: center;
  box-shadow: 0px 4px 5px -4px rgb(189, 189, 189);
}

.nav-title-computer {
  padding-left: 5%;
  font-size: 20px;
  font-weight: 600;
}

.nav-title-computer a {
 text-decoration: none;
 color: black;
}

.nav-a {
padding: 0;
display: flex;
justify-content: flex-end;
padding-right: 5%;
font-size: 14px;
text-transform: uppercase;
}

.nav-a a {
 margin: 0 5%;
 color: rgb(75, 75, 75);
 text-decoration: none;
 font-weight: 500;
  }

  .nav-a a:hover {
   color: black;
   
     }

.media-nav {
  display: flex;
  height: 50px;
  box-shadow: 0px 4px 5px -4px rgb(189, 189, 189);
}

nav .bar {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.nav-title {
  display: flex;
  align-items: center;
  padding: 0;
  order: 2;
  justify-content: center;
}

.nav-title h2 {
 margin: 0;
 font-weight: 600;
 font-size: 18px;
 
}

.english-version {
  display: flex;
  align-items: center;
  order: 3;
  padding: 0;
  font-size: 15px;
}

.english-version a {
  text-decoration: none;
  color: black;
}
.slide-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #e7e7e7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 1px 0 200px 0px rgb(0, 0, 0);
}

.slide-nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #353535;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid rgb(209, 209, 209);
}


.slide-nav .close-btn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  border: none;
}


/* HEADER */

header {
  background-image: url(img/Componentbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 70%;
  text-align: center;
}

.headerSlang {
  padding-left: 5%;
}

header h1 {
  letter-spacing: 2px;
  font-size: 5rem;
  font-weight: 600;
  color: black;
  text-shadow: 0.1px 0.1px #c4c4c4;
}

.header-text {
  letter-spacing: 2px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #ffb800;
  text-transform: uppercase;
  padding: 3% 0;
}

.imgheader {
  background-image: url(/img/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* NASZE PRODUKTY */

.us-product {
  margin: auto;
  text-align: center;
  padding: 0;
}

.us-product-title {
  border-top: 1px solid #ddd;
  text-align: center;
  color: black;
  font-weight: 600;
  margin: 100px 0 50px;
}

.us-product-title span {
  background: #ffffff;
  position: relative;
  padding: 0 3%;
  top: -50%;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.product {
  display: flex;
  flex-direction: column;
  padding: 3%;
}

.body-product a {
  color: black;
}

.body-product h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0 15px;
}

.body-product p {
  padding: 3% 3%;
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: black;
  flex-grow: 1;
}

.us-product img {
  width: 100%;
}

.img-product {
  background-size: contain;
}

.body-product {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  flex-grow: 1;
}

.us-product .btn {
  display: none;
  padding: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  border-radius: 25px;
  font-weight: 600;
}

.brak {
  min-height: 40px;
  margin: auto;
  padding: 0 10px;
  background-color: rgb(255, 203, 203);
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.brak i {
 font-size: 20px;
 padding-right: 15px;
 color: rgb(184, 0, 0);
}

.brak p {
  font-size: 10px;
  padding: 0;
  color: rgb(184, 0, 0);
 }

/* CAROUSEL */

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  filter: brightness(40%);
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-inner {
  background-size: 100%;
}

/* OUR-PRIORITIETS */

.our-priorities {
 display: none;
 padding: 0;
}

.our-priorities .container {
  height: 100%;
  padding: 0;
}

.body-priorities {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.icon-priorities {
  height: 15%;
  display: flex;
  justify-content: center;
}

.text-priorities {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.text-priorities h2 {
  font-weight: 600;
}

.text-priorities p {
  font-size: 1.3rem;
  margin-top: 15px;
  color: #606060;
}

/* CONTACT_US */

.contact-us {
  display: flex;
  justify-content: space-between;
  padding: 0;
  height: auto;
  align-items: flex-start;
  padding: 7% 0;
}

.contact-us div {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.contact-us h2 {
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.contact-us p {
  margin-bottom: 10px;
  text-decoration: none;
  color: #606060;
  font-size: 1.5rem;
}

.contact-us img {
  width: 25px;
  margin-right: 10px;
  box-sizing: content-box;
}

.contact-us span {
  padding: 0;
}

/* FOOTER */

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 300;
  font-size: 1.6rem;
  background-color: #f7f7f7;
}

footer p {
  color: rgb(79, 79, 79);
  font-weight: 500;
}

@media (max-width: 992px) {
  html {
    font-size: 50%;
  }

  .time-realistation p {
    font-size: 11px;
  }

  .time-realistation {
    height: 30px;
  }

  /* NAV */

 .computer-nav {
  display: none;
 }

  /* HEADER */

  header {
    flex-wrap: wrap;
  }

  .imgheader {
    order: 1;
  }

  .headerSlang {
    order: 2;
    text-align: center;
    padding: 0 10%;
    background-color: white;
  }

  header h1 {
    padding-left: 0;
    font-size: 4rem;
    letter-spacing: 0px;
  }

  .header-text {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
  }

  /* PRODUCT */

  .product {
    width: 100%;
    padding: 10% 0;
  }

  .body-product h2 {
    margin-top: 40px;
  }

  .us-product .btn {
    display: flex;
  }


  /* OUR PRIORITIES */

  .our-priorities {
    background-color: #f8f9fa;
    display: flex;
  }

  .our-priorities .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .body-priorities {
    margin: 40px 0;
  }

  .icon-priorities img {
    width: 65px;
  }
 
  .text-priorities h2 {
    margin-top: 10%;
    font-size: 17px;
  }

  .text-priorities p {
    margin-top: 10%;
    font-size: 13px;
  }
  /* CONTACT */

  .contact-us p {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {

  /* NAV */

  .media-nav {
    display: none;
  }

  /* PRODUCT */

  .product img:hover {
    opacity: 0;
    transition: step-start;
    transition-delay: 0.5s;
  }

  /* OUR PRIORITIES */

  .our-priorities {
    height: 40%;
  }

  /* CAROUSEL */

  .carousel-control-prev {
    display: none;
  }

  .carousel-control-next {
    display: none;
  }

  .carousel-indicators li {
    display: none;
  }
}

@media (max-width: 992px) and (orientation: landscape) {
  /* HEADER */

  header {
    height: calc(200% - 80px);
  }

  .imgheader {
    height: calc(50% - 40px);
  }

  .headerSlang {
    height: calc(50% + 40px);
  }

  /* PRODUCT */

  .product {
    width: 100%;
    padding: 0 20% 10% 20%;
  }

  /* CONTACT */

  .contact-us {
    padding-left: 10%;
  }
}

@media (max-width: 992px) and (orientation: portrait) {
  /* HEADER */

  header {
    height: calc(100% - 80px);
  }

  .imgheader {
    height: 70%;
  }

  .headerSlang {
    height: 30%;
    padding: 0 10px;
  }

  .headerSlang h1 {
    font-size: 24px;
  }

  /* PRODUCT */

  .us-product-title {
    margin: 50px 0 50px;
  }

  /* CONTACT */

  .contact-us {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .contact-us div {
    margin: 30px 0;
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 992px) and (orientation: landscape) {
  /* PRODUCT */

  .product {
    width: 50%;
  }
}

@media (max-width: 1310px) {
  html {
    font-size: 55%;
  }
}

@media (min-width: 1310px) and (orientation: landscape) {
  /* PRODUCT */

  .product {
    width: 33.3%;
  }
}

@media (min-width: 992px) and (orientation: portrait) {
  /* PRODUCT */

  .product {
    width: 50%;
  }
}

@media (min-width: 1310px) and (orientation: portrait) {
  /* PRODUCT */

  .product {
    width: 33.3%;
  }
}

@media (max-width: 500px) {
  /* PRODUCT */

  .product {
    padding-top: 0;
  }

  .us-product-title {
    border-top: none;
  }

  .us-product-title span {
    top: 0;
  }

  html {
    font-size: 45%;
  }
}
