body {
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  color: #000;
  font-family: "ThomasText-Light", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body::after {
  position:absolute; 
  width:0; 
  height:0; 
  overflow:hidden; 
  z-index:-1;
  content:
url(http://thomastemmink.nl/IMAGES/virniture-scroll.mp4)                 
url(https://thomastemmink.nl/IMAGES/1.jpg)           
}

main {
  /* display: -webkit-box!important; */
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

main > .l-container:first-of-type {
  padding-top: 12rem;
}
@media only screen and (max-width: 64em) {
  main > .l-container:first-of-type {
    padding-top: 22rem;
  }
}
.homepage {
  background-color: #FFF;
}
.homepage main > .l-container:first-of-type {
  margin-left: 0;
  padding: 0;
  background-color: white;
  height: 0;
  height: 390px;
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
}
p {
  line-height: 1;
  max-width: 72rem;
  color: #6d6d6d;
  font-size: 4rem;
}

/* STYLES NEW */


/* Define styles for the header section */
.header {
  FONT-VARIANT: JIS04;
  width: 100%;
  height: 72vh; /* Adjusted height including padding */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: #000000;
  z-index: 0;
  overflow: hidden;
  margin: 40px 24px 80px 24px;
  border-radius: 24px;
}

.header1 {
   /* Adjusted height including padding */
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   align-items: center;
   position: relative;
   padding: 56px 80px 0 80px;
   z-index: 0;
   overflow: hidden;
   margin: 0 0 0 320px;
   border-radius: 8px;
   max-width: 900px;
}

.header-pretitle {
  font-family: 'ThomasText-Light';
  line-height: 40px;
  margin: 0;
}

#header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Move the video behind other content */
  /* filter: hue-rotate(-77deg); */
}

/* Styles for the header-content div */
.header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Center the .text-container horizontally */
  width: 100%;
   /* Adjusted padding */
   /* Vertical gap between items */
  height: auto;
  box-sizing: border-box;
  /* align-content: space-around; */
}

/* Add vertical gap between items in header-content */
.vertical-gap {
  height: 5vw;
}

/* Styles for Div 1 (text-container) */
.text-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.text-container1 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.text {
  font-size: 88px;
  font-family: 'ThomasTitle';
  color: white;
  text-align: center;
  line-height: 100%;
  overflow: visible;
}

/* Styles for Div 2 (divider) */
.divider {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; /* Align to the left */
}

/* Styles for Div 3 (sub-text-container) */
.sub-text-container {
  padding: 32px 48px;
  max-width: 524px;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: saturate(180%) blur(20px);
  border-radius: 8px;
}

/* Styles for Div 3 (sub-text) */
.sub-text {
  font-size: 20px;
  line-height: 32px;
  color: white;
  font-family: 'ThomasText';
}


/*DIENSTEN STYLES*/


.dienst-container {
  gap: 40px; /* Gap between rows */
   /* White gap background */
   /* Hide overflowing content */
  width: 100%;
}

.dienst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Distribute items to the start and end */
  align-content: center;
   /* Allow gap to fill the remaining space */
  padding: 32px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid black;
  border-radius: 8px;
  /* background-color: #141414; */
}

/* Style the video background */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  object-fit: cover;
  z-index: 0;
  scale: 100%;
  opacity: 0.2;
}

.video-background2 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  object-fit: cover;
  z-index: 0;
  scale: 160%;
  opacity: 0.2;
}

.video-background3 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  scale: 100%;
  opacity: 1;
}

/* Style the .content container */
.content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%; /* Set the width to 100% */
  padding: 16px 32px;
  border-radius: 40px;
  justify-content: space-between; /* Align items to the start and end */
  z-index: 1;
  background-color: rgb(58 58 58 / 40%);
  backdrop-filter: saturate(180%) blur(20px);
  overflow: hidden;
}

.content1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%; /* Set the width to 100% */
  padding: 16px 32px;
  border-radius: 16px;
  justify-content: space-between; /* Align items to the start and end */
  z-index: 1;
  background-color: rgb(58 58 58 / 40%);
  backdrop-filter: saturate(180%) blur(20px);
  overflow: hidden;
}

.content2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%; /* Set the width to 100% */
  padding: 12px 24px;
  border-radius: 40px;
  justify-content: space-between; /* Align items to the start and end */
  z-index: 1;
  background-color: #121212;
  backdrop-filter: saturate(180%) blur(20px);
  overflow: hidden;
}

.content3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%; /* Set the width to 100% */
  padding: 12px 24px;
  border-radius: 40px;
  justify-content: space-between; /* Align items to the start and end */
  z-index: 1;
  background-color: #121212;
  backdrop-filter: saturate(180%) blur(20px);
  overflow: hidden;
}

.contentimg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 64px; /* Set the width to 100% */
  padding: 16px;
  border-radius: 200px;
  justify-content: space-between; /* Align items to the start and end */
  z-index: 1;
  background-color: rgb(58 58 58 / 40%);
  backdrop-filter: saturate(180%) blur(20px);
  overflow: hidden;
}

.dienst::before {
  backdrop-filter: saturate(180%) blur(20px);
}


/* Style the text */
.textdienst {
  font-size: 24px;
  text-align: left;
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-family: 'ThomasText-Light';
  white-space: nowrap;
}

.textdienst1 {
  font-size: 16px;
  text-align: left;
  color: #ffffffbd;
  padding: 0;
  margin: 0;
  font-family: 'ThomasTitle';
  white-space: nowrap;
}

.imgdienst {
  width: 40px;
}


/* STYLES PROJECTEN */

/* Base styles for the .projecten container */
.projecten {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0px 0px 0px;
  gap: 48px 48px;
}

/* Styles for each project item */
.project-item {
  flex: 1;
  min-width: calc(50vw - 160px); /* Two items per row on desktop */
  min-height: calc(47vw - 160px);
  box-sizing: border-box;
  border-radius: 8px;
}

.project-item.groot {
  min-width: calc(62%);
  min-height: calc(47vw - 160px);
}

.project-item.klein {
  min-width: calc(41vw - 160px);
  min-height: calc(47vw - 160px);
}

.project-item-breed {
  flex: 1;
  min-width: calc(100vw - 200px); /* Two items per row on desktop */
  min-height: calc(47vw - 160px);
  box-sizing: border-box;
  border-radius: 8px;
}

.project-item:nth-child(even) {
padding-top: 0px;
}

.mij-item {
  flex: 1;
  /* min-width: 40%; */ /* Two items per row on desktop */
  min-height: calc(47vw - 160px);
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  gap: 48px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  height: 100vh;
}

.mij-item.smal {
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  z-index: 2;
  align-items: flex-end;
  margin-top: -120vh;
  margin-bottom: 0vh;
  pointer-events: none;
}

.mij-item.breed {
  width: 65vw;
}

:root {
  /* --card-height: 300px; */
  /* --card-width: calc(var(
  --card-height) / 1.5); */
}
* {
  box-sizing: border-box;
}

.carditem {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  perspective: 2500px;
  border-radius: 8px;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapperitem {
  transition: all 0.5s;
  position: absolute;
  height: 100%;
  z-index: -1;
}

.carditem:hover .wrapperitem {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 35px 32px -8px rgb(0 0 0 / 24%);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}

.wrapperitem::before,
.wrapperitem::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}
.wrapperitem::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    to top,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}
.wrapperitem::after {
  bottom: 0;
  opacity: 1;
  /* background-image: linear-gradient(
    to bottom,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  ); */
}

.carditem:hover .wrapperitem::before,
.wrapperitem::after {
  opacity: 1;
}

.carditem:hover .wrapper::after {
  height: 120px;
}
.title {
  width: 100%;
  transition: transform 0.5s;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}
.carditem:hover .title {
  transform: translate3d(0%, -50px, 100px);
}

.character {
  width: 75%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  margin-bottom: -100px;
  z-index: -1;
}

.carditem:hover .character {
  opacity: 1;
  transform: translate3d(0%, -30%, 100px);
}


/* STYLES PROJECTEN */

.wrapperdienst {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 85%;
  width: 100%;
  flex-direction: column;
}

.carddienst {
  position: relative;
  height: calc(40vw - 160px);
  width: 100%;
  padding: 40px 60px;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-item.groot .carddienst {
  height: calc(47vw - 160px);
}

.project-item-breed .carddienst {
  height: calc(47vw - 160px);
}

.wrapperdienst .titledienst {
  position: relative;
  z-index: 2;
  transform: translateZ(30px);
  margin-bottom: 0;
  margin-top: 0;
  font-size: 80px;
  padding: 0 2px 0 2px;
}

.titlewrapper {display: flex;overflow: hidden;align-items: center;}

.titlearrow {
  width: 3vw;
  padding-right: 1vw;
  margin-left: -3vw;
  transition: all 0.3s;
}

.wrapperdienst:hover .titlearrow {
  margin-left:0;
}

.creditsdienst {
  font-size: 14px;
  letter-spacing: 0.05em;
  transform: translateZ(20px);
  padding: 10px 20px;
  font-family: 'ThomasTitle';
  /* background-color: #121212; */
  border: solid 1px #212121;
  border-radius: 40px;
}

.card__content .creditsdienst {
  font-size: 14px;
  letter-spacing: 0.05em;
  transform: translateZ(20px);
  padding: 10px 20px;
  margin: 24px 0px 24px 0px;
  font-family: 'ThomasTitle';
  background-color: #00000014;
  color: #000000b8;
  border: none;
  border-radius: 40px;
}


.creditsdienst-wrapper {display: flex;margin: 24px 0px 24px 0px;gap: 16px;flex-wrap: wrap;}

.carddienst .bgdienst {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('https://thomastemmink.nl/IMAGES/VIRNI-package.png');
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
}

.carddienst .bgdienst1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('https://thomastemmink.nl/IMAGES/AYM-intro.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
}

.carddienst .bgdienst2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('https://thomastemmink.nl/IMAGES/VISSER-card-breed.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
}

.carddienst .bgdienst3 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('https://thomastemmink.nl/IMAGES/LAB-billboard.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
}

.carddienst .bgdienst4 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('https://thomastemmink.nl/IMAGES/Binnenkort-online.png');
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
}



.wrap-video {
  position: absolute;
  width: 80%;
  padding-top: 49%;
  overflow: hidden;
  border-radius: 8px;
  transform: translateZ(120px);
}

.wrap-video-breed {
  position: absolute;
  width: 42%;
  padding-top: 26%;
  overflow: hidden;
  border-radius: 8px;
  transform: translateZ(80px);
}

.carddienst video {
  display: none;
  width: 100%;
  transition: all 0.3s;
}

.carddienst:hover video {
  display: block;
}


/* OVER MIJ */

.overmij {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px 64px 0px;
  gap: 48px;
  width: 100%;
  flex-direction: column;
  height: 100vh;
}

.wrappermij {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 100%;
}

.bgmij {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 62%;
  background: url('https://thomastemmink.nl/IMAGES/Thomas-def3.png');
  background-size: cover;
  background-position: center;
  border-radius: 0;
  padding-top: 50%;
  margin-left: 39%;
}

.overmij .l-page__title {
  font-size: 24px;
  line-height: 64px;
  margin-bottom: 0;
  margin-top: 0;
  color: #c7e995;
  font-family: 'ThomasText';
}

.overmijtekst {
  border-radius: 8px;
  padding: 40px 0px 24px 0px;
}


/* OVER MIJ */


/* INFINITE SCROLL */

.infinite {
    display: flex;
    align-items: center;
    -webkit-mask-image: linear-gradient( var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 0%, hsl(0 0% 0% / 1) 100%, hsl(0 0% 0% / 0) );
    flex-wrap: wrap;
    gap: 0;
    width: 100%; /* Set the width to 100% */
    padding: 16px;
    border-radius: 8px;
    justify-content: space-between; /* Align items to the start and end */
    z-index: 1;
    height: 72vh;
    padding-top: 22vh;
}

.props {
  animation: scroll-right-to-left 30s linear infinite;
  display: flex;
  position: relative;
  will-change: transform;
  gap: 32px;
  margin: 20px 20px;
  list-style: none;
}

.props li {
  font-size: calc(var(--font-size-5) * 4);
  margin-inline: calc(var(--size-8) + var(--size-000));
  white-space: nowrap;
  color: black;
  list-style: none;

}

.infinite1 {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  justify-content: space-between;
  z-index: 1;
  padding-top: 22vh;
  overflow-x: scroll;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
  scroll-snap-type: x mandatory; /* Enable scroll snapping */
}

.infinite1::-webkit-scrollbar {
  width: 0px;
}

.props1 {
  display: flex;
  gap: 40px;
  margin: 20px 20px;
  scroll-snap-type: x mandatory; /* Enable scroll snapping for child elements */
}

.props1 li {
  font-size: calc(var(--font-size-5) * 4);
  margin-inline: calc(var(--size-8) + var(--size-000));
  white-space: nowrap;
  color: black;
  list-style: none;
  scroll-snap-align: start; /* Snap to the start of each list item */
}

.props2 {
  display: flex;
  gap: 24px 24px;
  margin: 20px 0px 14px 0px;
   /* Enable scroll snapping for child elements */
  padding-left: 0px;
  align-items: center;
}

.props2 li {
  font-size: calc(var(--font-size-5) * 4);
  margin-inline: calc(var(--size-8) + var(--size-000));
  white-space: nowrap;
  color: black;
  list-style: none;
  scroll-snap-align: start; /* Snap to the start of each list item */
}

.props3 {
  display: flex;
  gap: 24px 24px;
  margin: 20px 0px 14px 0px;
   /* Enable scroll snapping for child elements */
  padding-left: 0px;
  align-items: center;
}

.props3 li {
  font-size: calc(var(--font-size-5) * 4);
  margin-inline: calc(var(--size-8) + var(--size-000));
  white-space: nowrap;
  color: black;
  list-style: none;
  scroll-snap-align: start; /* Snap to the start of each list item */
}


@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-left-to-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}




/* INFINITE SCROLL */
.momenteel {
  width: 300px;
  overflow-x: scroll; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent line breaks */
  cursor: grab; /* Set cursor to grab for better user experience */
  user-select: none; /* Prevent text selection during drag */
}

.momenteelcontent {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Make the list items horizontal */
}

.momenteelcontent li {
  padding: 10px;
  margin: 5px;
  background-color: #eee;
}


/* OWL SLIDER */

.cardcontainer {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  align-items: center;
  background-color: #38353A70;
  border-radius: 16px;
  padding: 16px 8px 8px 8px;
}

.cardimage {
  display: flex;
  width: 260px;
  height: 200px;
  padding: 24px 8px;
  background-image: url('https://thomastemmink.nl/IMAGES/Sampha.jpg');
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px;
}

.cardimage3 {
  FONT-VARIANT: JIS78;
  display: flex;
  width: 260px;
  height: 200px;
  padding: 24px 8px;
  background-image: url('https://thomastemmink.nl/IMAGES/Padel.jpg');
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: flex-end;
  border-radius: 8px;
}

.cardimage4 {
  display: flex;
  width: 260px;
  height: 200px;
  padding: 24px 8px;
  background-image: url('https://thomastemmink.nl/IMAGES/Creative.jpg');
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px;
}

.cardimage5 {
  display: flex;
  width: 260px;
  height: 200px;
  padding: 24px 8px;
  background-image: url('https://thomastemmink.nl/IMAGES/Jujutsu.jpg');
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px;
}



.cardtext {
  margin-bottom: 16px;
  color: #c7e995;
}

.cardimagetext {
  background-color: #a5a5a540;
  color: white;
  font-family: 'ThomasAlt-Italic';
  padding: 8px 16px;
  backdrop-filter: blur(20px);
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}

.cardcontainer2 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  align-items: center;
  background-color: #38353A70;
  border-radius: 16px;
  padding: 16px 8px 8px 8px;
}

.cardimage2 {
  display: flex;
  width: 216px;
  height: 260px;
  padding: 24px 0px;
  background-image: url('https://thomastemmink.nl/IMAGES/Fotografie.gif');
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px;
}

.cardtext2 {
  margin-bottom: 16px;
  color: #c7e995;
}

.cardimagetext2 {
  background-color: #a5a5a540;
  color: white;
  font-family: 'ThomasAlt-Italic';
  padding: 8px 16px;
  backdrop-filter: blur(20px);
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}

.text2dark {
  font-family: 'ThomasTitle';
  color: #097d3c;
  text-align: left;
  overflow: visible;
  margin: 0;
  font-size: calc(3.6rem + 0.2vw);
  max-width: 900px;
  padding: 8vw 0vw;
  line-height: 160%;
}

.emojiwork {
  display: inline-block;
  padding: 3vw; /* Adjust padding as needed */
  background-image: url('../IMAGES/emojiwork.png');
  background-size: cover; /* Adjust background size */
  color: #000; /* Text color */
}

.drag {
  display: inline-block;
  padding: 18px; /* Adjust padding as needed */
  background-image: url('../IMAGES/drag.svg');
  background-size: cover; /* Adjust background size */
  color: #000; /* Text color */
  opacity: 60%;
}


/* SLIDER SNEAK */

.swiper.mySwiper1{
  width: 100%;
  border-radius: 24px;
  padding: 40px 0px;
  margin-top: 40px;
}

.swiper-wrapper{
  width: 100%;
  height: 35em;
  display: flex;
  align-items: center;
}

.card{
  width: 20em;
  height: 90%;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0px 0vw;
}

.mySwiper1 .swiper-slide:not(.swiper-slide-active){
  opacity: 0.4;
  background-color: #fff !important;
  transform: scale(0.8);
  transition: .5s ease;
}

.card__content {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 16px 16px 16px;
  gap: 80px;
  min-height: 9vw;
}

.card__a {
  width: calc(61%);
  min-height: calc(47% - 160px);
}

.card__b {
  width: calc(39% - 112px);
  min-height: calc(47% - 160px);
}


.card__image{
  width: 100%;
  height: calc(36vw - 160px);
  border-radius: 16px;
  overflow: hidden;
  clip-path: border-box;
}

.card__image img{
  width: 130%;
  height: 130%;
  border-radius: 16px;
  object-fit: cover;
  max-width: 130%;
  margin-left: -15%;
  margin-top: -15%;
}

.card__image video{
  width: 74%;
  height: 74%;
  object-fit: cover;
  max-width: 130%;
  margin-left: -15%;
  margin-top: 16%;
}

.card__content1{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 76vw;
  height: 508px;
}

.card__title{font-size: 56px;line-height: 56px;font-family: 'ThomasTitle';color: #00000061;}

.card__name{
  color: #00000061;
  font-family: 'ThomasTitle';
  font-size: 32px;
}

.card__text{
  line-height: 28px;
  font-size: 20px;
  color: #000;
  margin: 0;
  margin-right: 16%;
  font-family: 'ThomasText-Light';
}

.card__btn{
  background-color: var(--color);
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: .5em;
  border-radius: .5em;
  margin-top: .5em;
  cursor: pointer;
}

/* SLIDER SNEAK MOBILE */

@media only screen and (max-width: 64em) {

.swiper{
  width: 100%;
}

.swiper-wrapper{
  width: 100%;
  height: 35em;
  display: flex;
  align-items: center;
}

.swiper.mySwiper1 {margin-top: 24px;padding: 0px 0px;}

.card{
  width: 20em;
  height: 90%;
  background-color: #fff;
  border-radius: 2em;
  /* box-shadow: 0 0 2em rgba(0, 0, 0, .2); */
  padding: 1em 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 2em;
}

.mySwiper1 .swiper-slide:not(.swiper-slide-active){
  opacity: 0.6;
}

.card__a {
    width: 100%;
}

.card__b {
    width: 100%;
}

.card__content {}

.card__image{height: 67vw;}

.card__image img{

}

.card__content{flex-direction: column;gap: 24px;padding: 16px 8px 8px 8px;}

.card__title{font-size: 24px;line-height: 32px;}

.card__name{font-size: 20px;margin-top: -8px;}

.card__text{font-size: 18px;}

.card__btn{}

.card__image video{
  width: 74%;
  height: 74%;
  object-fit: cover;
  max-width: 130%;
  margin-left: 0%;
  margin-top: 16%;
}

}



/* STYLES NEW */




main p {}

.l-logo {
  width: 3.5rem;
}
.l-radius {
  border-radius: 3rem;
}
.fc-white {
  color: white;
}
.fz-base {
  font-size: calc(2.6rem + 0.15vw);
}
.fz-big {
  /* font-size: calc(3rem + 0.2vw); */
}
.fz-large {
  font-size: calc(3.6rem + 0.2vw);
}
.l-label {
  font-size: calc(1.8rem + 0.05vw);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
.l-icon {
  width: 5rem;
  height: auto;
}

@media only screen and (max-width: 64em) {
  .c-aboutme__img {
    margin-left: 1.5rem;
  }
}
.c-aboutme__block {
  background-color: #151629;
  border-radius: 30px;
  padding: 7rem 5rem;
}
.c-aboutme__block .l-col--1-1 {
  margin: 1rem 0;
}
.c-work__title {
  margin: 0 0 1rem 0;
  font-size: calc(3rem + 0.2vw);
}
.c-work__title span:first-of-type {
  font-weight: 400;
}
.c-work__title span {
  display: block;
}
.c-work__label {
  font-family: "ThomasText-Light", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 2rem 0 0 0!important;
  font-size: 2.4rem;
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 64em) {
  .c-work__title {
    margin: 1.5rem 0;
  }
  .c-work__label {
    text-align: right;
    margin: 1.5rem 0 !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.6em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face{ 
	font-family: 'ThomasText';
	src: url('../FONTS/ThomasText.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{ 
	font-family: 'ThomasText-Light';
	src: url('../FONTS/ThomasText-Light.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ThomasTitle';
    src: url('../FONTS/ThomasTitle-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ThomasAlt';
    src: url('../FONTS/ThomasAlt-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ThomasAlt-Italic';
    src: url('../FONTS/ThomasAlt-Italic.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html {
  font-size: 50%;
}
@media only screen and (min-width: 64em) {
  html {
    font-size: 54%;
  }
}

body {
  min-height: 100vh;
  font-size: 16px;
  background-color: #FFF;
  font-family: 'ThomasText';
  font-weight: 300;
  overflow-x: hidden;
  width: 100%;
}
/* =14px */
h1 {
  font-family: 'ThomasTitle', "Open Sans", "Helvetica Neue", "Helvetica", "Arial", serif;
  font-weight: 400;
}

h2 {
  font-family: 'ThomasAlt-Italic', "Open Sans", "Helvetica Neue", "Helvetica", "Arial", serif;
  font-weight: 400;
}

h3 {
  font-family: 'ThomasAlt', "Open Sans", "Helvetica Neue", "Helvetica", "Arial", serif; 
  font-weight: 400;
}

h4 {
  font-family: 'ThomasText-Light', "Open Sans", "Helvetica Neue", "Helvetica", "Arial", serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
img {
  max-width: 100%;
}
h1,
.h1 {
  font-size: calc(4rem + 1vw);
}
h2,
.h2 {
  font-size: calc(10rem + 0.4vw);
  margin: 0;
}
h3,
.h3 {
  font-size: calc(7.2rem + 0.3vw);
}
h4,
.h4 {
  font-size: calc(3.6rem + 0.2vw);
}
.project_info {
  line-height: 1;
  padding: 3rem;
  max-width: 90%;
  margin: auto;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: no-repeat center center/cover;
}
video {
  min-width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  TRANSFORM: translateX(0%);
  object-fit: cover;
  transform: scale(1.01);
}

.l-page--dark {
  background-color: #000;
}
.l-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  overflow: hidden;
  padding-bottom: 0;
  background-color: white;
}
.l-page__top__content {
  text-align: left;
  width: 100%;
  padding-top: 0;
  color: #fff;
  width: auto;
}
.l-page__title {
  font-size: 72px;
  line-height: 96px;
  margin-bottom: 0;
  margin-top: 0;
}


.l-page__title--home {
  font-family: "ThomasTitle", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 4rem;
}
.l-page__title--center {
  text-align: center;
}
.l-page__title--pretitle {
  /* font-family: 'ThomasText-Light', "Open Sans", "Helvetica Neue", "Helvetica", "Arial", serif; */
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
}
.l-page__title--subtitle {
  font-size: 4.8rem;
  line-height: 1;
  padding: 0;
  margin-bottom: 0;
}
.l-page__title__portret {
  margin-bottom: 0!important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
  z-index: -1;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  margin-top: 30vh;
}

.l-page__titletext {
  font-size: 3rem;
  margin: 10rem 1rem 0;
  line-height: 1.25;
}
.l-page__titletext a {
  display: block;
}
@media only screen and (max-width: 64em) {
  .l-page__top {
    /* min-height: 100vh; */
  }
  .l-page__top__content {
  }
  .l-page__title {
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 32px;
    line-height: 48px;
  }
  .l-page__title--home {
    font-size: calc(clamp(52px, 5.28vw, 128px) * .75);
  }
  .l-page__title--pretitle {
    font-size: 200px;
    line-height: 222px;
    max-width: 50vw;
  }
  .l-page__title--pretitlesmall {
    font-size: 5.4rem;
  }
  .l-page__title--subtitle {
    font-size: 5.4rem;
  }
  .l-page__title__portret {
    margin-bottom: 0!important;
    width: 60vw;
    height: 76vh;
    margin-top: 24vh;
    z-index: 1;
  }
  .l-page__title span:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 2rem);
    flex: 1 1 calc(50% - 2rem);
  }
  .l-page__titletext {
    font-size: 3.5vw;
    margin: 3rem 3rem 0;
  }
  .l-page__intro {
    font-size: 2.4rem;
    margin-bottom: -4rem;
  }
}


.l-item * {
    list-style: none;
}
.l-item > * + * {
  margin-top: 0;
}
.l-item--small > * + * {
  margin-top: 1rem;
}
.l-item--large > * + * {
  padding-left: 0;
}
.l-item--xl > * + * {
  margin-top: 6rem;
}
.l-item--none > * + * {
  margin-top: 0.2rem;
}


@media only screen and (max-width: 64em) {
  .l-item--inline > * {
    display: inline-block;
    margin-top: 0;
  }
  .l-item--inline > *:not(:last-of-type) {
    margin: 0 2rem 2rem 0;
  }
}
.l-item > style,
.l-item > script {
  display: none;
}
.l-container {overflow: hidden;}
.l-container--alt {
  padding: 0 1.5rem;
}
.l-container--dark {
  background-color: #0C0D18;
  border-radius: 30px;
}
.l-container--dark > * {
  color: #fff;
}
.l-grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.l-grid + .l-grid {
  margin-top: 2rem;
}
.l-grid--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-col--1-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* width: 70%; */
  /* margin-top: 2rem; */
  padding-right: 1.5rem;
  /* padding-bottom: 40px; */
  max-width: 1140px;
}
.l-col--xs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}
.l-col--xs-1-1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.l-col--xs-1-3 {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  max-width: 33.333%;
}
.l-col--xs-2-3 {
  -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
  max-width: 66.667%;
}
.l-col--xs-1-2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 64em) {
  .l-container {
    max-width: 100%;
    padding: 64px 40px;
  }
  .l-container--extraheight {
  }
  .l-grid + .l-grid {
    margin-top: 4rem;
  }
  .l-grid--md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-col--sm,
  .l-col--sm-1,
  .l-col--sm-2,
  .l-col--sm-3,
  .l-col--sm-4,
  .l-col--sm-5,
  .l-col--sm-6,
  .l-col--sm-7,
  .l-col--sm-8,
  .l-col--sm-9,
  .l-col--sm-10,
  .l-col--sm-11,
  .l-col--sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    width: auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .l-col--1-1 {
    margin-top: 0;
  }
  .l-col--sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .l-col--sm-1-1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .l-col--sm-1-3 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col--sm-2-3 {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col--sm-1-2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .l-container {
    max-width: 1256px;
    padding: 160px 40px;
  }
  .l-container--small {
    max-width: 786px;
  }
  .l-col--md,
  .l-col--md-1-1,
  .l-col--md-1-2,
  .l-col--md-1-3,
  .l-col--md-2-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .l-col--md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .l-col--md-1-1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .l-col--md-1-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .l-col--md-1-4 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .l-col--md-1-3 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col--md-5-12 {
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
    max-width: 41.66%;
  }
  .l-col--md-1-2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .l-col--md-7-12 {
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
    max-width: 58.33%;
  }
  .l-col--md-3-5 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  .l-col--md-2-3 {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col--md-3-4 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}

@media only screen and (min-width: 90em) {
    
  .l-container {
    max-width: 1440px;
    padding: 200px 80px;
  }
  .l-container--extraheight {
    max-width: 100% !important;
    padding: 196px 24px 196px 24px;
    width: 100%;
    }
  .l-container--small {
    max-width: 1024px;
  }
}
/* colours */
.color-grey {
  background-color: #171717;
  color: #fff;
}
.color-green {
  background-color: #393939;
  color: #fff;
}
.color-dark {
  background-color: #000000;
  color: #fff;
}
.color-white {
  background-color: #FFF;
  color: #000;
}
.color-grey .l-page__title__portret,
.color-white .l-page__title__portret {
  opacity: 100;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.c-header {
  z-index: 3;
  top: 0;
  position: fixed;
  width: 100%;
  padding: 0;
  font-family: "ThomasText", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: calc(2.1rem + 0.1vw);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 64em) {
  .c-header {
    font-size: calc(2.1rem + 0.1vw);
    padding: 0;
  }
}
.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  font-size: calc(2.1rem + 0.1vw);
  /* font-family: 'ThomasText-Light'; */
}

.c-nav__link {
  color: #000;
  padding: 0.5rem;
}

.c-nav__link:hover {
}

.c-nav__link--active {
  color: #d8f507;
}
.c-nav__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav__button {
  color: #fff;
  mix-blend-mode: difference;
  font-family: 'ThomasTitle', "Open Sans", "Helvetica Neue", "Helvetica", "Arial", serif;
  min-width: 3.5rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 5rem;
  margin-top: -1rem;
  line-height: 0.7;
}
.c-nav__button:hover {

}
.c-nav__button--available {
  font-size: calc(1.8rem + 0.05vw);
  padding-left: 7rem;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.c-nav__button--available:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1.7rem;
  top: 2rem;
  background-color: #c7e995;
  border-radius: 2rem;
  width: 3rem;
  height: 3rem;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.c-nav__button--available:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1.7rem;
  top: 2rem;
  background-color: #c7e995;
  border-radius: 2rem;
  width: 3rem;
  height: 3rem;
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.c-nav__button--available:hover {
}
.c-nav__button--unavailable {
  font-size: calc(1.8rem + 0.05vw);
  padding-left: 5rem;
  color: white;
  text-decoration: none;
  position: relative;
}
.c-nav__button--unavailable:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1.7rem;
  top: -0.4rem;
  background-color: #fa601d;
  border-radius: 2rem;
  width: 3rem;
  height: 3rem;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
}
.c-nav__button--unavailable:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1.7rem;
  top: -0.4rem;
  background-color: #fa601d;
  border-radius: 2rem;
  width: 3rem;
  height: 3rem;
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.c-nav__button--unavailable:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 64em) {
  .c-nav {
  padding: 2rem;
  justify-content: space-between;
  }
  .c-nav__link {
    padding: 2rem;
  }

  .c-nav .magnetic-click {
    padding: 1.25rem;
  }

  .c-nav .magnetic-click1 {
    padding: 1.25rem;
  }

  .header {
    height: auto;
    width: 100vw;
    margin: 40px 0 64px 0vw;
  }
  .header1 {
    height: auto;
    padding: 0px 40px 0 40px;
    margin: 120px 0 0 0;
  }

  .video-background3 {
    left:-50%;
  }

  .header-pretitle {
    font-size: 18px;
    line-height: 28px;
  }

  .infinite {
    padding-top: 12vh;
    height: 64vh;
  }

  .vertical-gap {
    height: 0vh;
  }

  .textdienst {
    font-size: 20px;
    line-height: 130%;
  }

  .textdienst1 {
    font-size: 14px;
    line-height: 130%;
  }

  .dienst-container {
    margin-top: 0;
  }

  .text2dark {
  padding: 32px 40px;
  font-size: 14px;
  line-height: 28px;
  }

  .project-item {
    flex: 1 0 100%; /* One item per row on mobile */
    min-width: 100%;
  }

  .project-item.groot {
    flex: 1 0 100%; /* One item per row on mobile */
    min-width: 100%;
  }

  .project-item.klein {
    flex: 1 0 100%; /* One item per row on mobile */
    min-width: 100%;
  }
  
  .project-item-breed {
    flex: 1 0 100%; /* One item per row on mobile */
    min-width: 100%;
  }

  .mij-item {
    flex: 1 0 100%; /* One item per row on mobile */
    min-width: 100%;
    min-height: 275px;
  }

  .mij-item.smal {
    flex: 1 0 100%; /* One item per row on mobile */
    min-width: 100%;
    min-height: 275px;
  }

  .mij-item.breed {
    flex: 1 0 100%; /* One item per row on mobile */
    min-width: 98%;
    min-height: 275px;
    width: 96vw;
    margin-top: 24vw;
  }

  .bgmij {
    width: 100vw;
    margin-left: 0;
    height: 41%;
    padding-top: 81vw;
    margin-top: -13vh;
  }
  
  .projecten {
    padding: 40px 0 0 0;
    gap: 64px;
  }

 .creditsdienst {
    font-size: 12px;
    padding: 8px 16px;
    align-self: flex-start;
    margin: 0;
  }

  .card__content .creditsdienst {
    font-size: 12px;
    padding: 8px 16px;
    align-self: flex-start;
    margin: 16px 0px;
  }

  .overmij .l-page__title {
    font-size: 24px;
    line-height: 40px;
    padding: 40px 0px 0 0px;
  }

  .wrapperdienst .titledienst {
    font-size: 40px;
    line-height: 100%;
    
  }

  .sub-text {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }

  .carddienst {
    height: 34vh;
  }

  .creditsdienst-wrapper {
    margin: 16px 0px 16px 0px;
  }

  .project-item.groot .carddienst {
    height: 34vh;
  }

  .project-item.klein .carddienst {
    height: 34vh;
  }

  .project-item-breed .carddienst {
    height: 34vh;
  }


  .overmij {
    gap: 40px;
    padding: 40px 40px 64px 0px;
  }

  .wrappermij {
    width: 100vw;
    height: 35vh;
  }

  .overmijtekst {
    padding: 0px 0px 24px 0px;
  }

  .cardimage {
width: 136px;
height: 120px;
  }

  .cardimage2 {
    width: 136px;
    height: 168px;
  }

  .cardimage3 {
    width: 136px;
    height: 120px;
  }

  .cardimage4 {
    width: 136px;
    height: 120px;
  }

  .cardimage5 {
    width: 136px;
    height: 120px;
  }
      

}

@media only screen and (min-width: 64em) {
  .c-nav {
    padding: 24px 24px;
  }
  .text {
    font-size: 160px;
  }
}

@media only screen and (min-width: 90em) {
  .text {
    font-size: 200px;
    font-size: calc(21.6rem + 0.6vw);
  }

}


.color-dark .c-nav__link:not(.c-nav__link--active),
.color-undefined .c-nav__link:not(.c-nav__link--active),
.color-grey .c-nav__link:not(.c-nav__link--active),
.color-green .c-nav__link:not(.c-nav__link--active),
.color-dark .c-nav__button,
.color-undefined .c-nav__button,
.color-grey .c-nav__button,
.color-green .c-nav__button,
.color-dark .c-nav__button--available,
.color-undefined .c-nav__button--available,
.color-grey .c-nav__button--available,
.color-green .c-nav__button--available {
}

.color-undefined .c-nav__left:not(.c-nav__link--active),
.color-dark .c-nav__left:not(.c-nav__link--active) {
}

.color-white .c-nav__left:not(.c-nav__link--active) {
  color: #fff;
}


.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@-webkit-keyframes ping {
  from {
    transform: scale(0.25);
    -ms-transform: scale(0.25);
    /* IE 9 */
    -webkit-transform: scale(0.25);
    /* Safari and Chrome */
    -o-transform: scale(0.25);
    /* Opera */
    -moz-transform: scale(0.25);
    /* Firefox */
    opacity: 0.5;
  }
  to {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
    opacity: 0;
  }
}
.btn {
  background-color: #d8f507;
  line-height: 1;
  font-size: calc(2.1rem + 0.1vw);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "ThomasText-Light", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
  border-radius: 5rem;
  padding: 1.6rem 4rem 2.2rem;
  display: inline-block;
}
.btn:hover {
  background-color: transparent;
}
.btn--small {
  padding: 1.5rem 3rem 2rem;
  font-size: calc(1.8rem + 0.05vw);
}
.btn[disabled] {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
  color: #0C0D18;
  padding-left: 6rem;
  background-image: url(../IMAGES/icon-lock.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 25px calc(50% - 3px);
}
.btn[disabled]:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #0C0D18;
}
.btn--white {
  background-color: #fff;
  color: #0C0D18;
  border: solid 2px #fff;
}
.btn--white:hover {
  border-color: #0C0D18;
}
a {
  color: #FFF;
  text-decoration: none;
}

span{
  display: inline-block;
  overflow: hidden;
  animation: .3s swift-up ease-in-out forwards;
}

i{
  font-style: normal;
  position: relative;
  top: 9.2rem;
  animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
    top: 0;
  }
}

.magnetic-click {
  position: relative;
  overflow: hidden;
  /* height: 4.26rem; */
  padding: 1.25rem 2.5rem;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 2.125em;
  -webkit-border-radius: 2.125em;
  -moz-border-radius: 2.125em;
  -ms-border-radius: 2.125em;
  -o-border-radius: 2.125em;
  /* border: 1px solid white; */
  margin-left: 16px;
  font-family: 'ThomasText-Light';
}

.magnetic-click1 {
  position: relative;
  overflow: hidden;
  /* height: 4.26rem; */
  padding: 1rem 2.5rem;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 2.125em;
  -webkit-border-radius: 2.125em;
  -moz-border-radius: 2.125em;
  -ms-border-radius: 2.125em;
  -o-border-radius: 2.125em;
  border: 2px solid #ffffff;
  margin-left: 16px;
  font-family: 'ThomasText-Light';
}

.c-nav .magnetic-click{
}
.magnetic-click .magnetic-click1 .magnetic-normal .magnetic-overlay {
transform: translate(0, 0, 0) !important;
-webkit-transform: translate(0, 0, 0) !important;
-moz-transform: translate(0, 0, 0) !important;
-ms-transform: translate(0, 0, 0) !important;
-o-transform: translate(0, 0, 0) !important;
}
.magnetic-dark {
background-color: #000;
}
.magnetic-dark .magnetic-text {
color: #fff !important;
}
.magnetic-overlay {
  background: #d8f507;
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  transform: translate3d(0,-76%,0);
  will-change: transform;
  transition: background-color ease-in-out .25s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate3d(0,-76%,0);
  -moz-transform: translate3d(0,-76%,0);
  -ms-transform: translate3d(0,-76%,0);
  -o-transform: translate3d(0,-76%,0);
  -webkit-transition: background-color ease-in-out .25s;
  -moz-transition: background-color ease-in-out .25s;
  -ms-transition: background-color ease-in-out .25s;
  -o-transition: background-color ease-in-out .25s;
}
.magnetic-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  text-decoration: none;
}

.paddingbutton {
  padding: 6vh 0;
}

.scroll-bg {
  display: block;
  position: absolute;
  margin: 7.5vw 0vw 0 9vw;
  opacity: 0.5;
  z-index: 1;
  align-content: flex-end;
}

.btn--arrow {
  position: relative;
  padding-left: 7rem;
}
.btn--arrow:before {
  background-image: url(../IMAGES/arrow.svg);
  background-size: 99% auto;
  content: '';
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  position: absolute;
  left: 3rem;
  top: calc(50% - 1.5rem);
}
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin: 1rem 1rem;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
.c-card[href]:hover .btn {
  background-color: transparent;
  border-color: #0C0D18;
}
.c-card__container {
  margin: 1rem -1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.c-card__content {
  padding: 6rem 3rem 0;
  text-align: center;
}
.c-card__spinner {
  margin-top: -5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: -1;
  margin-bottom: -12rem;
}
.c-card__spinner img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
  width: 14rem;
}
.c-card__content__title {
  display: block;
  line-height: 0.7;
  font-weight: 400;
  width: 100%;
  font-size: calc(2.4rem + 0.15vw);
  font-family: 'ThomasTitle', "Open Sans", "Helvetica Neue", "Helvetica", "Arial", serif;
  text-decoration: none;
}
.c-card__content__subtitle {
  display: block;
  width: 100%;
  font-size: calc(3.6rem + 0.2vw);
  line-height: 1.15;
  font-family: "ThomasText-Light", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
}
.c-card__img__wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  margin: 0;
  margin-top: 0.5rem;
  overflow: hidden;
}
.c-card__img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
@media only screen and (max-width: 64em) {
  .c-card {
    width: calc(50% - 2rem);
    margin: 1rem 1rem;
  }
  .c-card__container {
    margin: 1rem -1rem 0;
  }
  .c-card__content {
    padding: 8rem 6rem 0;
  }
  .c-card__img__wrapper {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-card {
    width: calc(50% - 4rem);
    margin: 2rem;
  }
  .c-card__container {
    margin: 2rem -2rem 0;
  }
}
a.c-card:hover .c-card__content:before {
  -webkit-transform: translate(15px, -15px);
      -ms-transform: translate(15px, -15px);
          transform: translate(15px, -15px);
}
a.c-card:hover .c-card__content__title {
  text-decoration: underline;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-footer {
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: calc(2.6rem + 0.15vw);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center;
  width: 100vw;
  padding: 0;
  overflow: hidden;
}
.c-footer a {
  display: inline-block;
  border-radius: 64px;
  padding: 9px 21px;
  /* border: 2px solid white; */
  border-radius: 16px;
  /* margin-right: 4rem; */
  /* margin-bottom: 4rem; */
  margin-left: 0px;
  background-color: #121212;
  font-family: 'ThomasTitle';
}
.c-footer__container {
  position: relative;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.c-footer__pretitle {
  font-family: "ThomasText-Light", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", serif;
  font-size: calc(1.8rem + 0.2vw);
}
.c-footer__title {
  line-height: 1;
  font-family: "ThomasTitle", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 64px;
  margin: 0;
}

.footeraction {
  margin-top: 80px;
}

#footervideo {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.footer-content1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  box-sizing: border-box;
  width: fit-content;
}

.footer-content2 {display: flex;flex-direction: row;align-items: center;height: auto;box-sizing: border-box;width: fit-content;padding: 24px 80px;border-radius: 24px;width: 70vw;justify-content: space-between;flex-wrap: nowrap;background-color: rgb(34 34 34 / 40%);backdrop-filter: saturate(180%) blur(20px);}

.content3 .magnetic-text {
  font-size: 32px;
}

@media only screen and (max-width: 64em) {
  .c-footer__container {
    margin-top: 8rem;
    margin-bottom: 4rem;
    padding: 40px 40px;
  }
  .c-footer__pretitle {
    font-size: calc(2.6rem + 0.2vw);
  }
  .c-footer__title {
    font-size: 40px;
  }

  .footer-content2 {padding: 40px 40px;width: 100%;display: flex;flex-wrap: wrap;}

  .content3 .magnetic-text {
    font-size: 20px;
  }

  .props2 {
    display: flex;
    gap: 24px 24px;
    margin: 20px 0px;
    flex-wrap: wrap;
    padding-left: 0px;
    }

  .props3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0px 0px 0px;
  flex-direction: column;
  }

  .c-footer a {
    border: #000000 solid 2px;
  }

}

@media only screen and (max-width: 48em) {
  .c-footer__container {
  margin: 64px 0px 24px 0px;
  }
  #footervideo {
  }
}
.l-case__title {
  font-size: calc(3rem + 0.2vw);
  font-family: "ThomasText-Bold", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.l-case__info {
  font-size: calc(2.1rem + 0.1vw);
  padding-bottom: 3rem;
}
.l-case__info__title:not(:first-of-type) {
  margin-top: 2rem;
}
.l-case__top .l-page__title {
  margin: 1rem 0 3rem;
  line-height: 1;
  display: block;
}
.l-case__content {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}
.l-case__image {
  max-width: 109rem;
  width: 100%;
  margin-left: 0!important;
  margin-right: 0!important;
}

@media only screen and (max-width: 48em) {
  .c-aboutme__img {
    max-width: 25rem;
    margin: -2rem -1.5rem;
  }
  .bgmij {
    width: 100vw;
    margin-left: 0;
    height: 41%;
    padding-top: 86vw;
    margin-top: -6vh;
  }
  .mij-item.smal {
    flex: 1 0 100%;
    min-width: 100%;
    min-height: 275px;
}
.mij-item.breed {
  flex: 1 0 100%;
  min-width: 100%;
  min-height: 275px;
  width: 100vw;
}
}

/*# sourceMappingURL=style.css.map */