body {
  overflow: hidden;
  background-color: #f2f4ff !important;
}

.home-section {
  height: 100%;
  width: 100%;
  background-size: 970px;
  background-attachment: fixed;
  background-image: url('/public/assets/images/home-bg.png') !important;
  background-position: right center; /* Aligns the image to the right side */
  background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
	font-size: 67px;
	color: #60229f;
	letter-spacing: -2px;
	font-weight: 600 !important;
	line-height: 60px;
	margin-top: 0px;
}

body.admin {
  overflow-y: visible !important;
  padding-bottom: 90px;
}

.justus {
  height: 235px; 
  margin-top: 1px;
}

.orange {
  color: #d78003;
}

.text-container {
  border-radius: 15px;
  background-color: white;
  padding: 85px 30px;
  text-align: center;
  width: 50%;
  position: relative;
  overflow: hidden; /* Ensures the image won't overflow */
  z-index: 99;
}

.big {
  font-size: 36px;
  font-weight: 600;
}

.text-container::after {
  content: '';
  position: absolute;
  top: 30;
  right: 0;
  bottom: 0;
  left: 30;
  background-image: url('/public/assets/images/logo.webp');
  background-color: white; /* Sets the background color */
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1; /* Places the background behind the image */
  width: 75px; /* Set the width of the image */
}

.text-container::before {
  content: '';
  position: absolute;
  top: 30;
  right: 30;
  background-image: url('/public/assets/images/justus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px; /* Set the width of the image */
  height: 60px; /* Set the height of the image */
  z-index: 0; /* Places the image behind the text */
}

.text-container.last {
    position: relative !important;
    padding: 85px 30px 0px 30px;
}

.text-container.last::before {
    background-image: none;
}


.text-container.last p {
  width: 98%;
}


/* The progress container (grey background) */
.progress-container {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 8px;
  background: #ffffff;
}

/* The progress bar (scroll indicator) */
.progress-bar-custom {
  height: 8px;
  background: #60229f;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9999; /* Ensure it's above other elements */
  transition: width 0.5s ease;
}

p {
  font-size: 20px;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

h1.transition-text {
  font-size: 36px;
  color: white;
  position: relative;
}

h1.transition-text-black {
  font-size: 36px;
  color: black;
  position: relative;
}

.transition-text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, 0, 0, 0);
  color: black; /* Text color before animation starts */
}

.transition-text-black::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, 0, 0, 0);
  color: black; /* Text color before animation starts */
}

.underlined {
  border-bottom: 5px solid #d78003;
}

.transition-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white; /* Text color after animation ends */
  animation: revealText 3s ease-in-out forwards;
}

.transition-text-black::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black; /* Text color after animation ends */
  animation: revealText 3s ease-in-out forwards;
}

@keyframes revealText {
  0% {
    clip: rect(0, auto, auto, 0);
    transform: translateY(-100%);
  }
  100% {
    clip: rect(0, auto, auto, 0);
    transform: translateY(100%);
  }
}


.row {
  margin-left: 0px !important;
}
.black {
  color: black !important;
}

.slide {
  height: 100%;
  /*border-radius: 15px;*/
  padding:25px;
  color: white;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-content {
  text-align: center;
  padding: 50px;
  background-color: white;
  border-radius: 7px;
  box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
  width: 50vh;
}

.header-menu div.col {
  display: grid;
}

.right {
  float: right;
  align-content: right;
  text-align: right;
}

.header-menu {
  padding: 20px 0px;
  background-color: white;
  height: 75px;
}

.logo {
  max-height: 50%;
}

.col.left {
  display: inline-block !important;
}

.col.left img {
  padding-right: 30px;
}

.menu-item {
  text-decoration: none;
  color: black;
}

.menu-item:hover {
  font-decoration: none;
  color: #3d3d3d;
}

.clear-space {
  padding-top: 100px;
}

.index-image {
  height: 85%;
  float: left;
}

.aanmeld-knop {
  background-color: #eea134;
  border-radius: 0px 7px 7px 0px;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  border: 1px solid #eea134;
}

.aanmeld-knop:hover {
  background-color: #d37f19;
  color: white;
  border: 1px solid #d37f19;
}

.inloggen-knop {
  background-color: #eea134;
  border-radius: 7px 7px 7px 7px;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  border: 1px solid #eea134;
}

.inloggen-knop:hover {
  background-color: #d37f19;
  color: white;
  border: 1px solid #d37f19;
}

.aanmelden-input {
  border-radius: 7px 0px 0px 7px;
  padding: 10px 25px;
  border: 0px solid;
  border: 1px solid #d3d3d3;
}

.aanmelden-input:focus-visible {
  border: 0px solid #d3d3d3;
}

.footer {
  position: fixed;
  bottom: 0;
  background-color: white;
  padding: 20px 0px;
  width: 100%;
}

.footer-logo {
  position: fixed;
  bottom: 0;
  padding: 20px 0px;
  width: 100%;
}

.login input {
  border-radius: 7px 7px 7px 7px;
  padding: 10px 25px;
  border: 1px solid #d3d3d3;
  width: 100%;
}

.login select {
  max-width: 100%;
  border-radius: 7px 7px 7px 7px;
  padding: 10px 25px;
  border: 1px solid #d3d3d3;
}

@media (max-width: 767px) { 
  .home-section {
    height: 100%;
    width: 100%;
    background-size: 970px;
    background-attachment: fixed;
    background-color: #f2f4ff !important;
    background-image: unset;
    background-position: right center; /* Aligns the image to the right side */
    background-repeat: no-repeat;
  }

  
  button.slick-prev.slick-arrow {
    display: none !important;
  }
  
  button.slick-next.slick-arrow {
    display: none !important;
  }
  
  .clear-space {
    padding-top: 25px;
  }
  
  .index-image { display: none; }
  
  .aanmeld-knop {
    background-color: #eea134;
    border-radius: 0px 7px 7px 0px;
    padding: 10px 25px;
    color: white;
    text-decoration: none;
    border: 1px solid #eea134;
  }

  .aanmeld-knop:hover {
    background-color: #d37f19;
    color: white;
    border: 1px solid #d37f19;
  }

  .aanmelden-input {
    border-radius: 7px 0px 0px 7px;
    padding: 10px 25px;
    border: 0px solid;
    border: 1px solid #d3d3d3;
  }

  .aanmelden-input:focus-visible {
    border: 0px solid #d3d3d3;
  }
  
  .row { width: 100%; }
  
  .container.wrapped {
    padding: 20px;
  }
  
  .slider {
    height: 60vh;
  }
  
  .text-container {
  width: 95%;
    height: 90%;
}
  
  .text-container::before {
  content: '';
  position: absolute;
  top: 30;
  right: 30;
  background-image: url('/public/assets/images/justus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px; /* Set the width of the image */
  height: 45px; /* Set the height of the image */
  z-index: 0; /* Places the image behind the text */
}
  
  .text-container.last p {
  width: 95%;
}
  
  .text-container.last {
    padding-bottom: 0px !important;
  }
  
  p {
    font-size: 0.95em;
  }
  
  
}

.slick-list {
      background-image: url(/public/assets/images/kerstbal.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 10%;
}
