/*
Theme Name: MKLIMA
Author: Filip Zakrzewski
Version: 1.0
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}

li, a, button {
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}

/*============ HEADER =============*/
.site {
  background-image: url(./images/site-bg.png);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  height: 80vh;
}

header {
  width: 100%;
  z-index: 100;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.scrollheader {
  max-width: 100%;
  padding: 0;
}

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  width: 100%;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  z-index: 150;
}

.fixed {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px !important;
}

img.logo {
  max-width: 150px;
  height: auto;
}

.phone-box-bg {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px;
  border-radius: 10px;
}

.phone-box-bg:first-child {
  margin-right: 30px;
}

.phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.phone-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.call {
  font-size: 10px;
  color: #009dff;
  text-transform: uppercase;
}

.number a {
  color: #3e4756;
}

.phone-box-bg .fa-phone-alt {
  margin-right: 15px;
  font-size: 30px;
  color: #009dff;
}

nav.main {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: background-color, padding;
  transition-property: background-color, padding;
  border-radius: 10px;
  z-index: 149;
}

nav.scroll {
  min-width: 100%;
  position: fixed;
  top: 0;
  padding: 30px !important;
  background-color: #3e4756 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 4px rgba(62, 71, 86, 0.3);
          box-shadow: 0 0 4px rgba(62, 71, 86, 0.3);
  margin: 0 auto;
}

ul.menu {
  list-style: none;
  font-weight: bold;
}

ul.menu li {
  display: inline-block;
  padding: 0 20px;
}

ul.menu li a {
  color: #3e4756;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: color, font-size;
  transition-property: color, font-size;
}

.menu-scroll {
  color: #fff !important;
  font-size: 20px;
}

.menu-scroll:hover {
  color: #66E3FF !important;
}

ul.menu li a:hover {
  color: #66E3FF;
}

.menu-scroll-hover:hover {
  color: #3e4756 !important;
}

.hamburger {
  height: 40px;
  width: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 150;
  display: none;
}

.hamburger .bar {
  height: 2px;
  width: 20px;
  position: relative;
  background-color: #fff;
}

.hamburger .bar::after,
.hamburger .bar::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}

.hamburger .bar::after {
  top: 6px;
}

.hamburger .bar::before {
  bottom: 6px;
}

.hamburger.active .bar {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger.active .bar::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.active .bar::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

/*============ END - HEADER =============*/
/*============ CONTENT =============*/
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
}

.intro ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  top: 300px;
  max-width: 1260px;
}

.intro ul li {
  font-size: 85px;
  margin-right: 30px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}

.above-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #009dff;
  font-weight: bold;
  font-size: 10px;
}

#about-us {
  padding-top: 70px;
}

#about-us-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about-us h4 {
  font-size: 50px;
  color: #3e4756;
  margin-top: 10px;
}

#about-us p {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.3;
  color: #3e4756;
}

#about-us ul {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  list-style-position: inside;
  list-style-image: url(images/list-image.png);
  color: #3e4756;
  margin-left: 30px;
  line-height: 2;
}

.provide {
  background-color: #3e4756;
  padding: 30px 20px;
  background-image: url(images/bg-provide.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
}

.provide h5 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
}

.provide-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.provide-wrapper .item {
  max-width: 300px;
  margin-right: 30px;
  text-align: center;
}

.provide-wrapper .item:last-child {
  margin-right: 0;
}

.provide-wrapper .item img {
  height: 70px;
  width: auto;
}

.provide-wrapper .item p {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
}

#offer {
  padding-top: 70px;
}

#offer h4 {
  font-size: 50px;
  color: #3e4756;
  margin-top: 10px;
}

.offer-buttons {
  padding-top: 20px;
  padding-bottom: 50px;
}

.offer-buttons ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offer-buttons li {
  text-decoration: none;
  color: #3e4756;
  background-color: #EDEDED;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 300px;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.offer-buttons li:hover {
  color: #fff;
  background-color: #009dff;
  cursor: pointer;
}

.offer-buttons li.active {
  color: #fff;
  background-color: #009dff;
}

.offer-content {
  padding: 30px 0 50px 0;
  min-height: 300px;
}

#tab {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: display;
  transition-property: display;
}

.tab:not(:first-child) {
  display: none;
}

.tab h6 {
  font-size: 30px;
  color: #009dff;
}

.tab p {
  font-size: 20px;
  color: #3e4756;
  margin-top: 20px;
}

.tab ul {
  list-style-position: inside;
  margin-top: 10px;
  font-size: 20px;
  color: #3e4756;
  list-style-image: url(images/list-image.png);
  line-height: 2;
}

.tab li {
  font-size: 20px;
}

#realizations {
  padding-top: 70px;
  padding-bottom: 30px;
}

#realizations h4 {
  font-size: 50px;
  color: #3e4756;
  margin-top: 10px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

.gallery a {
  margin-top: 25px;
}

.gallery-img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 200px;
}

.img-container-overlay {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  opacity: 0;
  color: #fff;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-container-overlay:hover .img-overlay {
  opacity: 1;
}

.slick-lightbox-close {
  right: 40px !important;
}

.slick-lightbox-close::before {
  font-size: 60px !important;
}

#contact {
  padding-top: 70px;
  background-color: #EDEDED;
}

#contact h4 {
  font-size: 50px;
  color: #3e4756;
  margin-top: 10px;
}

.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 70px;
}

.col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col-left ul {
  list-style: none;
}

.col-left ul li {
  font-size: 20px;
  margin-top: 40px;
  color: #3e4756;
}

.col-left ul li a {
  color: #3e4756;
}

.col-left ul li:first-child {
  margin-top: 0;
}

.col-left .fa-map-marker-alt,
.fa-phone-alt,
.fa-mobile-alt,
.fa-envelope {
  font-size: 30px;
  width: 30px;
  margin-right: 20px;
  color: #009dff;
  text-align: center;
}

.col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col-left img {
  max-height: 300px;
  width: auto;
}

/*============ END - CONTENT =============*/
/*============ FOOTER =============*/
footer {
  background-color: #3e4756;
  color: #fff;
  text-align: center;
  padding: 20px 20px;
  font-size: 10px;
}

/*============ END - FOOTER =============*/
/*============ RESPONSIVE =============*/
@media only screen and (max-width: 1360px) {
  header {
    max-width: 1000px;
  }
  .intro {
    max-width: 1000px;
  }
  .intro ul {
    max-width: 1000px;
    top: 200px;
  }
  .intro ul li {
    font-size: 65px;
  }
  .container {
    max-width: 1000px;
  }
  nav.scroll {
    padding: 20px !important;
  }
  img.logo {
    max-width: 120px;
  }
  .phone-box-bg {
    padding: 8px;
  }
  .gallery-img {
    width: 225px;
    height: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .site {
    background-attachment: scroll;
  }
  header {
    padding: 0;
  }
  img.logo {
    margin-left: 10px;
    max-width: 100px;
  }
  .phone {
    display: none;
  }
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }
  nav.main {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100vw;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
  }
  .active {
    left: 0 !important;
  }
  ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.menu li {
    font-size: 45px;
  }
  .intro {
    padding: 0;
  }
  .intro ul {
    max-width: 768px;
  }
  .intro ul li {
    font-size: 12vw;
    margin-right: 0;
  }
  .offer-buttons {
    display: none;
  }
  .tab:first-child {
    margin-top: 30px;
  }
  .tab:nth-child(2) {
    display: block;
    margin-top: 50px;
  }
  .tab:nth-child(3) {
    display: block;
    margin-top: 50px;
  }
  .provide {
    background-attachment: scroll;
  }
  .provide h5 {
    margin-bottom: 30px;
  }
  .provide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .provide-wrapper .item {
    margin-right: 0;
    margin-top: 40px;
  }
  .gallery {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .slick-lightbox-close {
    top: 18px !important;
    right: 47px !important;
  }
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-right iframe {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=style.css.map */