:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #1b1715;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.s-main {
  height: 100vh;
}

.c-1200 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.slider-collection {
  z-index: 2;
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
}

.slider-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.slider-item {
  width: 33.3333%;
}

.slide-item-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 70vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slide-img-outer-wrapper {
  z-index: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.slide-img-outer-wrapper.left {
  border-radius: .5rem 0 0 .5rem;
}

.slide-img-outer-wrapper.right {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.slide-img-inner-wrapper {
  background-image: url('../images/68af177e659d099f95a924d3_Overzicht_1133378828-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 75px 100px 75px 75px;
  display: flex;
}

.slide-img-inner-wrapper._2 {
  background-image: url('../images/68b021687bc6f37c4eab7a90_skyroofs-resized.jpg');
}

.slide-img-inner-wrapper._3 {
  background-image: url('../images/blikseminslag-industriegebouw-nacht-hero-homepage.png');
}

.body {
  color: #fff;
  font-family: Manrope;
}

.slide-heading {
  z-index: 2;
  text-transform: uppercase;
  text-shadow: 3px 7px 20px #0000004a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1em;
  position: relative;
}

.slide-heading.logo {
  width: auto;
  font-size: 2.5rem;
}

.text-block {
  opacity: .25;
  font-size: 100px;
  font-weight: 400;
  line-height: 1em;
}

.bg-lines-wrapper {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bg-lines-inner-wrapper {
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.line {
  opacity: .5;
  background-color: #585858;
  width: 1px;
}

.social-overlay-outer-wrapper {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.social-overlay-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.social-overlay-inner-wrapper {
  height: 100%;
  position: relative;
}

.image {
  width: 150px;
}

.social-overlay-bottom {
  justify-content: space-between;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.social-icon {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s ease-out;
  display: flex;
}

.social-icon:hover {
  transform: translate(0, -5px);
}

.s-project {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.body-2 {
  color: #fff;
  font-family: Manrope;
}

.project-transitioned-wrapper {
  z-index: 2;
  width: 70vw;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.project-img-inner-wrapper {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-content-outer-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 45px;
  display: flex;
  position: relative;
}

.heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.project-img-overlay {
  background-image: linear-gradient(to top, #00000080, #fff0 65%);
  height: 100%;
}

.back-wrapper {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.project-img-outer-wrapper {
  overflow: hidden;
}

.project-img-overlay-transition {
  z-index: 3;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.page-transition-click, .page-transition-load {
  z-index: 9999;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg-lines-inner-wrapper-full {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.page-transitioned-outer-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.top-bar {
  z-index: 99;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #3b3b3b;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.top-bar-link {
  color: #fff;
}

.links-overlay {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.links-overlay-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  color: #fff;
  background-color: #4268fb;
  border-bottom-style: none;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 13rem;
  padding: .75rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.links-overlay-link.links-overlay-link-black {
  background-color: #0c0c0c;
  border: 1px solid #313131;
}

.links-overlay-link-text-outer-wrapper {
  overflow: hidden;
}

.links-overlay-link-text-inner-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  position: relative;
}

.links-overlay-link-text.links-overlay-link-text-absolute {
  position: absolute;
}

.image-overlay-layer-hero {
  z-index: 1;
  background-image: linear-gradient(270deg, #000000bf, #fff0 0%, #9e9e9e00 0%, #000);
  width: 30%;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  text-shadow: 3px 3px 11px #000000bf;
  max-width: 300px;
  margin-top: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.5rem;
}

.div-block {
  z-index: 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo {
  width: 150px;
}

.div-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .s-main {
    width: 100vw;
    overflow: visible;
  }

  .c-1200 {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-collection {
    padding-top: 250px;
  }

  .slider-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    height: 100%;
  }

  .slider-item {
    width: 100%;
  }

  .slide-item-wrapper {
    color: #fff;
    justify-content: center;
    text-decoration: none;
  }

  .slide-img-outer-wrapper {
    width: 100%;
  }

  .slide-img-inner-wrapper {
    padding: 30px 50px 0 0;
  }

  .slide-heading {
    text-align: center;
  }

  .bg-lines-wrapper {
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .bg-lines-inner-wrapper {
    width: 100%;
  }

  .social-overlay-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .social-icon {
    position: relative;
  }

  .bg-lines-inner-wrapper-full {
    width: 100%;
  }

  .top-bar, .links-overlay {
    display: none;
  }

  .div-block, .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .slide-item-wrapper {
    height: 50vh;
  }

  .slide-heading {
    font-size: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .slide-item-wrapper {
    height: 30vh;
  }

  .slide-heading {
    font-size: 3rem;
  }

  .image {
    width: 125px;
  }

  .text-block-2 {
    text-align: center;
    margin-top: 0;
    font-size: 1.25rem;
  }

  .logo {
    width: 90px;
  }
}


