/*
Theme Name: unlocklearninglab
Description: Child theme van unlocklearninglab
Author: Pxperfect
Author URI: https://www.pxperfect.nl
Template: twentytwentyfour
Version: 1.0.0
*/
/* Hier komen je aangepaste CSS-regels */
body {
  /* background-image: url(../assets/images/background-glow.png);
  background-repeat:no-repeat;
  background-position: right 0px; */
}

li.current-menu-item {
  font-weight: bold;
  border-bottom: 2px solid var(--wp--preset--color--accent-3);
  padding-bottom: 6px !important;
}

.home-header-holder {
  position: relative;
  padding: 60px 80px;
  animation: fade-down 1.5s ease forwards;
}
@media (max-width: 992px) {
  .home-header-holder {
    padding: 24px 0;
    padding-bottom: 200px;
  }
}
.home-header-holder:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 60%;
  height: 50%;
  left: -2%;
  top: 0%;
  background-image: linear-gradient(43deg, #00C3EA 0%, #0055BF 46%, #478EE9 100%);
  opacity: 0.6;
  filter: blur(80px);
  animation: pulse 6s linear infinite;
}
.home-header-holder:after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 60%;
  height: 50%;
  right: -2%;
  bottom: 0%;
  background-image: linear-gradient(43deg, #00C3EA 0%, #0055BF 46%, #478EE9 100%);
  opacity: 0.6;
  filter: blur(80px);
  animation: pulse 6s linear infinite;
}
@media (max-width: 992px) {
  .home-header-holder figure.size-full img {
    object-fit: cover;
    height: 50vh !important;
    max-height: 480px;
  }
}
@media (max-width: 992px) {
  .home-header-holder .testimonial-holder {
    display: flex;
    position: absolute;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    gap: 20px;
    padding-left: 20px;
    max-width: calc(100% + var(--wp--preset--spacing--50));
    overflow-x: auto;
    padding-right: 32px;
    padding-bottom: 60px;
    padding-left: 40px;
    bottom: 0px;
  }
}
.home-header-holder .testimonial-holder .testimonial {
  position: absolute;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  max-width: 360px;
  box-shadow: 0 3px 32px 0 rgba(0, 0, 0, 0.16);
  z-index: 10000;
  font-size: 100%;
  opacity: 0;
  animation: fade-down 1.5s ease forwards;
}
@media (max-width: 992px) {
  .home-header-holder .testimonial-holder .testimonial {
    padding: 16px;
    font-size: 75%;
    min-width: 280px;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
}
.home-header-holder .testimonial-holder .testimonial.one {
  top: 0;
  right: 160px;
  animation-delay: 500ms;
}
.home-header-holder .testimonial-holder .testimonial.two {
  top: 240px;
  left: 0;
  animation-delay: 800ms;
}
.home-header-holder .testimonial-holder .testimonial.three {
  bottom: 0;
  right: 0;
  animation-delay: 1000ms;
}
.home-header-holder .testimonial-holder .testimonial .testimonial-author {
  display: flex;
  align-items: center;
}
.home-header-holder .testimonial-holder .testimonial .testimonial-author p {
  flex-grow: 1;
  padding-left: 10px;
  margin: 0;
}
.home-header-holder .testimonial-holder .testimonial .testimonial-author figure {
  flex-grow: 0;
}
.home-header-holder .testimonial-holder .testimonial .testimonial-author figure img {
  width: 50px !important;
  height: 50px !important;
}

@keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 0.5s ease forwards;
}

.bento-grid .bento-block {
  border-radius: 16px;
  padding: 20px;
  height: 240px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bento-grid .bento-block.bento-half-block {
  height: 315px;
}
.bento-grid .bento-block.bento-image-block {
  height: 390px;
  align-items: flex-end;
  justify-content: flex-end;
}
.bento-grid .bento-block.bento-image-block .bento-image-inner {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}
.bento-grid {
  /* 
  .wp-block-column:nth-child(2)  {

  	@include respond-to('small') {
  		display: grid;
  		grid-template-columns: auto auto;
  		gap: 20px;
  	}
  	@include respond-to('small') {
  	.bento-block{
  		margin:0;

  	}
  	}
  }*/
}

.highlight-block-container {
  padding: 60px;
  border-radius: 16px;
  display: block;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .highlight-block-container {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: none !important;
    background-color: #F0E7DD !important;
  }
  .highlight-block-container h2.wp-block-heading {
    text-align: center;
    color: #023E8A !important;
  }
}
.highlight-block {
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 16px;
  padding: 32px;
  padding-left: 80px;
  background: url(../assets/images/check.svg) no-repeat 45px 40px #fff;
}
@media (max-width: 767px) {
  .highlight-block {
    padding: 24px;
    padding-left: 24px;
    background: none;
  }
}
.form-holder {
  position: relative;
  border-radius: 16px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 3px 32px 0 rgba(0, 0, 0, 0.16);
  /*
  &:before{
  	z-index: -1;
  	position: absolute;
  	content: "";
  	width: 70%;
  	height: 70%;
  	left: 10%;
  	top: 10%;
  	background-image: linear-gradient(43deg, #00C3EA 0%, #0055BF 46%, #478EE9 100%);
  	opacity: .9;
  	filter: blur(60px);
  	animation: pulse 6s linear infinite;
  }*/
}

.form-holder {
  position: relative;
}
.form-holder:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 70%;
  height: 70%;
  left: -10%;
  top: -2%;
  background-image: linear-gradient(43deg, #00C3EA 0%, #0055BF 46%, #478EE9 100%);
  opacity: 0.7;
  filter: blur(60px);
  animation: pulse 6s linear infinite;
}

.wpcf7-form-control {
  display: block;
  width: 100%;
  color: inherit;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #CACACA;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .quote-block {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .quote-block .wp-block-image {
    align-items: center;
  }
  .quote-block .wp-block-image img {
    max-width: 200px;
  }
}

.footer-gradient {
  background: linear-gradient(180deg, #F4EDE4 0%, #FFF 67.31%);
}

header .has-base-background-color {
  background: none !important;
}

ul.wp-block-navigation {
  gap: 32px;
}

p.intro-paragraph {
  font-size: 120%;
}

@media (max-width: 767px) {
  p.intro-paragraph {
    font-size: 105%;
  }
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.myt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hide-tablet {
    display: none !important;
  }
}
.entry-content div:first-of-type h1 {
  opacity: 0;
  transform: translateY(-60px);
  animation: fade-down 1.5s ease forwards;
}
.entry-content div:first-of-type p, .entry-content div:first-of-type ul {
  opacity: 0;
  transform: translateY(-60px);
  animation: fade-down 1.5s ease forwards;
  animation-delay: 0.1s;
}
.entry-content div:first-of-type > .wp-block-buttons {
  opacity: 0;
  transform: translateY(-60px);
  animation: fade-down 1.5s ease forwards;
  animation-delay: 0.2s;
}

h1 strong, h2 strong, h3 strong {
  background: var(--CTA-gradient, linear-gradient(90deg, #2769B9 0.13%, #00B4D8 99.91%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 700;
}

input[type=submit] {
  border-radius: 200px;
  color: #fff;
  background: linear-gradient(143deg, rgb(39, 105, 185) 42%, rgb(0, 180, 216) 100%);
  width: auto;
  margin: auto;
  border: none;
  padding: 20px 40px;
}

.wp-block-faq-block-for-gutenberg-faq {
  border-radius: 16px;
  background-color: #fff;
}
.wp-block-faq-block-for-gutenberg-faq .question:first-child:before {
  font-size: 28px;
  font-weight: 300;
}

/*# sourceMappingURL=style.css.map */
