* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.body-homepage {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url(https://wallpaperaccess.com/full/46591.jpg); */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-homepage {
  height: 0;
}

.nav-homepage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 0;
  background: rgba(0, 62, 128, 1);
  z-index: 1000;
}

.nav-homepage a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: 0.3s;
}

.nav-homepage a:hover {
  text-decoration: underline;
  color: #ffd700;
}

.hero {
  z-index: 4;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://wallpaperaccess.com/full/46591.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  color: #fff;
  max-width: 600px;
}

.introbtn {
  z-index: 1000000;
  position: absolute;
  left: 25%;
  top: 55%;
  transform: translate(-50%, -50%);
  padding: 0.7rem 1.5rem;
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-hero:hover {
  background-color: #ffa500;
}

.intro1 {
  color: #ffcc29;
  font-size: 70px;
  font-weight: bold;
  text-shadow: 2px 2px #009739;
  position: absolute;
  left: 25%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.intro2 {
  color: #ffcc29;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.beschrijving {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 3rem 2rem;
  border-radius: 10%;
  color: #ffcc29;
  font-size: 20px;
  max-width: 400px;
  position: absolute;
  left: 25%;
  top: 70%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.shape-lijntje {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 100%;
  background-color: #ffd700;
  z-index: 1;
}

.vlak-doorzichtig {
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.497);
}

.main-homepage {
  flex: 1;
  padding: 3rem 2rem;
  max-width: 800px;
  margin: 2rem auto 3rem auto;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.main-homepage h2 {
  color: #008000;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.main-homepage p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.blocks-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  margin: 1.5rem 0;
}

.text-block {
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
}

.text-block h2 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.text-block p {
  color: #333;
  font-size: 0.95rem;
}

.fotos-brazil {
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translate(50%, -50%);
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 16px;
  width: 40%;
}

.foto-brazil-bewerk {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.foto-brazil-bewerk:hover {
  transform: scale(1.05);
}

.footer-homepage {
  text-align: center;
  padding: 1.5rem 0;
  background-color: rgba(0, 128, 0, 0.85);
  color: #fff;
  font-size: 0.9rem;
  margin-top: 2rem;
}

/* .pagina2 {
  background-color: #0c5300a9;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
} */

.intro1-religies {
  color: #ffcc29;
  font-size: 90px;
  font-weight: bold;
  text-shadow: 2px 2px #009739;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
}

.intro2-religies {
  color: #ffcc29;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
}

.vlak-doorzichtig-religies {
  z-index: -2;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.374);
}

.main-homepage-religies {
  position: absolute;
  bottom: 5%;
  padding: 3rem 2rem;
  width: 80%;
  height: 35%;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.main-homepage-religies h2 {
  color: #008000;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.main-homepage-religies p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.vlakje-k,
.vlakje-p,
.vlakje-c,
.vlakje-a {
  height: 250px;
  width: 250px;
  border-radius: 10%;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 2px 2px 2px #0000006f;
}

.vlakje-k {
  background: rgba(255, 105, 255, 0.521);
}
.vlakje-p {
  background: rgba(0, 110, 255, 0.504);
}
.vlakje-c {
  background: rgba(0, 255, 81, 0.509);
}
.vlakje-a {
  background: rgba(255, 0, 0, 0.5);
}

/* ICONEN */

.katholiek,
.protestant,
.atheist,
.overig {
  width: 90px;
  height: auto;
  position: absolute;
  top: 15%;
}

.religie-homepage,
.religie-homepage2,
.religie-homepage3 {
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 3rem 2rem;
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.religie-homepage {
  top: 80%;
  left: 25%;
}

.religie-homepage2 {
  top: 20%;
  left: 25%;
}

.religie-homepage3 {
  top: 50%;
  left: 75%;
  height: 700px;
}

.body-religie {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url(https://wallpaperaccess.com/full/46591.jpg); */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-doel {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4;
  /* background: url("https://wallpaperaccess.com/full/46591.jpg"); */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-doel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 0;
  background: rgba(0, 62, 128, 1);
  z-index: 1000;
}
.nav-doel a:hover {
  text-decoration: underline;
  color: #ffd700;
}
.nav-doel a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: 0.3s;
}

.header-doel {
  height: 0;
}

.tekst1-doel {
  padding: 3rem 2rem;
  max-width: 800px;
  margin: 2rem auto 3rem auto;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.main-doel {
  flex: 1;
  padding: 3rem 2rem;

  background: linear-gradient(rgba(0, 0, 0, 0.5)),
    url("https://wallpaperaccess.com/full/46591.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.pagina2 {
  background-color: #3c5138a9;
  /* background-image: url(https://wallpaperaccess.com/full/4695145.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 6rem 2rem;
  height: 90vh;
}

.religie-container {
  max-width: 1100px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.524);
  padding: 3rem;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.titel-pagina2 {
  text-align: center;
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.intro-pagina2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.1rem;
  color: #fff;
}

.religie-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 2rem;
}

.religie-kaart {
  padding: 1.5rem;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.religie-kaart h2 {
  margin-bottom: 0.5rem;
}

.brazil-katholiek,
.brazil-protestant,
.bahia-afro,
.amazone-inheems,
.brazil-spiritisme {
  background: linear-gradient(360deg, #003e80, #005ec3);
}

.hero-doel {
  z-index: 4;
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://wallpaperaccess.com/full/46591.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.intro1-doel {
  color: #ffcc29;
  font-size: 70px;
  font-weight: bold;
  text-shadow: 2px 2px #009739;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
}

.intro2-doel {
  color: #ffcc29;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
}

.shape-lijntje-doel {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 100%;
  background-color: #ffd700;
  z-index: 1;
  rotate: 90deg;
}

.vlak-doorzichtig-doel {
  z-index: -2;
  position: absolute;
  top: 50%;
  /* right: 0; */
  width: 500%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.497);
}

.introbtn-doel {
  z-index: 1000000;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  padding: 0.7rem 1.5rem;
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.start-tekst-doel {
  color: #ffcc29;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
}

.start-tekst-doel2 {
  color: #6c64ff;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
}



.body-formulier {
  font-family: Arial, sans-serif;
  margin: 20px;

}

form {
  
  max-width: 500px;
  margin: 0 auto;
}
label {
  display: block;
  margin-top: 15px;
}
input,
select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}
.buttons {
  margin-top: 20px;
}
.button-formulier {
  padding: 10px 20px;
  margin-right: 10px;
}





.hero-doel {
  z-index: 4;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://wallpaperaccess.com/full/46591.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  /* display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center; */
}


.doel-intro {
  color: #ffffff;
  font-size: 70px;
  font-weight: bold;
  text-shadow: 2px 2px #009739;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.doel-intro2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.blocks-container-doelen {
  position: absolute;
  top: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  margin: 1.5rem 0;
}

tr,td,th {
  color: white;
  font-size: 30px;

}


.intro-tabel {
  font-size: 48px;
  color: #fff;
  text-shadow: 2px 2px #009739;
  margin-bottom: 20px;
}


.table-tabel {
  width: 100%;
  border-collapse: collapse;
}

.main-tabel {
  max-width: 900px;
  text-align: center;
  z-index: 10;
}

.intro2-tabel {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}


.tabelletje {
  background-color: rgba(0, 62, 128, 0.95);
  padding: 30px;
  border-radius: 12px;
}



.hero-tabel {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2rem;
}




.formuliertje {
    background-color: rgba(0, 62, 128, 1);
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
}

.intro-formulier {
color: rgb(255, 255, 255);
  font-size: 35px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  position: absolute;
  left: 25%;
  top: 25%;
  transform: translate(-50%, -50%);
}


.hero-formulier {
  z-index: 4;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://wallpaperaccess.com/full/46591.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 94vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}


.foto-donatie {
  width: 700px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}

.body-tabel {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url(https://wallpaperaccess.com/full/46591.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
















#progress-container {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 90%;
left: 75%;
  width: 50%;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  height: 25px;
}

#progress-bar {
  height: 100%;
  width: 0;
  background-color: #4caf50;
  text-align: center;
  color: white;
  line-height: 25px;

  border-radius: 10px 0 0 10px;
}









.body-doelen-fullpage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Arial", sans-serif;
  background-color: #f4f4f4;
  overflow: hidden; 
}


.single-screen-container {
  display: grid;
  grid-template-rows: 50% 50%;
  height: 100vh;
}


.hero-block {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("https://wallpaperaccess.com/full/46591.jpg") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.hero-title {
  font-size: 50px;
  color: #ffcc29;
  font-weight: bold;
  text-shadow: 2px 2px #009739;
}

.hero-subtitle {
  font-size: 20px;
  color: #ffcc29;
  text-shadow: 2px 2px #000;
  margin-bottom: 20px;
}


.hero-fotos {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.hero-foto {
  width: 150px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.hero-foto:hover {
  transform: scale(1.05);
}


.verslag-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,62,128,0.1);
  padding: 20px;
  gap: 20px;
}

.verslag-title {
  font-size: 30px;
  color: #008000;
  margin-bottom: 15px;
  text-align: center;
}


.verslag-blokken {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 90%;
}

.blok-doelen {
  background-color: rgba(0,128,0,0.8);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}

.blok-doelen:hover {
  transform: translateY(-5px);
}


.verslag-quote {
  font-size: 16px;
  font-style: italic;
  color: #ffcc29;
  background-color: rgba(0,0,0,0.3);
  padding: 10px 15px;
  border-left: 5px solid #ffd700;
  margin-top: 10px;
  text-align: center;
}


.verslag-fotos {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.verslag-foto {
  width: 150px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.verslag-foto:hover {
  transform: scale(1.05);
}
















/* Dark/Light toggle */
.toggle-darklight {
  position: fixed;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  background-color: #ffd700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10000;
}

/* Reclame pop-up */
.popup-advertentie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-content {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  position: relative;
  max-width: 400px;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
.popup-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #008000;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

/* Quiz */
.quiz-doel {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  margin: 3rem auto;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  text-align: left;
}
.quiz-doel h2 {
  color: #008000;
  margin-bottom: 1rem;
}
.quiz-form label {
  display: block;
  margin: 0.5rem 0;
}
.quiz-submit {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #ffd700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Dark mode styling */
.dark-mode {
  background-color: #121212 !important;
  color: #fff !important;
}
.dark-mode .hero,
.dark-mode .quiz-doel,
.dark-mode .popup-content {
  background-color: rgba(0,0,0,0.8) !important;
  color: #fff !important;
}