@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif, sans-serif;
}

#header {
  height: 80vh;
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

#myVideo_container {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 10;
  overflow: hidden;
}

#myVideo {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#myVideo_color_cover {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 50;
  background: #f3940531;

  background: -o-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(243, 149, 5, 0.5) 100%
  );

  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(243, 149, 5, 0.5) 100%
  );
}

#round_around_logo_centered {
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  padding: 15px;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 60px 7px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 60px 7px rgba(255, 255, 255, 0.6);
  opacity: 1;
  -webkit-transition: visibility 0.4s, position 0.4s, opacity 0.05s linear;
  -o-transition: visibility 0.4s, position 0.4s, opacity 0.05s linear;
  transition: visibility 0.4s, position 0.4s, opacity 0.05s linear;
}



.logix_logo_centered {
  width: 350px;
  height: 350px;

  -webkit-animation-name: animation_logo_centered;

  animation-name: animation_logo_centered;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animation_logo_centered {
  0% {
    -webkit-transform: rotateY(0deg) scale(1.01, 1);
    transform: rotateY(0deg) scale(1.01, 1);
  }
  25% {
    -webkit-transform: rotateY(25deg) scale(1, 1);
    transform: rotateY(25deg) scale(1, 1);
  }
  50% {
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
  }
  75% {
    -webkit-transform: rotateY(320deg) scale(1, 1);
    transform: rotateY(320deg) scale(1, 1);
  }
  100% {
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
  }
}

@keyframes animation_logo_centered {
  0% {
    -webkit-transform: rotateY(0deg) scale(1.01, 1);
    transform: rotateY(0deg) scale(1.01, 1);
  }
  25% {
    -webkit-transform: rotateY(25deg) scale(1, 1);
    transform: rotateY(25deg) scale(1, 1);
  }
  50% {
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
  }
  75% {
    -webkit-transform: rotateY(320deg) scale(1, 1);
    transform: rotateY(320deg) scale(1, 1);
  }
  100% {
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
  }
}

#shaped_div_above_header_and_menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 200;
  background-color: white;
}

#round_around_logo_menu {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10%;
  z-index: 300;
  padding: 3px;
  padding-bottom: 0px;
  background-color: white;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.4s, opacity 0.2s linear;
  -o-transition: visibility 0.4s, opacity 0.2s linear;
  transition: visibility 0.4s, opacity 0.2s linear;
}

.logix_logo_menu {
  width: 100px;
  height: 100px;

  -webkit-animation-name: animation_logo_centered;

  animation-name: animation_logo_centered;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#shaped_div_above_header {
  background-color: black;
  border-top: 10px solid #f39505;
  width: 100%;
  height: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 70% 40%, 53% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 20%, 70% 40%, 53% 100%, 0% 100%);
  position: absolute;
  top: 0;
  z-index: 200;
  color: white;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);
}

#shaped_div_below_header_and_magazyny_z_wysylka {
  position: relative;
}

#shaped_div_below_header {
  background-color: black;
  border-top: 10px solid #f39505;
  width: 100%;
  height: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 70% 40%, 53% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 20%, 70% 40%, 53% 100%, 0% 100%);
}

#magazyny_z_wysylka {
  position: absolute;
  right: 5%;
  bottom: 0;
  color: black;
  z-index: 199;
  font-size: 24px;
  font-style: italic;
  text-transform: uppercase;
}

/* nawigacja */

.topnav {
  position: absolute;
  right: 0;
  z-index: 250;
  overflow: hidden;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.topnav a {
  display: block;
  color: #f39505;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  overflow: hidden;
}

.topnav a:not(.icon):hover {
  border-bottom: 2px solid #f39505;
}

.topnav a.icon:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.topnav .icon {
  display: none;
  height: auto;
}
.topnav .icon img {
  width: 28px;
  height: auto;
}

@media screen and (max-width: 900px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    display: block;
  }
  .topnav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #magazyny_z_wysylka {
    font-size: 17px;
    right: 2%;
  }

  .logix_logo_centered {
    width: 240px !important;
    height: 240px !important;
  }
}

@media screen and (max-width: 600px) {
  #magazyny_z_wysylka {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
  }

  .logix_logo_centered {
    width: 160px !important;
    height: 160px !important;
  }
}

@media screen and (max-width: 1100px) {
  #myTopnav a {
    font-size: 14px;
  }
}

#clickNavIconMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  background-color: #f39505;
  border: 5px solid black;
}

#clickNavIconMenu a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
  height: 20%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#clickNavIconMenu a:hover {
  font-size: 120%;
  font-weight: 600;
}

#clickNavIconMenu a:not(:last-child) {
  border-bottom: 5px solid black;
}

.x_button_close_menu {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  display: inline-block;
  padding: 12px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: #f39505 !important;
  background-color: black !important;
}

.x_button_close_menu:hover {
  font-size: 28px;
}

#offer_list{
  padding-left: 15px;
}

#address {
  width: 100%;
  /* height: 120px; */
  background-color: black;
  color: #f39505;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  border-top: 10px solid #f39505;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#address .logix_spzoo {
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  #address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #address > div {
    margin-top: 12px;
  }
}

#google_map {
  width: 100%;
  border-top: 10px solid #f39505;
  border-bottom: 10px solid #f39505;
}

#google_map iframe {
  height: 68vh;
}

#footer {
  width: 100%;
  height: 50px;
  background-color: black;
  color: #f39505;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
}

.parallax1 {
  background-image: url("./pictures/parralax1.png");
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-top: 10px solid #f39505;
  border-bottom: 10px solid #f39505;

  outline: 10px solid #000000;
}

.parallax1 .gradient_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(243, 149, 5, 0.5) 100%
  );
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(243, 149, 5, 0.5) 100%
  );
}

.parallax2 {
  background-image: url("./pictures/parralax2.png");
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-top: 10px solid #f39505;
  border-bottom: 10px solid #f39505;

  outline: 10px solid #000000;
}

.parallax2 .gradient_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(243, 149, 5, 0.5) 100%
  );
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(243, 149, 5, 0.5) 100%
  );
}

.parallax3 {
  background-image: url("./pictures/magazyn.png");
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-top: 10px solid #f39505;
  border-bottom: 10px solid #f39505;

  outline: 10px solid #000000;
}

.parallax3 .gradient_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(243, 149, 5, 0.5) 100%
  );
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(243, 149, 5, 0.5) 100%
  );
}

#onas_container {
  background-image: url("./myproject.svg");
}

#uslugi_container,
#naszaoferta_container {
  background-image: url("./myproject1.svg");
}

#naszzespol_container {
  background-image: url("./myproject2.svg");
}

.container_1200_600 {
  width: 1200px;
  max-width: 1200px;
  height: 600px;
  margin: 200px auto;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.img_300_400 {
  width: 300px;
  height: 400px;
  border: 10px solid #f39505;
  outline: 10px solid #000000;
  position: absolute;
  left: 100px;
  bottom: 130px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

#img_onas {
  background-image: url("./pictures/onas_sm.png");
}

#img_uslugi {
  background-image: url("./pictures/uslugi_sm.png");
}

#img_naszzespol {
  background-image: url("./pictures/zespol_sm.png");
}

#img_naszoferta {
  background-image: url("./pictures/naszaoferta_sm.png");
  cursor: auto;
}

.text_300_400 {
  width: 550px;
  height: 350px;

  position: absolute;
  right: 200px;
  bottom: 130px;
  font-size: 19px;
  text-align: justify;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  color: #464646;
}

.text_300_400 h1 {
  font-size: 26px;
  text-decoration: underline;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .container_1200_600 {
    width: 900px;
    max-width: 900px;
    margin: 150px auto;
  }

  .img_300_400 {
    width: 250px;
    height: 350px;
    left: 75px;
  }

  #img_onas {
    bottom: 170px;
  }

  #img_uslugi {
    bottom: 120px;
  }

  #img_naszzespol {
    bottom: 170px;
  }

  .text_300_400 {
    width: 410px;
    height: 300px;

    right: 140px;
    bottom: 145px;
    font-size: 15px;
    line-height: 1.4;
  }

  .text_300_400 h1 {
    font-size: 22px;
  }

  .parallax1,
  .parallax2,
  .parallax3 {
    height: 54vh;
  }

  #google_map iframe {
    height: 62vh;
  }
}

@media only screen and (max-width: 900px) {
  #offer_list{
    list-style-type: none;
  }
  .container_1200_600 {
    max-width: 90%;
    background-image: none !important;
    position: static;
  }

  .img_300_400 {
    width: 100%;
    margin: 0 auto;
    border: 10px solid #f39505;
    outline: 10px solid #000000;
    position: static;
  }

  .text_300_400 {
    width: 100%;
    max-width: 100%;
    height: auto;
    -moz-text-align-last: center;
    text-align-last: center;
    position: static;
    margin-top: 10%;
  }

  .text_300_400 h1 {
    margin-bottom: 10px;
    text-align: center;
  }

  .parallax1,
  .parallax2,
  .parallax3 {
    height: 36vh;
  }

  #google_map iframe {
    height: 46vh;
  }

  .parallax1 {
    background-size: 100vw 100vh;
  }

  #address {
    font-size: 12px;
  }

  #address .logix_spzoo {
    font-size: 14px;
  }
}

/* pictures modal */

.column {
  float: left;
  width: 16.6667%;
  border-right: 2px solid black;
}

.modal {
  display: none;
  position: fixed;
  z-index: 500;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  border-top: 10px solid #f39505;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.modal img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.modal img.hover-shadow {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* #pictures modal */
