body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}
a {
  all: unset;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 18px;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 18px;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #000000;
  font-size: 18px;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 26px;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #000000;
  font-size: 26px;
}

main {
  flex: 1;
}

/* Navbar styles */
.navbar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #000000;
  color: white;
  padding-right: 80px;
  border-bottom: 1px solid #ffffff;
  z-index: 1000;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 6rem;
  align-items: center;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
}

.nav-links a:hover {
  font-weight: bold;
  transition: color 0.1s ease;
}

.navbarLogo img {
  height: 60px;
  width: auto;
  object-fit: contain;
  padding-left: 20px;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  transition: all 0.3s ease;
}

/* Navbar styles white */
.navbarWhite {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding-right: 80px;
  border-bottom: 1px solid #000000;
  z-index: 1000;
}

.nav-linksWhite {
  display: flex;
  list-style: none;
  gap: 6rem;
  align-items: center;
}

.nav-linksWhite a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
}

.nav-links a:hover {
  font-weight: bold;
  transition: color 0.1s ease;
}

.navbarLogo img {
  height: 60px;
  width: auto;
  object-fit: contain;
  padding-left: 20px;
}

.hamburgerwhite {
  display: none;
  cursor: pointer;
}

.hamburgerwhite div {
  width: 25px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  margin: 5px;
  transition: all 0.3s ease;
}

/* Footer styles */

.footer {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #000000;
  color: white;
  text-decoration: none;
  list-style: none;
  border-top: 1px solid #ffffff;
}

.footer-column {
  flex: 1;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.footer a {
  color: white;
  text-decoration: none;
  font-style: light;
}

.footer h4 {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .hamburger,
  .hamburgerWhite {
    display: block;
  }

  .nav-links,
  .nav-linksWhite {
    position: fixed;
    right: -100%;
    top: 70px;
    flex-direction: column;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    padding: 20px 0;
  }

  .nav-links {
    background-color: #000000;
  }

  .nav-linksWhite {
    background-color: #ffffff;
  }

  .nav-links.active,
  .nav-linksWhite.active {
    right: 0;
  }

  .footer-content {
    flex-direction: column;
    gap: 1rem;
  }

  .social-links {
    display: flex;
    gap: 1rem;
  }

  .footer {
    flex-direction: column;
    padding: 20px;
    gap: 2rem;
    text-align: center;
  }

  .footer-column {
    width: 100%;
    padding: 0;
  }

  .footer-column h4 {
    margin-bottom: 10px;
  }

  .footer-column p {
    margin: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 15px;
  }

  .footer h4 {
    font-size: 20px;
  }

  .footer a {
    font-size: 16px;
  }
}

/* Container styles */
.container-home {
  width: 100%;
}

.top-container img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 98px;
}

.pipRaam {
  width: 100%;
  height: auto;
  display: block;
}

.aboutMe {
  width: 1100px;
  height: auto;
  display: block;
  padding-right: 20px;
}

.top-container,
.designHome-container,
.brandingHome-container,
.UXHome-container,
.devHome-container {
  width: 100%;
  height: 100vh;
}

.container-home {
  width: 100%;
  height: 1440px;
  background-color: #ffffff;
}

.top-container {
  width: 100%;
  height: 670px;
  background-color: #ffffff;
}

.top-container-about {
  width: 100%;
  height: 670px;
  background-color: #000000;
}

.boxWhite {
  display: grid;
  grid-template-columns: auto 250px;
  padding: 20px 10px;
  background-color: #ffffff;
}

.boxBlack {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 20px 10px;
  background-color: #000000;
  padding-bottom: 30px;
}

.tekstPortfolio {
  grid-column: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 200px;
  letter-spacing: -12px;
  line-height: 1;
}

.tekstNaam {
  grid-column: 2;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  font-size: 25px;
  padding-top: 20px;
}

.designHome-container {
  width: 100%;
  height: 920px;
  background-color: #000000;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 66px;
  padding-right: 66px;
}

.contentBox {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.indexKinderFoto {
  width: 374px;
  height: 412px;
}

.indexDESFoto {
  height: 153px;
  top: 20px;
}

.indexIGNFoto {
  height: 150px;
  top: 20px;
}

.DesTekst2Home {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.fotoTekst1Home {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.IgnTekst3Home {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
}

.brandingHome-container {
  width: 100%;
  height: 920px;
  background-color: #ffffff;
  padding-top: 135px;
  padding-bottom: 100px;
  padding-left: 85px;
  padding-right: 85px;
}

.brand {
  height: 624px;
}

.zeeland {
  height: 624px;
}

.imgTekst1Branding {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.Tekst1Branding {
  width: 583px;
}

.read-more {
  display: flex;
  position: relative;
  width: 294px;
  height: 116px;
}
.readMoreTekst {
  position: absolute;
  width: 294px;
  top: -1px;
  left: 0;
  font-family: "Open Sans-Light", Helvetica;
  font-weight: 300;
  color: #272727;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}
.read-more .overlap-group {
  position: absolute;
  width: 188px;
  height: 56px;
  top: 60px;
  left: 1px;
  border-radius: 4px;
  border: 0.7px solid;
  border-color: #272727;
}
.read-more .text-wrapper {
  position: absolute;
  width: 93px;
  top: 14px;
  left: 47px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #272727;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.read-more .overlap-group:hover {
  background-color: #000000;
  border-color: #000000;
  cursor: pointer;
}

.read-more .overlap-group:hover .text-wrapper {
  color: #ffffff;
}

.readMore-ingBlack {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 117px;
}

.readMore-ingBlackTekst1Branding {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.UXHome-container {
  width: 100%;
  height: 1040px;
  background-color: #000000;
  padding-top: 175px;
  padding-bottom: 100px;
  padding-left: 85px;
  padding-right: 85px;
}

.Tekst1UX {
  margin-top: 6px;
  width: 704px;
}

.Tekst2UX {
  margin-top: 15px;
  width: 270px;
}

.Tekst3UX {
  margin-top: 15px;
}

.UXGradient {
  margin-left: 10px;
  width: 390px;
  height: 203px;
}

.carnavalFee {
  width: 506px;
  height: 674px;
  margin-right: 40px;
}
.imgTekst2UX {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.imgTekst1-2UX {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carnavalFeeimgTekst1-2UX {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.read-moreUX {
  display: flex;
  position: relative;
  width: 294px;
  height: 116px;
}
.readMoreTekst2 {
  position: absolute;
  width: 294px;
  top: -1px;
  left: 0;
  font-family: "Open Sans-Light", Helvetica;
  font-weight: 300;
  color: #272727;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.read-moreUX .overlap-group2 {
  position: absolute;
  width: 188px;
  height: 56px;
  top: 60px;
  left: 1px;
  border-radius: 4px;
  border: 0.7px solid;
  border-color: #ffffff;
}

.read-moreUX .text-wrapper2 {
  position: absolute;
  width: 93px;
  top: 14px;
  left: 47px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.read-moreUX .overlap-group2:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
}

.read-moreUX .overlap-group2:hover .text-wrapper2 {
  color: #000000;
}

.readMore-UX {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 117px;
}

.devHome-container {
  width: 100%;
  height: 1040px;
  background-color: #ffffff;
  padding-top: 175px;
  padding-bottom: 100px;
  padding-left: 85px;
  padding-right: 85px;
}

.imgDevBlack {
  width: 744px;
}

.titelDevelopment {
  margin-top: 30px;
}
.Tekst1Dev {
  margin-top: 20px;
  width: 764px;
}

.Tekst2Dev {
  width: 410px;
  margin-top: 25px;
}

.readMoreTekst2Dev {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.contentBoxDev {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.img-IndexPip2 {
  margin-left: 25px;
}

.img-Ment {
  margin-left: 25px;
  margin-top: 30px;
}

.sprintXHome-container {
  width: 100%;
  height: 1040px;
  background-color: #000000;
}

.boxWhiteProjects {
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 20px 10px;
  background-color: #ffffff;
}

.tekstProjects {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 200px;
  line-height: 1;
}

.tekstProjectsTop {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  font-size: 25px;
  line-height: 1.6;
  margin-left: 140px;
  margin-top: 26px;
}

.projects-Container {
  height: 1550px;
  background-color: black;
  margin-top: 50px;
  padding-top: 100px;
  padding-left: 66px;
  padding-right: 66px;
}

.Tekst1-2Projects {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 30px;
}

.titelPROJECTS {
  margin-bottom: 20px;
}

.Tekst1Projects {
  width: 550px;
}

.Tekst2Projects {
  width: 550px;
  margin-top: 55px;
}

.projectsBoxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 70px;
}

.project-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box1,
.box2,
.box3,
.box4 {
  position: relative;
  width: 547px;
  height: 390px;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px;
}

.gradient {
  position: absolute;
  inset: 0;
  transition: opacity 1s ease-in-out;
  border-radius: 10px;
}

.gradient.default {
  background: conic-gradient(
    at 104% 110%,
    #345fd4 65%,
    #000000 86%,
    #000000 94%,
    #345fd4 109%
  );
  opacity: 1;
}

.gradient.hover {
  background: conic-gradient(
    at 104% 110%,
    #345fd4 70%,
    #000000 79%,
    #000000 85%,
    #345fd4 102%
  );
  opacity: 0;
  border: 1.5px solid #ffffff;
}

.gradient1 {
  position: absolute;
  inset: 0;
  transition: opacity 1s ease-in-out;
  border-radius: 10px;
}

.gradient1.default {
  background: conic-gradient(
    at -10% 110%,
    #345fd4 -15%,
    #000000 20%,
    #345fd4 30%
  );
  opacity: 1;
}

.gradient1.hover {
  background: conic-gradient(
    at -10% 110%,
    #345fd4 -25%,
    #000000 10%,
    #345fd4 29%
  );
  opacity: 0;
  border: 1.5px solid #ffffff;
}

.box1:hover .default {
  opacity: 0;
}

.box1:hover .hover {
  opacity: 1;
}

.box2:hover .default {
  opacity: 0;
}

.box2:hover .hover {
  opacity: 1;
}

.box3:hover .default {
  opacity: 0;
}

.box3:hover .hover {
  opacity: 1;
}

.box4:hover .default {
  opacity: 0;
}

.box4:hover .hover {
  opacity: 1;
}

.sprintXHome-container {
  width: 100%;
  height: 800px;
  background-color: #000000;
  padding-top: 175px;
  padding-bottom: 100px;
  padding-left: 85px;
  padding-right: 85px;
}

.imgtekst1-sprintX {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.read-more-image {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  right: 30px;
}

.sprintXhomeImg {
  width: 370px;
  margin-bottom: 35px;
}

.sprintX {
  width: 646px;
}

.Tekst1SprintX {
  padding-top: 50px;
  width: 700px;
}

.contentBoxSprintX {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* About me */

.pipRaam {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 60px;
}

.container-aboutMe {
  width: 100%;
  height: 1440px;
  background-color: #000000;
  padding-top: 200px;
}

.naam1 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 50px;
  margin-left: 50px;
}

.school-semester {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-right: 50px;
  margin-top: 20px;
}

.semester {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 30px;
  margin-left: 120px;
}
.school {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 30px;
  margin-left: 30px;
}

.info-box-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.naam2 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 20px;
  margin-left: 50px;
}

.schoolRichting {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 20px;
  margin-left: 30px;
  margin-right: 50px;
}

.naam-school {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.boxes-Info {
  justify-self: center;
  display: flex;
  flex-direction: row;
  gap: 35px;
  margin-top: 150px;
  margin-left: 50px;
  margin-right: 50px;
}

.infoBox {
  position: relative;
  width: 376px;
  height: 446px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transition: height 0.4s ease;
  text-align: center;
}

.infoBox:hover {
  height: 780px;
}

.contentTop {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infoBoxImage {
  width: 322px;
  height: 322px;
  margin-top: 30px;
}

.tekstInfo {
  width: 322px;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #000000;
  font-size: 30px;
}

.extraInfo {
  position: absolute;
  bottom: 140px;
  left: 20px;
  right: 20px;
  opacity: 0;
  max-height: 0;

  font-size: 18px;
  transition: all 0.4s ease;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #000000;
}

.infoBox:hover .extraInfo {
  opacity: 1;
  max-height: 200px;
}

.schoolKeuze {
  height: 760px;
  background-color: #000000;
}

.schoolKeuze-top {
  position: relative;
  z-index: 10;
}

.mediaDesign {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: 154px;
  margin-left: 40px;
  margin-right: 50px;
}

.fontys-Locatie {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 50px;
}

.fontys {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 115px;
  line-height: 0.2;
}

.locatie {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 40px;
  margin-right: 30px;
  margin-top: 20px;
}

.tekstSchoolKeuze-top {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.tekstSchoolKeuze {
  width: 777px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #ffffff;
  margin-left: 50px;
  margin-top: 50px;
}

.schoolKeuzeImage {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
