@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap");

html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  visibility: hidden;
}

.finger-paint-regular {
  font-family: "Finger Paint", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#typemachine {
  font-size: 1.5em;
  color: #e56b6f;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.navbar {
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}

.nav-link {
  color: white;
}

.navbar.navbar-scrolled {
  background-color: #01052b; /* Background when scrolled */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for emphasis */
}

.navbar-hidden {
  transform: translateY(-100%);
}

/* Cross icon */
#navbar-toggler {
  margin-right: 5px;
  font-size: 2em;
  color: white;
}

/* Update the navbar-collapse to animate with transform and opacity */
@media (max-width: 767px) {	
	.row.g-5 {
    --bs-gutter-x: 0;
    }
	
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #01052be1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1040;
    padding-top: 91px;
    transform: translateY(-100%); /* Initially hidden, off-screen */
    opacity: 0; /* Initially invisible */
    transition: transform 0.2s ease, opacity 0.2s ease; /* Smooth transition */
  }

  /* When active, bring the menu into view */
  .navbar-collapse.show {
    transform: translateY(0); /* Move into view */
    opacity: 1; /* Fade in */
  }

  /* Rest of the styling remains the same */
  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
  }

  .nav-link {
    font-size: 1.5rem;
    color: white;
    padding: 15px;
    text-align: center;
    display: block;
  }

  .nav-link:hover {
    color: #ccc;
  }

  .navbar-toggler {
    z-index: 1050; /* Higher than the overlay */
  }
}

.hidden {
  display: none;
}

.hero {
  min-height: 100vh;
  padding-top: 44px;
  background-image: url(img/achtergrond_hero_courage.jpg);
  background-size: cover;
  color: #fff;
}

.lijst {
  opacity: 90%;
}

.inlijstwerk {
  text-decoration: underline;
  text-decoration-color: #e56b6f;
  text-underline-offset: 0.2em;
}

.btn-primary {
  background-color: white;
  color: #3f37c9;
  border: none;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: black;
  border-color: white;
  border: none;
  transform: scale(1.05);
}

.btn-secondary {
  background-color: black;
  color: white;
  border: none;
  font-weight: 600;
}

.btn-secondary:hover {
  background-color: black;
  transform: scale(1.05);
}

.over-ons {
  background-color: #e2e1f7;
}

.border-bottom {
  border-color: rgb(179, 179, 179) !important;
}

.contact-section {
  background-color: #3f37c9;
  color: white;
  padding: 30px;
}
.contact-info i {
  font-size: 1.5rem;
  margin-right: 10px;
}
.form-section {
  background-color: #fff;
  padding: 30px;
}

.contact-info-tekst {
  font-weight: 250;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

@media (max-width: 576px) {
  .no-shadow-mobile {
    box-shadow: none !important;
  }
}

.captcha {
  text-align: center;
  font-size: 0.5em;
}

.modal-lead {
  color: #e56b6f;
  font-weight: 400;
  padding-bottom: 10px;
}
