:root { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
:root { font-family: 'Inter var', sans-serif; }
}


*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

html {
    width: -webkit-fill-available;
}

body {
    background-color:#FCFCFA;
    margin: 0;
    width: 100%;
    width: calc(var(--vw, 1vw) * 100);
    width:100%;
    height: 100%;
    min-height:-webkit-fill-available;
    min-width:-webkit-fill-available;
    padding: 0px;
    overflow-x: hidden;
    overscroll-behavior: none;
}

body::-webkit-scrollbar {
    display: none;
  }

h1 {
    font-family: 'Inter', sans-serif;
    font-size: 180px;
    font-weight: 400;
    line-height: 0.8;
    margin-bottom: -1rem;
    letter-spacing: -9px;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 55px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -2.75px;
}

h2 b{
    font-weight: 400;
}

h3 {
    font-family: 'Inter', sans-serif;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: -0.005em;
    line-height: 1.6;
    text-transform: uppercase;
}

h3 b {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

h3 a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: -0.005em;
}

h3 i {
    letter-spacing: -0.005em;
}

h4 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: -1rem;
    letter-spacing: -1.4px;
}

h4 b{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

h5 {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

h5 b{
    font-weight: 500;
}

h6 {
    font-family: 'Inter', sans-serif;
    font-size: 350px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: -1rem;
    letter-spacing: -25px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; 
}

/* h6:hover {
    letter-spacing: -5px;
} */

p {
    font-family: 'Inter', sans-serif;
    font-size: 1.15em;
    font-weight: 300;
    line-height: 1.5;
}

li {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    text-align: end;
    list-style-type: none;
    cursor: pointer;
}

a {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: -1px;
    cursor: pointer;
}

li:active {
    font-weight: 500;
  }

a:active {
    font-weight: 500;
}

a:hover {
    cursor: pointer;
}

a h4{
    cursor:pointer;
}

/* NAVBAR GRID BOTH DESKTOP & MOBILE */

.nb-cont {
    width:100%;
    display:flex;
    justify-content:center;
    padding-top:10px;
    position:fixed;
    color:white;
    mix-blend-mode: difference;
    z-index: 9999;
}

.nb-grid {
    width:95%;
    display:grid;
    justify-content:center;
    grid-template-columns: auto;
    row-gap: 15px;
}

.nb-home {
    display:flex;
    justify-content: center;
}

.nb-menu {
    display:flex;
    justify-content: center;
    column-gap: 4dvw;
}

@media (min-width:999px){
    .nb-cont {
        width:100%;
        display:flex;
        justify-content:center;
        padding-top:10px;
        position:fixed;
        color:white;
        mix-blend-mode: difference;
        z-index: 9999;
    }
    
    .nb-grid {
        width:95%;
        display:grid;
        justify-content:space-between;
        grid-template-columns: auto auto;
        column-gap: 20px;
        mix-blend-mode: difference;
    }
    
    .nb-home {
        display:flex;
        justify-content: start;
    }
    
    .nb-menu {
        display:flex;
        justify-content: end;
        column-gap: dvw;
    }
}


@media (max-width:999px){

    h1 {
        font-family: 'Inter', sans-serif;
        font-size: 100px;
        font-weight: 400;
        line-height: 0.8;
        margin-bottom: -1rem;
        letter-spacing: -5px;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-family: 'Inter', sans-serif;
        font-size: 0.9em;
        font-weight: 400;
        letter-spacing: -0.006em;
        line-height: 1.7;
        text-transform: uppercase;
    }

    h3 a{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        letter-spacing: -0.006em;
    }
    
    h3 b {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        letter-spacing: -0.006em;
    }
    
    h3 i {
        letter-spacing: -0.006em;
    }

    h6 {
        font-family: 'Inter', sans-serif;
        font-size: 280px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: -1rem;
        letter-spacing: -20px;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease; 
    }
    
    /* h6:hover {
        letter-spacing: -4px;
    } */
}

    @media (max-width:599px){
        

        h2 {
            font-size: 2em;
        }

        h3 {
            font-family: 'Inter', sans-serif;
            font-size: 0.9em;
            font-weight: 400;
            letter-spacing: -0.012em;
            line-height: 1.7;
            text-transform: uppercase;
        }

        h3 a{
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            letter-spacing: -0.012em;
        }
        
        h3 b {
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            letter-spacing: -0.012em;
        }
        
        h3 i {
            letter-spacing: -0.012em;
        }

        h4 {
            font-family: 'Inter', sans-serif;
            font-size: 24px;
            font-weight: 300;
            line-height: 1.3;
            margin-bottom: -1rem;
            letter-spacing: -1.2px;
        }
        
        h4 b{
            font-family: 'Inter', sans-serif;
            font-weight: 500;
        }

        h6 {
            font-family: 'Inter', sans-serif;
            font-size: 180px;
            font-weight: 400;
            line-height: 1;
            margin-bottom: -1rem;
            letter-spacing: -10px;
            -webkit-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
            -o-transition: all 0.1s ease;
            transition: all 0.1s ease; 
        }
        
        /* h6:hover {
            letter-spacing: -2px;
        } */
    }



  /* PRE LOADER */

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #090909;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:999;
}

.loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    color: #FCFCFA;
    border: 0px solid #FCFCFA;
    border-radius: 50% 50% 50% 50%;
    animation: loader 2.5s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: rgb(255, 255, 255);
    animation: loader-inner 2.5s infinite ease-in;
  }

.initiaal {
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 0 3.5px;
    }

.initiaal-loader {
    height:35px;
    width: 35px;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
}


@keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(360deg);}
    50% { transform: rotate(360deg);}
    75% { transform: rotate(720deg);}
    100% { transform: rotate(720deg);}
  }
  
  @keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
  }
  

/* END PRELOADER */

img{
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100%;
    height: 100%;
    
}

/* GALLERY ANIM  */

 .sec-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 90vh;
    margin: 0 auto;
  }
  
  .gallery {
    height: 150vh;
  }
  
  .img {
    width: 100%;
    aspect-ratio: 2/3;
    position: relative;
    background-size: cover;
    z-index: -1;
  }
  .img:nth-of-type(1) {
    background-image: url("../img/pp-hhs/pp-hhs-1.jpg");
  }
  .img:nth-of-type(2) {
    background-image: url("../img/pp-hhs/pp-hhs-2.jpg");
  }
  .img:nth-of-type(3) {
    background-image: url("../img/pp-hhs/pp-hhs-3.jpg");
  }
  .img:nth-of-type(4) {
    background-image: url("../img/pp-hhs/pp-hhs-4.jpg");
  }
  .img:nth-of-type(5) {
    background-image: url("../img/pp-hhs/pp-hhs-5.jpg");
  }
  .img:nth-of-type(6) {
    background-image: url("../img/pp-hhs/pp-hhs-6.jpg");
  }
  .img:nth-of-type(7) {
    background-image: url("../img/pp-hhs/pp-hhs-7.jpg");
  }
  .img:nth-of-type(8) {
    background-image: url("../img/pp-hhs/pp-hhs-8.jpg");
  }
  .img:nth-of-type(9) {
    background-image: url("../img/pp-hhs/pp-hhs-9.jpg");
  }
  .img:before {
    content: "";
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    border-right: 0px solid black;
  }
  
  .line {
    border-right: 0px solid black;
  }/*# sourceMappingURL=gall.css.map */

  .spacer-sec-cont {
    height:5vh;
  }

  /* END GALLERY ANIM  */

  @media (max-width:900px) {

    .sec-cont {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: 50vh;
        margin: 0 auto;
      }
      
      .gallery {
        height: 200vh;
      }
      
      .img {
        /* width: 100%; */
        aspect-ratio: 2/3;
        object-fit: cover;
        position: relative;
        background-size: cover;
        z-index: -1;
      }
      .img:nth-of-type(1) {
        background-image: url("../img/pp-hhs/pp-hhs-1.jpg");
      }
      .img:nth-of-type(2) {
        background-image: url("../img/pp-hhs/pp-hhs-2.jpg");
      }
      .img:nth-of-type(3) {
        background-image: url("../img/pp-hhs/pp-hhs-3.jpg");
      }
      .img:nth-of-type(4) {
        background-image: url("../img/pp-hhs/pp-hhs-4.jpg");
      }
      .img:nth-of-type(5) {
        background-image: url("../img/pp-hhs/pp-hhs-5.jpg");
      }
      .img:nth-of-type(6) {
        background-image: url("../img/pp-hhs/pp-hhs-6.jpg");
      }
      .img:nth-of-type(7) {
        background-image: url("../img/pp-hhs/pp-hhs-7.jpg");
      }
      .img:nth-of-type(8) {
        background-image: url("../img/pp-hhs/pp-hhs-8.jpg");
      }
      .img:nth-of-type(9) {
        background-image: url("../img/pp-hhs/pp-hhs-9.jpg");
      }
      .img:before {
        content: "";
        position: absolute;
        height: 100vh;
        width: 100%;
        z-index: 4;
        top: 0;
        left: 0;
        border-right: 0px solid black;
      }
      
      .line {
        border-right: 0px solid black;
      }/*# sourceMappingURL=gall.css.map */

      .spacer-sec-cont {
        height:2vh;
      }

  }

  @media (max-width:600px) {

    .sec-cont {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: 50vh;
        margin: 0 auto;
      }
      
      .gallery {
        height: 200vh;
      }
      
      .img {
        /* width: 100%; */
        aspect-ratio: 2/3;
        object-fit: cover;
        position: relative;
        background-size: cover;
        z-index: -1;
      }
      .img:nth-of-type(1) {
        background-image: url("../img/pp-hhs/pp-hhs-1.jpg");
      }
      .img:nth-of-type(2) {
        background-image: url("../img/pp-hhs/pp-hhs-2.jpg");
      }
      .img:nth-of-type(3) {
        background-image: url("../img/pp-hhs/pp-hhs-3.jpg");
      }
      .img:nth-of-type(4) {
        background-image: url("../img/pp-hhs/pp-hhs-4.jpg");
      }
      .img:nth-of-type(5) {
        background-image: url("../img/pp-hhs/pp-hhs-5.jpg");
      }
      .img:nth-of-type(6) {
        background-image: url("../img/pp-hhs/pp-hhs-6.jpg");
      }
      .img:nth-of-type(7) {
        background-image: url("../img/pp-hhs/pp-hhs-7.jpg");
      }
      .img:nth-of-type(8) {
        background-image: url("../img/pp-hhs/pp-hhs-8.jpg");
      }
      .img:nth-of-type(9) {
        background-image: url("../img/pp-hhs/pp-hhs-9.jpg");
      }
      .img:before {
        content: "";
        position: absolute;
        height: 100vh;
        width: 100%;
        z-index: 4;
        top: 0;
        left: 0;
        border-right: 0px solid black;
      }
      
      .line {
        border-right: 0px solid black;
      }/*# sourceMappingURL=gall.css.map */

      .spacer-sec-cont {
        height:5vh;
      }

  }

.spacer {
    height: 5vh;
}

.title-cont {
    width:100vw;
    display:flex;
    justify-content:center;
}

.title-ban {
    width:70vw;
    display:grid;
    justify-content:space-between;
    justify-content: space-between;
    mix-blend-mode: difference;
    color:white;
    justify-items: stretch;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto; 
    gap: 5vw;
}

.title-h3 {
    /* margin-top:55vh; */
    width:30vw;
}

.h1-cont-l {
    width:72vw;
    display:flex;
    justify-content:flex-start;
}

.h1-cont-r {
    width:72vw;
    display:flex;
    justify-content:flex-end;
}

.h3-cont-l {
    width:72vw;
    display:flex;
    justify-content:flex-start;
    margin-top:5vh;
}

.h3-cont-r {
    width:72vw;
    display:flex;
    justify-content:flex-end;
    margin-top:5vh;
}

.cont-block {
    height:80vh;
    width:100vw;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}

.par-cont {
    width:60vw;
    display:flex;
    flex-direction:column;
    color:white;
}

.about-project {
    height: 40vh;
    width: 100vw;
    display: flex;
    padding-top:20vh;
}

.about-text {
    margin: 0 0 0 5vw;
    width: 67vw;
}

.about-collage {
    display:flex;
    justify-content: center; 
    align-items: center;
    column-gap: 4vw;
    margin-top:-60vw;
    z-index:-99;
}

/* --PAR-- */

.houder {
    width:100vw;
    display: grid;
    align-items: center;
    display:flex;
    justify-content:flex-start;
    position:relative;
}

.tussenhouder {
    position:absolute;
    width: 100vw;
    justify-content:start;
}

.cover {
    z-index:99;
    object-fit: cover;
}

.cover-cont {
    position: absolute;
    width: 100vw;
    color:rgb(255, 255, 255);
    mix-blend-mode: difference;
    display:flex;
    justify-content: center;
    top: 50%;
    /* z-index: 9; */
}

.logo1  {
    position:absolute;
    z-index:99;
}

.logo1:hover  {
    opacity:1;
}

.cover-txt {
    position: absolute;
    width: 100vw;
    color:rgb(255, 255, 255);
    mix-blend-mode: difference;
    display:flex;
    justify-content: center;
    height: 40vh;
    position:absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 9;
}

.cover-text {
    width:95vw;
    justify-self:center;
    margin-top:-8vh;
    margin-left:10vw;
}

.about-txt {
    width:95vw;
    justify-self:center;
    align-items:end;
    text-align:center;
    margin-top:5vh;
}

.par-logo {
    width:80vw;
    justify-content:center;
    align-items:center;
}

.par-cont {
    width:100vw;
    align-content:center;
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
}

.text-cover {
    width:90vw;
    display:flex;
    justify-content:space-between;
    align-content:end;
    position:absolute;
    color:white;
    mix-blend-mode:difference;
    top:15vh;
    margin-left:10vw;
}
/* END PAR */


/* SLIDESHOW HOVER */

.hhs-wrapper {
    display: flex;
}

.hs-wrapper{
	/* height: 90vh;
	aspect-ratio: 2/3; */
    width:72vw;
    height:48vw;
    aspect-ratio: 3/2;
	position: relative;
	margin: 0 auto;
	overflow: hidden;


}

.hs-wrapper img{
	top: 0px;
	left: 0px;
	position: absolute;
    object-fit: cover;
	-webkit-animation: showMe 1.0s linear infinite 0s forwards;
	-moz-animation: showMe 1.0s linear infinite 0s forwards;
	-o-animation: showMe 1.0s linear infinite 0s forwards;
	-ms-animation: showMe 1.0s linear infinite 0s forwards;
	animation: showMe 1.0s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
}
.hs-wrapper img:nth-child(1){
	z-index: 9;
}
.hs-wrapper img:nth-child(2){
    -webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
	z-index: 8;
}
.hs-wrapper img:nth-child(3){
    -webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
	z-index: 7;
}
.hs-wrapper img:nth-child(4){
    -webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
	z-index: 6;
}
.hs-wrapper img:nth-child(5){
    -webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
	z-index: 5;
}
.hs-wrapper img:nth-child(6){
    -webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
	z-index: 4;
}
.hs-wrapper img:nth-child(7){
    -webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-nimation-delay: 0.6s;
	animation-delay: 0.6s;
	z-index: 3;
}
.hs-wrapper img:nth-child(8){
    -webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
	z-index: 2;
}
.hs-wrapper img:nth-child(9){
    -webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
	z-index: 1;
}
.hs-wrapper img:nth-child(10){
    -webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	animation-delay: 0.9s;
	z-index: 0;
}
.hs-wrapper:hover img{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}
.hs-overlay{
	position: absolute;
    display:flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 500;
	background: rgba(0,0,0,0.6);
	box-shadow: 0 0 0 0 rgba(255,255,255,0.3) inset;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.hs-overlay span{
	display: block;
	position: absolute;
	color: #fff;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hs-wrapper:hover .hs-overlay{
	opacity: 1;
}

@-webkit-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-moz-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-o-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-ms-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

/* END SLIDESHOW HOVER */




/* MORE */

.more {
    height:80vh;
    width:100vw;
    display:flex;
    justify-content:center; 
    align-items:center;
}
/* END MORE */

@media (max-width:900px){
    .about-project{
        height:40vh;
    }

    .about-project2{
        height:40vh;
    }


    .about-text{
        width:69vw;
    }

    .about-text2{
        width:69vw;
    }

    .par-logo {
        width: 350px;
    }

    .h1-cont-l {
        width:90vw;
        display:flex;
        justify-content:flex-start;
    }
    
    .h1-cont-r {
        width:90vw;
        display:flex;
        justify-content:flex-start;
    }
    
    .h3-cont-l {
        width:90vw;
        display:flex;
        justify-content:flex-end;
        margin-top:5vh;
    }
    
    .h3-cont-r {
        width:90vw;
        display:flex;
        justify-content:flex-end;
        margin-top:5vh;
    }

    .hs-wrapper{
        width:100vw;
        height:75vw;
        object-fit: cover;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    
}


/* FADER START */

.slideshow-container {
    width: 70vw;
    object-fit: cover;
    position:absolute;
    display: flex;
    right:0;
    margin: auto;
    bottom:0;
  }
  
  .fader{
    position: absolute;
    right: 0;
    object-fit: cover;
  }
  
  .dot {
    height: 0px;
  }
  
  /* FADER END */


.icon {
    width: 40px;
    height: 40px;
    margin-left: 1rem;
}

.work-info {
    /* width: 100%; */
    position: absolute;
}

mark {
    color:rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 1px 25px 1px 2px ;
    letter-spacing: -0.005em;
}

.work-wrapper {
    width: 100%;
    display: grid;
    justify-content: center;
    justify-items: center;
}

.work-container{
    width: 90vw;
    display: grid;
    justify-content: space-between;
    justify-items: stretch;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto; 
    gap: 5vw;
    row-gap: 8vw;
}

.work-item{
    aspect-ratio: 1/1;
    display: grid;
    grid-template-columns: 100% 1fr;
    grid-template-rows: 100% 1fr;
}

.work-text-container{
    display: flex;
    justify-content: center;
    grid-template-columns: 100% 1fr;
    grid-template-rows: 100% 1fr;
}

.work-text{
    grid-area: 1 / 1 / 2 / 2;
    width: 30%;
    height: 100%;
}

.work-img {
    object-fit: cover;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; 
}

.work-img:hover{
    transform: scale(1.08);
}

.work-item1{
    grid-area: 1 / 1 / 2 / 2;
    /* width: 100%;
    height: 100%; */
    z-index:11;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; 
    overflow: hidden;
}

.work-item2{
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    height: 100%;
    color: #FCFCFA;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index:1;
}

.work-item1:hover{
    opacity: 0.215;
    transition-duration: 350ms;
    mix-blend-mode: exclusion;
    /* transition-timing-function: ease-in-out; */
}

@media (max-width:600px){
    .work-container{
        width: 90vw;
        grid-template-columns: auto;
        gap: 2rem;
    }
    .work-item{
        width: 90vw;
        aspect-ratio: 1/1;
        object-fit:contain;
        display: grid;
        grid-template-columns: 100% 1fr;
        grid-template-rows: 100% 1fr;
    }
    
    .work-item1{
        grid-area: 1 / 1 / 2 / 2;
        width: 100%;
        height: 100%;
        z-index:11;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease; 
    }
    
    .work-item2{
        grid-area: 1 / 1 / 2 / 2;
        width: 100%;
        height: 100%;
        color: #FCFCFA;
        background-color: #d2b6b0;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        z-index:1;
    }
    
    .work-item1:hover{
        opacity: 0.175;
        transition-duration: 350ms;
        mix-blend-mode: exclusion;
        /* transition-timing-function: ease-in-out; */
    }

}

.link_mail {
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}

.link_mail:hover{
    color:#9ea4f5;
}

.project_info{
    width: 100vw;
    height: 20vh;
    display: flex;
    justify-content: end;
    align-items: end;
    margin-bottom: 15rem;
}

.project_info_text{
    width: 20vw;
    text-align: start;
    margin: 1rem 1rem 1rem 1rem;
}

@media (max-width: 900px) {
    .project_info_text{
        width: 40vw;
        text-align: start;
        margin: 1rem 1rem 1rem 1rem;
    }

    .title-ban {
        width:90vw;
        display:grid;
        justify-content:space-between;
        justify-content: space-between;
        justify-items: stretch;
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto; 
    }

    .title-h3 {
        margin-top:10vh;
        width:90vw;
    }
  }

.project_img_container{
    width: 100vw;
    display: grid;
    align-content: center;
    justify-content: center;
    row-gap: 2rem;
    object-fit: cover;
    justify-items: center;

}

.project_img {
    width: 90vw;
    aspect-ratio: 3/2;
    object-fit: cover;

}

.project_construct {
    width: 90vw;
    display: flex;
    align-content: flex-start;
}

.project_construct_column {
    width: 90vw;
    margin-right: 0rem;
    column-count: 2;
    column-gap: 2vw;
    display: flex;
    justify-content: space-between;
}

.work-logo {
    width: 45vw;
    object-fit: contain;
    justify-content: baseline;
}

.more {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.bywini {
  height: 25vh;
  width: 92vw;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin-bottom: 25vh;
}

.more_projects{
    margin-left: 5rem;
}

.work-grid {
    width: 100vw;
    display: grid;
    justify-content: center;
}

.grid-container{
    width: 90vw;
    display: grid;
    justify-content: center;
    justify-items: center;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto auto; 
    gap: 1.3rem;
}

.grid-item{
    width: 29vw;
    aspect-ratio: 3/2;
    object-fit: contain;
    display: grid;
    grid-template-columns: 100% 1fr;
    grid-template-rows: 100% 1fr;
}

.grid-item1{
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    height: 100%;
    z-index:11;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; 
    overflow: hidden;
}

.grid-item2{
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    height: 100%;
    color: #FCFCFA;
    background-color: #d2b6b0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index:1;
}

.grid-item1:hover{
    opacity: 0.175;
    mix-blend-mode: exclusion;
}

.grid-img {
    object-fit: cover;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; 
}

.grid-img:hover{
    transform: scale(1.08);
}

@media (max-width:1000px){
    .grid-container{
        width: 90vw;
        grid-template-columns: auto auto;
        gap: 0.8rem;
    }
    .grid-item{
        width: 44vw;
        aspect-ratio: 3/2;
        object-fit:contain;
        display: grid;
        grid-template-columns: 100% 1fr;
        grid-template-rows: 100% 1fr;
    }
    
    .grid-item1{
        grid-area: 1 / 1 / 2 / 2;
        width: 100%;
        height: 100%;
        z-index:11;
    }
    
    .grid-item2{
        grid-area: 1 / 1 / 2 / 2;
        width: 100%;
        height: 100%;
        color: #FCFCFA;
        background-color: #d2b6b0;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        z-index:1;
    }
    
    .grid-item1:hover{
        opacity: 0.175;
        transition-duration: 350ms;
        mix-blend-mode: exclusion;
        transition-timing-function: ease-in-out;
    }

}

@media (max-width:450px){
    .grid-container{
        width: 90vw;
        grid-template-columns: auto;
        gap: 1.1rem;
    }

    .grid-item{
        width: 90vw;
        aspect-ratio: 3/2;
        object-fit:contain;
        display: grid;
        grid-template-columns: 100% 1fr;
        grid-template-rows: 100% 1fr;
    }
    
    .grid-item1{
        grid-area: 1 / 1 / 2 / 2;
        width: 100%;
        height: 100%;
        z-index:11;
    }
    
    .grid-item2{
        grid-area: 1 / 1 / 2 / 2;
        width: 100%;
        height: 100%;
        color: #FCFCFA;
        background-color: #d2b6b0;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        z-index:1;
    }
    
    .grid-item1:hover{
        opacity: 0.175;
        transition-duration: 350ms;
        mix-blend-mode: exclusion;
        transition-timing-function: ease-in-out;
    }

}

/* FOOTER */

.footer-wrapper {
    width: 100vw;
    position:relative;
}

.vulling {
    /* width: 100vw; */
    color: white;
    mix-blend-mode: difference;
    display: flex;
    flex-direction: column;
    z-index: 999;
    justify-content: center;
    align-items: start;
    position:absolute;
    bottom:30px;
    margin-left:20px;
}

.email {
    width: 100vw;
    color: white;
    mix-blend-mode: difference;
    position:absolute;
    top: 28vh;
    display: flex;
    flex-direction: column;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.footer-details {
    text-align:start;
    align-items:flex-start;
}

.footer-container {
    height:100vh;
    position:relative;
}

footer {
    width: 100vw;
    z-index:99;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    mix-blend-mode: difference;
}

/* END FOOTER */

@media (max-width: 600px){
    .footer-info-left{
        width: 40vw;
    }
    .footer-info-right{
        width: 40vw;
    }

}