html {
  scroll-behavior: smooth;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a {
  color: rgb(255, 190, 35);
  font-weight: 600;
  text-decoration: none;
}
a:active {
  color: rgb(48, 48, 48);
  text-decoration: none;
}
a:visited {
  color: rgb(255, 190, 35);
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: rgb(48, 48, 48);
  transition: 0.3s;
}

@font-face {
  font-family: ThunderBold;
  src: url("img/Thunder-BoldLC.ttf");
}
@font-face {
  font-family: ThunderMedium;
  src: url("img/Thunder-MediumLC.ttf");
}
@font-face {
  font-family: ThunderLight;
  src: url("img/Thunder-LightLC.ttf");
}
br {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

::-moz-selection, p::-moz-selection, h3::-moz-selection, h2::-moz-selection, h1::-moz-selection {
  background-color: rgb(255, 190, 35);
  color: rgb(14, 14, 14);
}

::selection, p::selection, h3::selection, h2::selection, h1::selection {
  background-color: rgb(255, 190, 35);
  color: rgb(14, 14, 14);
}

h1 {
  font-family: ThunderBold, sans-serif;
  font-size: 3.5rem;
  color: rgb(251, 251, 251);
  line-height: 3rem;
  letter-spacing: 0, 5px;
  text-transform: uppercase;
}
h2 {
  font-family: ThunderBold, sans-serif;
  color: rgb(14, 14, 14);
  font-size: 3rem;
  line-height: 2.75rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
h3 {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: normal;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75rem;
}
b {
  font-weight: bold;
  background-color: rgb(255, 190, 35);
  color: rgb(14, 14, 14);
}

button {
  font-family: ThunderMedium, sans-serif;
  margin: 1em 0 0 0;
  font-size: 1.25rem;
  letter-spacing: 1px;
  background-color: rgb(255, 190, 35);
  padding: 10px 15px 7px 15px;
  border-radius: 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-width: 0;
}

.btn-cta a {
  font-family: ThunderMedium, sans-serif;
  margin: 1em 0 0 0;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: rgb(14, 14, 14);
}

.btn-cta:hover a {
  color: rgb(251, 251, 251);
}

.btn-cta:link a {
  color: rgb(14, 14, 14);
}

.btn-cta:visited a {
  color: rgb(14, 14, 14);
}

button:hover {
  color: rgb(251, 251, 251);
  background-color: rgb(14, 14, 14);
  font-family: ThunderMedium, sans-serif;
  margin: 1em 0 0 0;
  font-size: 1.25rem;
  letter-spacing: 1px;
  padding: 10px 15px 7px 15px;
  border-radius: 2px;
  border-width: 0;
}

button:link a{
  background-color: rgb(14, 14, 14);
}

section {
  margin-top: 2em;
  margin-bottom: 2em;
}

.date {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(179, 179, 179);
}

#header {
  padding-top: 2em;
}
#header .header-scrolled {
  background: transparent;
  padding: 0px 0;
}

/*Cookies*/
.cookies {
  position: fixed;
  z-index: 1001;
  max-height: 20vh;
  width: 100vw;
  background-color: rgb(251, 251, 251);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 0%;
  bottom: -100%;
  transition: 300ms;
}
.cookies .active {
  bottom: 0;
}
.cookies p {
  margin: 12px;
}

nav {
  position: relative;
  margin: 2em;
}
nav ul {
  margin: 0;
  padding: 0;
  color: rgb(251, 251, 251);
  display: inline-flex;
  align-items: center;
  list-style: none;
  transition: 0.3s;
}
nav li {
  color: rgb(251, 251, 251);
  font-family: ThunderLight, sans-serif;
  font-size: 1.2rem;
  position: relative;
  margin: 0.5em;
}
nav li a {
  color: rgb(251, 251, 251);
}

nav li a:hover {
  color: rgb(251, 251, 251);
}

nav li a:visited {
  color: rgb(251, 251, 251);
}

nav li::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(251, 251, 251);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
nav li:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.corner {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 1000;
}

#myVideo, #myImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#hero, #heroproject {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}
#hero .hero-container, #heroproject .hero-container {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
#hero h2, #heroproject h2 {
  font-family: ThunderLight;
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: rgb(251, 251, 251);
  text-transform: uppercase;
}
#hero .hero-text, #heroproject .hero-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 2em;
}

#heroproject {
  height: 80vh;
}
#heroproject .hero-container {
  height: 80vh;
}

#heroimage img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

/*Loader*/
.counter{
  width: 100px;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 50vh;
  margin-left: 50vw;
  font-family: ThunderBold, sans-serif;
  font-size: 5rem;
  color: rgb(251, 251, 251);
  letter-spacing: 0, 5px;
  transform: translate(-50%, -50%)
}

.loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 1500;
  background-color: rgb(14, 14, 14);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.disappear1 {
  -webkit-animation: vanish 1.5s forwards;
  animation: vanish 1.5s forwards;
}

@keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes vanish {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes vanish {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/*Produkcja*/

.produkcja {
  padding-top: 60px;
  padding-bottom: 30px;
}
.produkcja .produkcja-box img {
  text-align: center;
  height: 90px;
  margin-top: 2em;
  transition: 0.3s;
}
.produkcja h3 {
  text-align: center;
}
.produkcja p {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

/*Clients*/
.clients {
  padding-top: 60px;
  padding-bottom: 30px;
}
.clients h3 {
  text-align: center;
}
.clients img {
  max-width: 90%;
  margin-inline: auto;
  margin-top: 2em;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

/*Portfolio*/
#portfolio {
  width: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#portfolio h2 {
  font-size: 3rem;
  line-height: 0.8em;
  text-align: center;
  color: rgb(251, 251, 251);
  text-transform: uppercase;
}
#portfolio h2:hover {
  color: rgb(255, 190, 35);
  transition: 0.3s;
}
#portfolio p {
  text-align: center;
  margin-top: -10px;
}
#portfolio h3 {
  font-family: ThunderLight;
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-top: -12px;
}
#portfolio a:hover {
  color: rgb(251, 251, 251);
}

#project {
  background: center;
  background-size: cover;
  position: relative;
  height: 300px;
  transition: transform 0.2s;
  transition-timing-function: ease-out;
}

.container {
  padding: 30px;
}

.center {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.portrait {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
}

.signature {
  font-size: 1rem;
  line-height: 50px;
}

.text-img {
  padding: 10px;
}

/*Footer*/
#footer-image {
  width: 80%;
  margin-bottom: -50px;
  box-shadow: 0px 5px 15px #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#footer {
  color: rgb(251, 251, 251);
  font-size: 18px;
  background: rgb(14, 14, 14);
  padding: 60px 0 30px 0;
}
#footer .logo img {
  max-height: 70px;
  margin-left: 30px;
}
#footer .footer-social {
  margin-left: 15px;
}
#footer .footer-top .footer-social img {
  width: 50px;
  padding: 5px;
}
#footer .footer-top .footer-links {
  margin-bottom: 10px;
  margin-left: 10px;
}
#footer .footer-top .footer-links li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 9px 0;
  display: flex;
}
#footer .footer-top .footer-links ul a {
  color: lightgray;
  transition: 0.3s;
  display: inline-block;
  line-height: 0.5;
}
#footer .footer-top .footer-links ul a:hover {
  color: rgb(255, 190, 35);
}
#footer .copyright {
  padding: 60px 0 30px 16px;
  font-size: 0.5rem;
  color: rgb(251, 251, 251);
}

/*Pricing*/
.pricing .box {
  padding: 30px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
  box-shadow: 3px 3px 15px #B1B1B1;
  transition: 0.5s;
}
.pricing .box:hover {
  background: white;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}
.pricing .box h4 {
  font-size: 42px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 sub {
  font-size: 16px;
  top: -1px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul li i {
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 5px;
  border: 2px solid rgb(255, 190, 35);
  color: rgb(255, 190, 35);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .box .btn-buy:hover {
  background: rgb(255, 190, 35);
  color: rgb(251, 251, 251);
}
.pricing .recommended {
  background: #1B1B1B;
  border-color: #1B1B1B;
  color: rgb(251, 251, 251);
}
.pricing .recommended:hover {
  background: #323232;
  border-color: #323232;
}
.pricing .recommended .btn-buy {
  background: rgb(255, 190, 35);
  color: rgb(251, 251, 251);
}
.pricing .recommended .btn-buy:hover {
  background: rgb(14, 14, 14);
  border-color: rgb(14, 14, 14);
}
.pricing .recommended .span ul i {
  color: rgb(251, 251, 251);
}
.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #fce6ea;
  color: rgb(255, 190, 35);
  border-radius: 15px;
}

/* MAP */
#map {
  height: 400px;
  width: 100%;
}

/* MEDIA */
@media (min-width: 0px) {
  h1 {
    font-size: 3rem;
  }
  .produkcja {
    padding: 30px;
  }
  .clients img {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .produkcja-box img {
    text-align: center;
    height: 150px;
    width: 150px;
    font-size: 1rem;
  }
  .pricing {
    padding: 30px;
  }
  .clients {
    padding: 30px;
  }
  .produkcja {
    padding: 40px;
  }
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 6rem;
    line-height: 5rem;
  }
  #hero h2, #heroproject h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  #heroproject h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  nav a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  #hero .hero-text, #heroproject .hero-text {
    margin-left: 10em;
    transition: 0.4s;
  }
  #heroproject .hero-text {
    margin-left: 10em;
    transition: 0.4s;
  }
  h1 {
    font-size: 6rem;
    line-height: 5rem;
    transition: 0.4s;
  }
  nav {
    margin-left: 10em;
    transition: 0.4s;
  }
  nav a {
    font-size: 1.5rem;
    transition: 0.4s;
  }
}/*# sourceMappingURL=styles.css.map */