@import url(https://use.typekit.net/bmv8lzi.css);
@import url( 'https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext');

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: none;
}

h1,
h2,
h3 {
  font-family: "niveau-grotesk" !important;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 120%;
  color: #8A3A8E;
  position: relative;
}

h1 span,
h2 span {
  color: #56D0B4;
}
@media (min-width: 992px) {
  h1,
  h2 {
    font-size: 58px;
    line-height: 130%;
  }

  h3 {
    font-size: 40px;
    line-height: 130%;
  }

  body {
    font-size: 16px;
  }
}

header {
  background-color: #ccc;
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  header {
    background-color: #ccc;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

header .logo {
  position: absolute;
  z-index: 200;
  width: 200px;
  top: 30px;
  left: 0;
}
@media (min-width: 992px) {
  header .logo {
    top: 70px;
    width: 300px;
  }
}

header .arrow-down {
  position: absolute;
  width: 60px;
  margin-left: -30px;
  left: 50%;
  bottom: 30px;
  cursor: pointer;
}

header .hero-background {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
/* header .hero-background::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  content: " ";
} */

header .hero-background * {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media(min-width: 992px) {
  section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.parallax {
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media(max-width: 768px) {
  .parallax {
    height: 200px;
    min-height: 200px;
  }
}

#co-robimy {
  padding-bottom: 0;
  background: url("../img/triangle_grey_flipped.svg") no-repeat right top;
  background-size: 50%;
}

#co-robimy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#co-robimy ul li {
  position: relative;
  margin: 100px 0 0;
  padding: 0;
  text-align: center;
  color: #8A3A8E;
  font-size: 24px;
  overflow: visible;
}

#co-robimy ul li:after {
  content: "";
  position: absolute;
  display: block;
  top: -60px;
  width: 100%;
  height: 25px;
  background: url("../img/separator.svg") no-repeat center center;
}

#co-robimy ul li:first-child {
  margin: 0 !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  #co-robimy ul li {
    margin: 100px 0 0;
    font-size: 26px;
  }

  #co-robimy ul li:after {
    top: -75px;
    height: 45px;
  }
}

#jak-dzialamy {}

#jak-dzialamy h1 {
  text-align: left;
}
@media (min-width: 768px) {
  #jak-dzialamy h1 {
    text-align: right;
    margin-right: 120px;
  }

  #jak-dzialamy h1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    width: 6px;
    background-color: #56D0B4;
  }
}

#wideo {}

#wideo .content {
  position: relative;
  z-index: 10;
  background: url("../img/wideo.svg") no-repeat 30px 0;
  background-size: 100px;
  padding-top: 100px;
}

#wideo h2 {
  position: relative;
  margin-bottom: 50px;
}

#wideo h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  height: 6px;
  background-color: #56D0B4;
}

#wideo .wideo-cover {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #wideo h2:after {
    bottom: -50px;
  }

  #wideo .content {
    background: url("../img/wideo.svg") no-repeat 15px 0;
    background-size: 100px;
    padding-top: 115px;
  }

  #wideo h2 {
    position: absolute;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    right: -42%;
    top: 120px;
    z-index: 100;
  }

  #wideo h2:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -30px;
    left: -50px;
    height: 6px;
    background-color: #56D0B4;
  }

  #wideo .wideo-cover {
    margin-top: 165px;
  }
}

#online {
  position: relative;
}

#online .content2 {
  position: relative;
}

#online .content {
  background: url("../img/online.svg") no-repeat 15px top;
  background-size: 75px;
  padding-top: 70px;
}

#online img.online-cover {
  position: relative;
  margin-top: 0;
  z-index: -1;
}

#online .content:after {
  content: "";
  display: block;
  position: relative;
  width: 50%;
  height: 6px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 0;
  background-color: #56D0B4;
}
@media (min-width: 992px) {
  #online img.online-cover {
    position: relative;
    z-index: -1;
  }

  #online .content:after {
    position: absolute;
    left: auto;
    right: -60px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

#life-in-krakow {
  position: relative;
  background: #56d0b4;
  overflow: hidden;
  /* Old browsers */
  background: -moz-linear-gradient(top, #56d0b4 0%, #036551 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #56d0b4 0%,#036551 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #56d0b4 0%,#036551 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#56d0b4', endColorstr='#036551',GradientType=0 );
  /* IE6-9 */
  color: #fff;
}

#life-in-krakow .content {
  position: relative;
  color: #000;
}

#life-in-krakow .logo-life-in-krakow {
  display: block;
  width: 70%;
  max-width: 280px;
  padding-top: 0;
  margin: 0 0 30px;
}

#life-in-krakow .life-in-krakow-cover {
  margin-top: 40px;
}

#life-in-krakow .life-in-krakow-background {
  position: absolute;
  left: 0;
  height: 100%;
  opacity: .2;
  top: 50%;
}
@media (min-width: 992px) {
  #life-in-krakow .logo-life-in-krakow {
    padding-top: 25px;
    margin: 30px 100px 50px 0;
    width: 90%;
    max-width: 350px;
  }

  #life-in-krakow .life-in-krakow-cover {
    margin-top: 50px;
  }

  #life-in-krakow .content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: -40px;
    height: 8px;
    background-color: #FFFFFF;
  }

  #life-in-krakow .life-in-krakow-cover {
    float: right;
    display: block;
    margin-top: 70px;
    margin-bottom: 50px;
    padding-left: 85px;
  }

  #life-in-krakow p {
    margin: 0;
  }
}

#storytelling {
  position: relative;
}

#storytelling h2 {}

#storytelling .content2 {
  position: relative;
}

#storytelling .content {
  background: url("../img/storytelling.svg") no-repeat 15px top;
  background-size: 50px;
  padding-top: 70px;
}

#storytelling img.storytelling-cover {
  position: relative;
  margin-top: 0;
  z-index: -1;
}

#storytelling .content:after {
  content: "";
  display: block;
  position: relative;
  width: 50%;
  height: 6px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 0;
  background-color: #56D0B4;
}
@media (min-width: 992px) {
  #storytelling img.storytelling-cover {
    position: relative;
    z-index: -1;
  }

  #storytelling .content:after {
    position: absolute;
    left: auto;
    right: -60px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

#public-relations {
  position: relative;
  padding-top: 0;
}

#public-relations img.public-relations-cover {
  position: relative;
  z-index: -1;
  margin-bottom: 30px;
}

#public-relations h2.header-bottom {
  position: absolute;
  display: none;
  text-align: right;
  margin-top: -35px;
  border-top: #56D0B4 solid 6px;
}

#public-relations h2.header-top span {
  display: block;
}
@media(max-width: 991.98px) {
  #public-relations h2.header-top {
    background: url("../img/publicrelations.svg") no-repeat 95% 20px;
    background-size: 105px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #public-relations h2.header-top {
    text-align: right;
    display: block;
    right: -30px;
  }

  #public-relations h2.header-top span {
    display: none;
  }

  #public-relations h2.header-bottom {
    display: block;
  }

  #public-relations img.public-relations-cover {
    margin-top: -35px;
    margin-bottom: 0;
  }

  #public-relations .content p {
    text-align: right;
    max-width: 480px;
    float: right;
  }

  #public-relations .content {
    background: url("../img/publicrelations.svg") no-repeat 95% 20px;
    background-size: 100px;
    padding-top: 100px;
  }
}

#nasze-realizacje {
  background: #F6F6F6 url("../img/triangle_violet.svg") no-repeat left 0;
  background-size: 15vmin;
  padding-bottom: 0;
}

#nasze-realizacje .item {
  margin-bottom: 50px;
}

#nasze-realizacje h3 {
  text-transform: none;
}

#nasze-realizacje h2 {
  float: right;
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: #56D0B4 solid 6px;
  border-bottom: #56D0B4 solid 6px;
}

#nasze-realizacje p.subtitle {
  color: #8A3A8E;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  font-size: 26px;
}
@media (min-width: 992px) {
  #nasze-realizacje {
    background-size: 35vmin;
  }

  #nasze-realizacje .item {
    margin-bottom: 80px;
  }

  #nasze-realizacje h2 {
    font-size: 40px;
    margin-bottom: 80px;
  }
}

#o-nas {
  position: relative;
}

#o-nas:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  background-color: #F6F6F6;
  z-index: 0;
}

#o-nas h2 {
  margin-bottom: 10px;
}

#o-nas h2:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  height: 6px;
  background-color: #56D0B4;
  z-index: 10;
  max-width: 50%;
}

.container-o-nas-slider::before {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  background: url("../img/stripes_grey.svg") no-repeat left top;
  background-size: 110vmin;
  background-color: #FFFFFF;
}
@media(max-width: 479.98px) {
  .container-o-nas-slider {
    max-width: 100%;
    width: 100%;
  }
}
@media(min-width: 992px) {
  .container-o-nas-slider::before {
    top: 135px;
  }
}
.o-nas-slider {
  display: none;
  padding-top: 30px;
}
@media(min-width: 768px) {
  .o-nas-slider {
    padding-top: 80px;
  }
}

.o-nas-slider.slick-initialized {
  display: block;
}

.o-nas-slider .item,
.o-nas-slider .item * {
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.o-nas-slider .item {
  opacity: .2;
  padding: 0 10px;
  outline: none !important;
}

.o-nas-slider .item img {
  padding: 20px 20px 0;
}

.o-nas-slider .item h3 {
  font-size: 26px;
  margin: 30px 0 15px;
  text-transform: none;
}

.o-nas-slider .item.slick-current {
  opacity: 1;
}

.o-nas-slider .item.slick-current img {
  padding: 0;
}

.o-nas-slider .item .desc {
  position: relative;
  opacity: 0;
  padding-left: 0;
}

.o-nas-slider .item.slick-current .desc {
  opacity: 1;
}

.o-nas-slider .item .desc p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .o-nas-slider .item {
    opacity: .2;
  }

  .o-nas-slider .item h3 {
    font-size: 30px;
  }

  .o-nas-slider .item img {
    padding: 50px 50px 0;
  }

  .o-nas-slider .item .desc {
    opacity: 0;
    padding-left: 66px;
  }

  .o-nas-slider .item .desc:after {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    top: -110px;
    height: 200px;
    width: 6px;
    background-color: #56D0B4;
    z-index: 50;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
  }

  .o-nas-slider .item.slick-current .desc:after {
    opacity: 1;
  }
}

button.slick-arrow {
  position: absolute;
  top: 125px;
  width: 50px;
  height: 50px;
  z-index: 999;
  background-size: 50px 50px;
  text-indent: 9999px;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  outline: none !important;
  opacity: .8;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

button.slick-arrow:not(.disabled):hover {
  opacity: 1;
}

button.slick-prev.slick-arrow {
  left: 0;
  background: url("../img/violet_arrow_left.svg") no-repeat center center;
}

button.slick-next.slick-arrow {
  right: 0;
  background: url("../img/violet_arrow_right.svg") no-repeat center center;
}
@media(min-width: 768) {
  button.slick-arrow {
    top: 185px;
  }
}
@media(min-width: 992px) {
  button.slick-arrow {
    top: 215px;
  }
}


#kontakt {
  color: #8A3A8E;
  background: url("../img/triangle_grey.svg") no-repeat left top;
  background-size: 90vmin;
}

#kontakt h3 {
  margin-bottom: 50px;
  text-transform: none;
}

#kontakt p {
  line-height: 1.8em;
}

#kontakt a {
  color: #8A3A8E;
}

.btn-white {
  color: #56D0B4 !important;
  font-weight: bold;
  background-color: #fff;
  border-radius: 0;
  padding: 10px 50px;
}

.btn-white:hover {
  color: #000 !important;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-200 {
  margin-top: 200px;
}

.margin-top-250 {
  margin-top: 250px;
}

.margin-top-300 {
  margin-top: 300px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-bottom-200 {
  margin-bottom: 200px;
}

.margin-bottom-250 {
  margin-bottom: 250px;
}

.margin-bottom-300 {
  margin-bottom: 300px;
}

/* nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 50px;
  z-index: 9999;
} */

ul#nav-menu {
  position: fixed;
  z-index: 800;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 50px;
  display: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c2470+1,000000+100&0.58+0,0.58+99 */
  background: -moz-linear-gradient(top, rgba(108,36,112,0.58) 0%, rgba(224, 167, 167, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(108,36,112,0.58) 0%,rgba(0,0,0,0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(108,36,112,0.58) 0%,rgba(0,0,0,0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#946c2470', endColorstr='#94000000',GradientType=0 );
  /* IE6-9 */
}
@media (min-width: 768px) {
  ul#nav-menu {
    padding: 150px 50px 50px;
  }
}

/* nav ul#nav-menu.open {
  right: 0;
  opacity: 1;
  visibility: visible;
} */

ul#nav-menu li a {
  display: block;
  color: #fff;
  font-family: "niveau-grotesk" !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;

  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

ul#nav-menu li a:hover {
  color: #56D0B4;
}

#nav-icon {
  width: 50px;
  height: 35px;
  position: fixed;
  z-index: 900;
  top: 30px;
  right: 20px;
  display: inline-block;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  #nav-icon {
    top: 70px;
    right: 50px;
    right: 140px !important;
  }
}

#nav-icon:hover span {
  background-color: #000;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 10px;
  width: 50px;
  background: #8A3A8E;
  opacity: 1;
  right: 0;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2) {
  top: 23px;
}

#nav-icon.open span {
  background: #FFFFFF;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#nav-icon.open span:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
