:root{
	--color: black;
}
* {
	margin: 0;
	padding:0;
	box-sizing: border-box;
}

button {
  position: relative;
  padding: 12px 35px;
  background: var(--color) !important;
  color: #fff !important;
  border: 3px solid white !important;
  border-radius: 8px;
  box-shadow: 0 0 0 #fec1958c;
  transition: all .3s ease-in-out;
  cursor: pointer;

  margin-right: 0 !important;
}

button a {
  color: white !important;
  font-weight: 300;
}

.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all .8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all .6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all .8s ease;
}

button:hover {
  background: transparent;
  color: white !important;
  box-shadow: 0 0 25px #fec1958c;
}

button:hover .star-1 {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-2 {
  position: absolute;
  top: -25%;
  left: 10%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-3 {
  position: absolute;
  top: 55%;
  left: 25%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-4 {
  position: absolute;
  top: 30%;
  left: 80%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-5 {
  position: absolute;
  top: 25%;
  left: 115%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-6 {
  position: absolute;
  top: 5%;
  left: 60%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.fil0 {
  fill: #FFFDEF
}

.sparkle {
  /* position: absolute; */
  /* right: 50%; */
  /* transform: translateX(50%); */
  /* top: 65%; */

  display: flex;
  justify-content: center;
}

h1 {
  font-size: clamp(24px, 3.5vw, 60px) !important;
  margin-bottom: 0 !important;
}

h2 {
  font-size: clamp(24px, 3.5vw, 50px) !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}

.h1-after h1::after {
content: "";
background-image: url(../img/over-ons-wit.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-flex;
align-items: center;
width: 100px;
height: 75px;
margin-left: 10px;
}

.Iam {
  padding: 2em 2em;
  font: normal 40px/50px Montserrat, sans-serif;
  /* position: absolute; */
  /* right: 50%; */
  /* transform: translateX(50%); */
  /* top: 0; */
  color: white !important;
  margin: auto;
  width: fit-content;

}
.Iam p {
  height: 50px;
  float: left;
  margin-right: 0.3em;
  margin-bottom: 0 !important;
}
.Iam b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px;
  top: 0;
}
.Iam .innerIam p {
  height: fit-content;

  display: inline-block;
  color: #e74c3c;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;


/*animation*/
-webkit-animation: move 5s infinite 1s;
   -moz-animation: move 5s infinite 1s;
    -ms-animation: move 5s infinite 1s;
     -o-animation: move 5s infinite 1s;
        animation: move 5s infinite 1s;
}
@keyframes move{
  0%   { top: 0px; }
  25%  { top: -50px; }
  50%  { top: -100px; }
  75%  { top: -150px; }
}

@-webkit-keyframes move {
  0%   { top: 0px; }
  25%  { top: -50px; }
  50%  { top: -100px; }
  75%  { top: -150px; }
}
@-moz-keyframes move {
  0%   { top: 0px; }
  25%  { top: -50px; }
  50%  { top: -100px; }
  75%  { top: -150px; }
}
@-o-keyframes move {
  0%   { top: 0px; }
  25%  { top: -50px; }
  50%  { top: -100px; }
  75%  { top: -150px; }
}
@keyframes move {
  0%   { top: 0px; }
  25%  { top: -50px; }
  50%  { top: -100px; }
  75%  { top: -150px; }
}



.gap-element {
  background-color: black;
}

#content {
  background-color: black;
}

.img {
  margin: auto;
}

.image-container {
  perspective: 1000px;
  position: relative;
  overflow: hidden;

  height: 600px !important;
}

.img-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.image-container img {
  will-change: transform; /* Optimaliseert voor transformaties */
  transform-style: preserve-3d; /* Bewaart 3D-transformaties */
  transition: transform 0.5s ease-out; /* Optionele overgang voor soepelere beweging */
}

.clip-image {
  clip-path: inset(100px 100px);
  transition: all 0.3s;
}

.clip-image.inviewport {
  clip-path: inset(0);
}

.fade-scroll img {
  opacity: 0;
  transition: opacity 3s ease-in !important;
}

.fade-scroll .show {
  opacity: 1;
}


.single-container {
  margin-top: 1000px;
}

.single-container p {
  background-color: green;
  color: white;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
}

.stack-element {
  transform: translateY(-100%);
  filter: blur(5px);
  opacity: 0;
  transition: all 0.5s;
}

.single-container.show .stack-element  {
  transform: translateY(0);
  filter: blur(0);
  opacity: 1;
}

.single-container.show .stack-element:nth-child(1) {
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}

.single-container.show .stack-element:nth-child(2) {
  transition-delay: 200ms;
}

.single-container.show .stack-element:nth-child(3) {
  transition-delay: 400ms;
}

.single-container.show .stack-element:nth-child(4) {
  transition-delay: 600ms;
}

.single-container.show .stack-element:nth-child(5) {
  transition-delay: 800ms;
}

.text-container {
  z-index: 100;
  width: 100%;
  height: 300px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  font-size: 96px;
  color: white;
  opacity: 0.8;
  user-select: none;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
}

:root {
  --color-bg1: rgb(25, 26, 64); 
  --color-bg2: rgb(25, 26, 64);  
  --color1: 72, 61, 139;     
  --color2: 250, 204, 21;        
  --color3: 72, 61, 139;       
  --color4: 250, 204, 21;        
  --color5: 106, 90, 205;        
  --color-interactive: 72, 61, 139; 
  --circle-size: 200%;
  --blending: hard-light;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}



.test-hover-button {
  position: relative;
  display: inline-block;

  font-size: 16px;
  color: black;
  background-color: white;
  text-decoration: none;
  overflow: hidden;
  border: 2px solid black;
  border-radius: 5px;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.1s;
  z-index: 1;
  height: 50px;
  line-height: 50px;
}

.test-hover-button::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  background-color: red;
  transition: all 0.4s ease-in-out;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 50%;
}

.test-hover-button:hover::before {
  width: 200%;
  height: 250%;
}

.test-hover-button:hover {
  color: white;
  border-color: red;
}

.label-up {
  display: flex;
  margin: 0px 30px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.4s;
  align-items: center;
  justify-content: center;
}

.test-hover-button:hover .label-up {
  top:-100%;
}

.tilt {
  margin: 0 auto;
  transition: box-shadow 0.1s, transform 0.1s;
}

.tilt:hover {
  box-shadow: 0px 0px 30px rgba(0,0,0, 0.6);
  cursor: pointer;
}

.front-header .section-content {
  width: 100%;
  margin: auto;
}

.front-header .bg-fill {
  background-size: contain !important;
  height: 500px;
}

.front-header {
  padding-top: 0;
  height: 500px;
}

.img-inner img {
  border-radius: 12px;
}

.contact-row {
  background-color: #F2ECE7 !important;
  padding: 50px;
  border-radius: 12px;
}

.contact-row .col {
  padding-bottom: 0 !important;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper #gform_submit_button_1 {
  background-color: #5F37BF !important;
  color: #F2ECE7 !important;
  font-size: 18px !important;
  border-radius: 12px !important;
}

.gfield_label {
  font-size: 18px !important;
  color: black !important;
  margin-bottom: 5px !important;
}

.gform_wrapper input,
.gform_wrapper textarea {
  border-radius: 12px !important;
  background-color: black !important;
  color: #F2ECE7 !important;
}

.gform_fields {
  gap: 10px !important;
}

/********************** WHEEL OF FORTUNE ***************************************/

