body {
  font-family: "elza-round-variable", sans-serif;
}

.nav-container {
  background-color: #d8e8f5;
  padding: 20px 0;
  display: flex;
}

.nav-tabs {
  display: flex;
  gap: 0px;
}

.tab {
  background-color: #96bddf;
  color: white;
  padding: 20px 40px;
  border-top-right-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  border: #96bddf;
}

.tab:hover {
  background-color: #7fb1dc;

}

.hero-wrapper {
  display: flex;
  align-items: flex-start;
  background-color: #d6eaf8;
  padding: 50px;
  gap: 40px;
  flex-wrap: wrap;

}

.mascotte {
  width: 40%;
  height: auto;
}

.balloon-wrapper {
  position: relative;
  width: 600px;
  margin-top: -30px;
  /* ballon iets hoger */
}

.balloon-img {
  width: 100%;
  height: auto;
  display: block;
}

.balloon-text {
  position: absolute;
  top: 18%;
  left: 15%;
  width: 70%;
  color: black;
}

.balloon-text h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

.balloon-text p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.button {
  background: white;
  color: #f27e30;
  padding: 10px 20px;
  border: 2px solid #f27e30;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}

#portfolio {
  text-align: center;
  width: 100%;
  background-color: white;
  justify-content: center;
  padding-bottom: 3rem;
}

#portfolio h2 {
  font-size: 6rem;
  color: #97c3e6;
  margin-bottom: 40px;
}

.flex-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.flex-gallery div {
  flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  box-sizing: border-box;
}

.flex-gallery img {
  width: 100%;
  height: auto;
  width: 300px;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.flex-gallery img:hover {
  transform: scale(1.05);
}

h3 {
  font-size: 2rem;
  color: white;
}

.skills-section {
  margin: 0 auto;
  padding: 3rem 1rem;
  background-color: #97c3e6;
  padding-bottom: 3rem;
}

.skills-section h2 {
  text-align: center;
  font-size: 6rem;
  color: white;
  margin-bottom: 2rem;
}

.skills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-left: 3rem;
  justify-content: center;
  padding-bottom: 3rem;
}

.skill {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.skill-icon {
  width: 200px;
  height: 200px;
  padding: 10px;
  border-radius: 12px;
}

.skill-info {
  color: white;
}

.skill-info h3 {
  margin: 0;
  font-size: 4remrem;
}

.stars {
  font-size: 3rem;
  margin-top: 0.3rem;
}

.filled {
  color: white;
}

.empty {
  color: rgba(255, 255, 255, 0.4);
}

.about-section {
  padding-top: 4rem;
  background-color: #ffffff;
  border-top-right-radius: 60px;
}

.about-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.about-title {
  font-size: 4rem;
  color: #97c3e6;
  text-align: center;
  padding-bottom: 3rem;
}

.about-image img {
  width: 500px;
  height: auto;
  object-fit: cover;
  border-top-right-radius: 100px;
}

.about-text {
  flex: 1;
  color: #333;
}



.about-text h3 {
  font-size: 1.8rem;
  color: #98c0e6;
  margin-top: 1rem;
  padding-left: 3rem;
  padding-bottom: 4rem;
}

.about-text p {
  font-size: 1rem;
  line-height: 1.0;
  margin: 1rem 0;
  color: #222;
  padding-left: 3rem;
}

.cv-button {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  color: #f57c00;
  border: 3px solid #f57c00;
  border-radius: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cv-button:hover {
  background-color: #f57c00;
  color: white;
}

.button-cv {
  padding-top: 3rem;
  padding-left: 3rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  background-color: #d7e7f7;
  padding: 40px;
  position: relative;
  color: white;
}

.footer-left {
  flex: 1;
}

.footer-left .logo {
  height: 90px;
  margin-bottom: 20px;
}

.footer-left ul {
  list-style: none;
  padding: 0;
}

.footer-left ul li {
  margin: 10px 0;
  font-size: 3rem;
  font-weight: bold;
}

.footer-left ul li a {
  text-decoration: none;
  color: white;
}

.footer-right {
  flex: 2;
  color: white;
}

.footer-right h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: white;
}

.contact-item img {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  padding: 5px;
  border-radius: 50%;
}

.footer-mascot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}

.footer-mascot img {
  width: 100%;
}


.intro {
  display: flex;
  padding-top: 3rem;
}

.intro img {
  padding-left: 4rem;
}

.intro article {
  display: block;
  margin-left: 4rem;
  padding-top: 5rem;
  padding-right: 25rem;
}

#tekst-questfest h4 {
  font-size: 3rem;
  color: #96bddf;
}

#tekst-questfest p {
  font-size: 1rem;
  color: black
}

.image-flex-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 2rem;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex: 1 1 300px;
  padding-top: 3rem;
}

.left-column img {
  width: 70%;
  border-radius: 16px;
  padding-left: 3rem;
  padding-bottom: 3rem;
}

.right-column {
  flex: 1 1 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3rem;
  gap: 2rem;
}

.right-column .pattern-image {
  width: 85%;
  border-radius: 24px;
  object-fit: cover;
  padding-top: 3rem;
  padding-right: 10rem;
}


.terug-button {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border: 2px solid #f7931e;
  color: #f7931e;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-family: sans-serif;
  font-size: 0.9rem;
}

.terug-button:hover {
  background-color: #f7931e;
  color: white;
}

.terugbutton {
  padding-left: 4rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

h5 {
  font-size: 4rem;
  color: #96bddf;
  padding-left: 4rem;
}

#anderewerken {
  display: flex;
  gap: 1rem; 
  justify-content: left;
  flex-wrap: wrap; 
  padding-left: 4rem;
  padding-bottom: 2rem;
}

#anderewerken div {
  flex: 1 1 auto;
  max-width: 300px; 
}

#anderewerken img {
  width: 100%;
  height: auto;
  display: block;
}