@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
h2,
h6 {
  font-family: 'rubik', sans-serif;
}

p {
  font-family: 'montserrat', sans-serif;
}

:root {
  --primary: #FF4921;
  --secondary: #858585;
  --drie: #4ea270;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  transition: background-color .5s;
}

body,
html {
  height: 100%;
  margin: 0;
}

.labelOverlayStar {
  font-family: 'rubik', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1.5px;
  position: absolute;
  top: 5%;
  right: 0;
  background-color: #00BDE7;
  color: white;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 3px rgba(94, 209, 235, 0.15);
}

.labelOverlayWIP {
  font-family: 'rubik', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1.5px;
  position: absolute;
  top: 5%;
  right: 0;
  background-color: #E79800;
  color: black;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 3px rgba(236, 168, 36, 0.15);
}

.labelOverlayFeatured {
  font-family: 'rubik', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1.5px;
  position: absolute;
  top: 5%;
  right: 0;
  background-color: #00E77B;
  color: white;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 3px rgba(236, 168, 36, 0.15);
}

/* Style for the star icon */
.label-icon {
  margin-right: 5px;
  filter: drop-shadow(0 0 3px rgb(0 0 0 / 0.15));

}

.filter-container {
  margin-bottom: 20px;
}

.dropdown-content li>a,
.dropdown-content li>span {
  color: black !important;
}

.select-dropdown li.disabled,
.select-dropdown li.disabled>span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3) !important;
}


.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid black !important;
}

.dropdownFilter {
  padding: 100px 0px;
  position: sticky;
}

.videoDiv {
  width: 100vw;
  height: 100vh;
}

.hero-image {
  background-image: url("../img/heroDesktop.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.hero-text {
  text-align: start;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #242424;
  font-weight: bold;
  font-family: 'rubik', sans-serif;
}

.hero-text h1 {
  margin: 0 !important;

}

.scrollwrapper {
  text-align: start;
  align-self: flex-end;
  margin: 10px 0;
}


.logo {
  width: 20%;
}

#navigation {
  position: relative;
  z-index: 999 !important;
  margin: 0;
}

#navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.wrap {
  color: var(--primary);
  text-decoration: none;
}

u {
  color: var(--primary);
}

.wrapper {
  width: 100%;
}

header {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}

.headerInfo {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 20px;
  background: rgba(255, 255, 255, 1.0);
  padding: 10px;
}

.emailClass,
label {
  color: var(--primary);
  font-size: 20px;
}

iframe {
  margin-top: 10px;
}

i.left {
  display: block;
  margin-right: 10px;
}

.profile-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #1a1a1a;
}

.circle-bg {
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 50%;
}

.profile-img {
  top: 10%;
  left: 10%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border: 10px solid rgba(255, 255, 255, 0.1);
}

.flexRow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  gap: 32px;
}

.flexColumn {
  width: 100%;
  margin: 24px;
}

.flexP {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


#about {
  background-color: #1b1b1b;
}

#about h2 {
  color: white;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 0 !important;
}

#about p {
  color: rgba(255, 255, 255, 0.7);
  line-height: auto;
  margin: 0;
  font-size: 16px;

}

.imgContainer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;

}

.imgContainer img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 6px solid #353232;
  object-fit: cover;
  z-index: 2;
}

.myImgBg {
  position: absolute;
  width: 340px;
  height: 340px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#skills {
  margin: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 56px;
}

#skills h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

#skills p {
  margin: 0;
  font-size: 16px;
  color: #636161
}

.skillCards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

#skills .textContainer:nth-of-type(1) {
  padding: 0px 100px;
}

.skillCard {
   flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 16px;
  margin: 0px 40px;
  border: 1px solid #1C1E1F;
  border-radius: 14px;
  gap: 16px;
  max-width: 275px;
}

.textContainer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.skillCard h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #363333;
}

.skillCard p {
  font-size: 14px;
  color: #363333;
  margin: 0;

}

.iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #1C1E1F;
  border-radius: 25%;
  padding: 8px;
}

footer {
  display: flex;
  background-color: #1b1b1b;
  color: white;
  padding: 30px;
  margin-top: 50px;
  justify-content: flex-start;
  font-family: 'rubik', sans-serif;
  font-weight: bold;
}

footer label {
  font-size: 1.8em;
  color: white;
  font-family: rubik, sans-serif;
}

footer .naam {
  color: var(--primary);
  font-size: 1.2em;
  margin-left: 5px;

}

footer a {
  font-size: 1.2em;

}

iframe {
  width: 100%;
}

.brand-logo img {
  width: 70px;
}

.sidebar {
  display: block;
  height: auto;
  width: 170px;
  position: sticky;
  z-index: 1;
  top: 39vh;
  left: 60px;
  overflow-x: hidden;
  margin: -120px;
  margin-left: 20px;
  text-align: right;
}

.sidebar a {
  font-family: 'rubik', sans-serif;
  padding: 3px 8px 3px 16px;
  text-decoration: none;
  font-size: 16px;
  color: #1b1b1b;
  display: block;
}

.sidebar a:hover {
  transition: 0.25s;
  color: white;
  background-color: black;
}

.flex-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.flex-container div {
  margin: 15px;
}

.flex-container img {
  width: 50%;
  float: right;
}

.flex-container article {
  width: 50%;
  padding: 15px;
  font-size: 18px;
}

.flex-container b {
  color: var(--primary);
}

.flex-container h2,
.meColumn h2 {
  font-size: 32px;
  font-weight: bold;
}

.skillsWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  font-family: 'rubik', sans-serif;

}

.skill {
  margin: 0 110px;
}

.skill ul li {
  list-style-type: circle;
  font-size: 18px;
}

.skill h2 {
  font-size: 32px;
  font-weight: bold;
}

#whiteHamburger {
  display: block;
}

#blackHamburger {
  display: none;
}

.sidebar h2 {
  margin-top: 0;
  font-size: 40px;
}

nav {
  background: rgba(255, 255, 255, 1.0);
  background: transparent;
}

.banner {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.bannerMobile {
  max-width: 100%;
  height: auto;
  position: relative;
  display: none;
}

nav a {
  font-family: rubik, sans-serif;
  font-size: 18px !important;
}

#nav.nav-scrolled {
  background-color: white;
}

#nav.nav-scrolled a {
  color: black;
}

.indexNav {
  background: rgba(255, 255, 255, 0.0);
  box-shadow: none;
}

.indexNav ul li a:hover {
  color: var(--secondary) !important;
}

.indexFooter {
  margin: 0;
}

.navLinks li a {
  color: white !important;
}

.tekstLinks {
  float: right;
}

.Sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  -moz-box-shadow: -3px 0 5px 0 #555;
  -webkit-box-shadow: -3px 0 5px 0 #555;
  box-shadow: -3px 0 5px 0 #555;
  box-shadow: 100px;
}

.Sidenav a {
  font-family: rubik, sans-serif;
  padding: 8px 8px 8px 48px;
  text-decoration: none;
  font-size: 20px;
  color: #1b1b1b;
  display: block;
  transition: 0.3s;
}

.Sidenav p {
  padding: 4px;
  font-size: 14px;
  color: #666666;

}

.Sidenav a:hover {
  color: #e6e6e6;
}

.Sidenav #closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.imgContact img {
  width: 50%;
  padding: 8px 8px 8px 36px;
}

.socials a {
  font-size: 18px;
}

hr.solid {
  border-top: 1px solid #bbb;
  width: 75%;
}

.projectOBig {
  margin-top: -275px;
}

.wrapper h2 {
  margin: 0 0 10px !important;
  font-family: rubik, sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #242424;
}

@media screen and (max-height: 450px) {
  .Sidenav {
    padding-top: 15px;
  }

  .Sidenav a {
    font-size: 18px;
  }
}

#nav-mobile li a {
  color: white;
  font-weight: bold;
}

#nav-mobile li a:hover {
  color: var(--secondary);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.rowPhotos {
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
  justify-content: center;
}

.flex-item {
  -ms-flex: 50%;
  flex: 50%;
  max-width: 45%;
  margin: 5px;
}

.column img {
  margin-top: 16px;
  vertical-align: middle;
  width: 100%;
}

.meRow {
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0;
  margin-top: 100px;
  color: #ffffff;
  max-width: 100%;
  background-color: #242424;
}

.meColumn {
  font-family: rubik, sans-serif;
  -ms-flex: 25%;
  flex: 25%;
  max-width: 35%;
  padding: 0 8px;
}

.meColumn p {
  font-size: 18px;
  width: 70%;
}

.meColumn h5 {
  font-size: 36px;
  margin: 0rem;
}

.meColumn h6 {
  font-size: 24px;
}

.image {
  position: relative;
}

.image_img {
  display: block;
  width: 100%;
}

.image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}

.image_overlay>* {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.image_overlay:hover {
  opacity: 1;
}

.image_overlay:hover>* {
  transform: translateY(0);
}

.image_title {
  font-size: 2em;
  font-weight: bold;
}

.image_description {
  font-size: 1.2em;
  margin-top: 0.25em;
  text-align: center;
  padding: 0 32px;
  font-weight: 300;
  opacity: 95%;
}


.transition-fade {
  opacity: 1;
  transition: 500ms;
  transform: translateX(0);
}

html.is-animating .transition-fade {
  opacity: 1;
  transform: translateX(100%);
  transform-origin: left;
}

html.is-leaving .transition-fade {
  opacity: 0;
}

@media screen and (max-width: 800px) {
  .flex-item {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

  .meColumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

  h2 {
    margin: 0rem;
  }
  
.flexRow{
  flex-direction: column;
  padding: 50px 20px;
  gap: 16px;
}

#skills{
  margin: 20px;
}

#skills .textContainer:nth-of-type(1) {
  padding: 0px;
  text-align: start;
}

  .skillCards{
    flex-direction: column;
    gap: 24px;
  }

  .skillCard{
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .flex-item {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .meColumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  header {
    min-height: 500px;
  }

  nav {
    margin-bottom: auto;
  }
}

@media screen and (max-width: 660px) {
  header {
    min-height: 500px;
  }

  nav {
    margin-bottom: auto;
  }

  .wrapper {
    margin: 0 auto;
  }

  h2 {
    margin: 0rem;
  }

  .sidebar {
    display: none;
  }

  .sidebar a {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  h2 {
    margin: 0rem;
  }

  .projectOBig {
    margin-top: 0;
  }

  .sidebar {
    display: none !important;
    position: relative;
  }

  .sidebar a {
    display: none !important;
  }

  .marginFix {
    display: none;
  }

  #skills{
    margin: 50px;
  }

  .flexRow{
    flex-direction: column;
    padding: 50px;
  }


}

@media only screen and (max-width: 699px) {
  .logo {
    width: 50%;
  }
}

@media only screen and (min-width: 2560px) {
  .banner {
    width: 200%;
  }

  .meColumn p,
  .flex-container article p {
    line-height: 1.8;
    font-size: 1.2em;

  }

}

@media (max-width: 768px) {
  .banner {
    display: none;
  }

  .bannerMobile {
    display: block;
    margin-bottom: -140px;
  }

  .hero-image {
    background-image: url("../img/heroMobile.png")
  }

  .meColumn img {
    margin: 0;
    float: none;
    width: 100%;
    padding: 22px;
  }

  .meColumn p,
  .meColumn h2 {
    width: 100%;
    padding: 0 15px;
  }

  .flexRow {
    flex-direction: column;
    padding: 50px 20px;
    gap: 16px;
  }

  .flexColumn {
    display: flex;
    justify-content: center;
    margin: 8px;
  }


  #skills{
    margin: 50px 20px;
    gap: 32px;
  }

  #skills .textContainer:nth-of-type(1) {
  padding: 0px;
  text-align: start;
}

  .skillCards {
    flex-direction: column;
    margin: 0 20px;
  }

  .skillCard {
    margin: 16px 0px;
    /* max-width: 275px; */
  }

  .imgContainer {
    width: 50%;
  }

  .myImgBg{
    height: 340px;
    width: 340px;
  }

  .flex-container article {
    width: 100%;
  }

  .skillsWrapper {
    justify-content: flex-start;
  }

  .skill {
    margin: 0 20px;
    font-size: 14px;
  }

  .dropdownFilter {
    margin-top: 120px;
    padding: 50px 0px;
  }

  .hero-text {
    width: 100%;
    left: 50%;
  }

  .hero-text h1 {
    margin-left: 8vh !important;
    font-size: 32px;
  }

  h6 {
    margin-left: 8vh !important;
  }

}