html{
	/*
	background: 
    repeating-radial-gradient(#151515 0 0.0001%,#444 0 0.0002%) 50% 0/2500px 2500px,
    repeating-conic-gradient(#151515 0 0.0001%,#444 0 0.0002%) 60% 60%/2500px 2500px;
  background-blend-mode: difference;
  animation: b .2s infinite alternate;
  height:100%;
	*/
	background-color:#f1ddb5;
}
body{
	background-color: transparent;
	/* background-image:url('../img/bg.png');
	background-size:cover;
	background-repeat: no-repeat; */
	min-height:100%;
	font-family: "Nunito Sans", sans-serif;
	cursor: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiNmMWRkYjUiIC8+PC9zdmc+'), auto;
}
a{
	cursor: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiNmMWRkYjUiIC8+PC9zdmc+'), auto;
}
@keyframes b{
  100% {background-position: 50% 0, 60% 50%}
}
a, button{
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.animo{
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.wow{
	visibility: hidden;
}
.wrapper{
}
.anchor{
	position: relative;
	visibility: hidden;
	top:-60px;
}

/*

    PLACEHOLDER

--------------- */

/* Chrome, Safari, newer versions of Opera and Edge */
::-webkit-input-placeholder {
    color: #bbb;
    font-size:1rem;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #bbb;
    font-size:1rem;
    opacity: 1;  /* Firefox lowers the opacity of the placeholder by default */
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #bbb;
    font-size:1rem;
}

/* Standard syntax for most modern browsers */
::placeholder {
    color: #bbb;
    font-size:1rem;
}

/*

    NO SCROLLBAR

----------------- */
.hidden-scrollbar {
  overflow: scroll; /* Enable scrolling */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for WebKit-based browsers (Chrome, Safari) */
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
}

/* For Edge and IE */
@supports (-ms-overflow-style: none) {
  .hidden-scrollbar {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
}

/* For Firefox */
@supports (scrollbar-width: none) {
  .hidden-scrollbar {
    scrollbar-width: none; /* Firefox */
  }
}

.lightUpOnHover:hover{
	color: #fff;
  	text-shadow:
    0 0 10px #fff,
    0 0 20px #f1ddb5,
    0 0 40px #f1ddb5,
    0 0 80px #f1ddb5,
    0 0 120px #f1ddb5;
}
@keyframes fadeInOut {
  0% {
  	opacity: 0.6;
    text-shadow:
      0 0 10px #f1ddb5,
      0 0 20px #f1ddb5,
      0 0 40px #f1ddb5,
      0 0 80px #f1ddb5,
      0 0 120px #f1ddb5;
  }
  50% {
  	opacity: 0.8;
    text-shadow:
      0 0 20px #f1ddb5,
      0 0 30px #f1ddb5,
      0 0 50px #f1ddb5,
      0 0 100px #f1ddb5,
      0 0 150px #f1ddb5;
  }
  100% {
  	opacity: 0.6;
    text-shadow:
      0 0 10px #f1ddb5,
      0 0 20px #f1ddb5,
      0 0 40px #f1ddb5,
      0 0 80px #f1ddb5,
      0 0 120px #f1ddb5;
  }
}
@media(min-width:768px){
	.anchor{
		top:0;
	}
}

p{
	font-size:1rem;
	display: block;
	line-height: 1.4;
	color:#ffffed;
}

.btn-default{
	background-color:#f1ddb5;
	padding:1rem 2rem;
	color:#000;
	display: inline-block;
	font-size:1rem;
	text-decoration: none;
	border:solid 1px #f1ddb5;
}
.btn-default:hover{
	color:#000;
}
.btn-default.invert{
	background-color: transparent;
	color:#ffffed;
}

/*

    NO SCOLLBAR

--------------- */
.hidden-scrollbar {
  overflow: scroll; /* Enable scrolling */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for WebKit-based browsers (Chrome, Safari) */
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
}

/* For Edge and IE */
@supports (-ms-overflow-style: none) {
  .hidden-scrollbar {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
}

/* For Firefox */
@supports (scrollbar-width: none) {
  .hidden-scrollbar {
    scrollbar-width: none; /* Firefox */
  }
}

/*

	HEADER MOBILE

----------------- */
.header-mobile{
	background-color:#f1ddb5;
	color:#000;
	position: fixed;
	top:0;
	left:0;
	right:0;
	padding:1rem;
	z-index: 10;
}
.header-mobile .title{
	color:#fff;
	display: block;
	text-decoration: none;
	letter-spacing: 2px;
}
.header-mobile .title img{
	height:30px;
}
.header-mobile .btn-toggle-nav{
	display:block;
	float:right;
	position: relative;
	width:50px;
	height:18px;
}
.header-mobile .btn-toggle-nav span{
	display: block;
	width:50px;
	height:1px;
	position: absolute;
	background-color:#000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-mobile .btn-toggle-nav span:first-child{
	top:0;
}
.header-mobile .btn-toggle-nav span:last-child{
	bottom:0;
}
.header-mobile .btn-toggle-nav.open span{
	width:30px;
	right:0;
}
.header-mobile .btn-toggle-nav.open span:first-child{
	transform: rotate(135deg);
	top:85px;
}
.header-mobile .btn-toggle-nav.open span:last-child{
	transform: rotate(-135deg);
	bottom:-68px;
}

/*

	NAV MOBILE

-------------- */
.nav-mobile{
	position: fixed;
	top:75px;
	width: calc(100% - 30px);
	right:-100%;
	bottom:15px;
	z-index: 9;
	background-color: #f1ddb5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*
    background: rgb(44,19,63);
	background: -moz-linear-gradient(180deg, rgba(44,19,63,1) 0%, rgba(102,45,145,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(44,19,63,1) 0%, rgba(102,45,145,1) 100%);
	background: linear-gradient(180deg, rgba(44,19,63,1) 0%, rgba(102,45,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c133f",endColorstr="#f1ddb5",GradientType=1);
	*/
	background-color:#f1ddb5;
	overflow-y: scroll;
}
.nav-mobile.open{
	right:15px;
}
.nav-mobile .items{
	padding:6rem 3rem 2rem 3rem;
	text-align:right;
}
.nav-mobile .items a{
	display: block;
	line-height: 1;
	font-size:2.5rem;
	padding:1rem 0;
	color:#000;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight:100;
}
.nav-mobile .socials{
	text-align:right;
	padding:0 3rem 0 0;
}
.nav-mobile .socials a{
	color:#000;
	font-size:24px;
	text-align:center;
	text-decoration:none;
	border:solid 1px #000;
	border-radius:50%;
	width:60px;
	height:60px;
	display:inline-block;
	line-height:60px;
	margin:0 0 0 5px;
}

/*

	HERO

-------- */
.hero{
	position: relative;
	height:100vh;
	width: 100%;
	/*background: radial-gradient(circle at center, #00000000 5%, #000000 30%) center left / 200% 200%;
	animation-name: spotlight;
	animation-duration: 12s;
	animation-iteration-count: infinite;*/
	background-color:#151515;
}
.hero::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(-180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(-180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(-180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	height: 40%;
	z-index: 1;
}
.hero::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	height: 40%;
	z-index: 1;
}
.hero .logo{
	position: absolute;
	z-index: 2;
	top:50%;
	left:50%;
	width:300px;
	margin-left:-150px;
	margin-top:-42px;
}
.hero .logo img{
	width: 100%;
	/*animation: opacity-skew-distort 3s infinite;*/
}
.hero .background-video{
	z-index: 0;
}
@keyframes spotlight {
  0% {
    background-position:top left;
  }
  20% {
    background-position:bottom right;
  }
  30% {
    background-position:center left;
  }
  50%{
    background-position:center center;
  }
  80% {
    background-position:center right;
  }
  100% {
    background-position:top left;
  }
}
@keyframes opacity-skew-distort {
    0% {
        opacity: 0.4;
        /*transform: skew(0deg);*/
    }
    10% {
        opacity: 0.3;
        /*transform: skew(2deg);*/
    }
    20% {
        opacity: 0.5;
        /*transform: skew(-90deg);*/
    }
    30% {
        opacity: 0.2;
        /*transform: skew(30deg);*/
    }
    40% {
        opacity: 0.4;
        /*transform: skew(3deg);*/
    }
    50% {
        opacity: 0.1;
        /*transform: skew(0deg);*/
    }
    60% {
        opacity: 0.6;
        /*transform: skew(0deg);*/
    }
    70% {
        opacity: 0.2;
        /*transform: skew(0deg);*/
    }
    80% {
        opacity: 0.5;
        /*transform: skew(0deg);*/
    }
    90% {
        opacity: 0.4;
        /*transform: skew(0deg);*/
    }
    100% {
        opacity: 0.6;
        /*transform: skew(0deg);*/
    }
}
@media(min-width:768px){
	.hero .logo{
		width:500px;
		margin-left:-250px;
		margin-top:-70px;
	}
}
@media(min-width:992px){
	.hero .logo{
		width:800px;
		margin-left:-400px;
		margin-top:-110px;
	}
}
@media(min-width:1400px){
	.hero .logo{
		width:1000px;
		margin-left:-500px;
		margin-top:-140px;
	}
}
@media(min-width:2000px){
	.hero .logo{
		width:1500px;
		margin-left:-750px;
		margin-top:-200px;
	}
}

.btn-go-down{
	position: absolute;
	bottom:30px;
	width:200px;
	text-align:center;
	color:#ffffed;
	text-decoration: none;
	left:50%;
	margin-left:-100px;
	letter-spacing: 2px;
	z-index: 3;
}
.btn-go-down a{
	display:block;
}
.btn-go-down span{
	margin-top:0.5rem;
	display:inline-block;
	width:50px;
	height:50px;
	background-color:#f1ddb5;
	color:#000;
	border-radius: 50%;
	line-height: 50px;
	text-align:center;
}

/*

	HEADER MD

------------- */
.header-md{
	position: fixed;
	top:0;
	left:0;
	right:0;
	padding:2rem;
	z-index: 10;
}
.header-md .title{
	display: block;
	color:#ffffed;
	font-size:2rem;
	font-weight: 100;
	letter-spacing: 2px;
	text-decoration: none;
}
.header-md .title img{
	height:50px;
	opacity: 0.8;
}
.header-md .items a{
	color:#ffffed;
	text-decoration: none;
	font-size:1rem;
	padding:0 0 0 1rem;
	letter-spacing: 2px;
}
.header-md .items a.highlight{
	background-color:#f1ddb5;
	padding:1rem;
	margin:0 0 0 1rem;
	color:#000;
}
.header-md .socials{
	text-align:right;
}
.header-md .socials a{
	color:#fff;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	border:solid 1px #fff;
	border-radius:50%;
	width:50px;
	height:50px;
	display:inline-block;
	line-height:50px;
	margin:0 0 0 5px;
}
.header-md .socials a:hover{
	background-color:#fff;
	color:#000;
}
@media(min-width: 1200px){
	.header-md .title img{
		height:80px;
	}
	.header-md .items a{
		font-size:1.2rem;
		padding:0 0 0 3rem;
		font-weight: 100;
	}
	.header-md .items a.highlight{
		margin:0 0 0 3rem;
		padding:1rem 2rem;
	}
}
@media(min-width: 1400px){
	.header-md .items a{
		font-size:1.5rem;
	}
}

/*

	PROJECTS

------------ */
h2{
	color:#ffffed;
	font-size:3rem;
	letter-spacing: -5px;
	font-weight:300;
}
.projects{
	padding:3rem 1rem 0 1rem;
	background-color: rgba(0,0,0,0.9);
}
.projects-page{
	padding:0 1rem;
	background-color: transparent;
}
.projects .container-fluid{
	max-width: 1600px;
}
.project{
	color:#ffffed;
	margin:0 0 6rem 0;
	position: relative;
}
.project::after{
	content:'';
	width:100px;
	height:1px;
	background-color:#fff;
	position: absolute;
	bottom:-3rem;
	left:50%;
	margin-left:-50px;
}
.project:last-child::after{
	display: none;
}
.project .thumbnail{
	display: block;
	position: relative;
	text-align:center;
}
.project .thumbnail img{
	max-height:400px;
	display:inline-block;
}
.project .icon-play{
	font-size:3rem;
	color:#ffffed;
	position: absolute;
	top:50%;
	left:50%;
	line-height: 1;
	margin-top:-40px;
	margin-left:-40px;
	line-height: 80px;
	animation: fadeInOut 1s infinite ease-in-out;
	background-color:rgba(0,0,0,0.5);
	width:80px;
	height:80px;
	text-align:center;
	border-radius: 50%;
}
.project .icon-play i{
	margin-right:-10px;
}
.project .title{
	display: block;
	font-size:2rem;
	line-height: 1.2;
	margin:1.2rem 0;
	text-align:center;
}
.project .info{
	text-align:center;
}
.project .info,
.thumbnails .intro{
	font-size:1rem;
	display: block;
	line-height: 1.4;
}
.project .info a{
	color:#ffffed;
}
.projects .intro{
	padding-top:2rem;
}
.projects .intro a{
	margin:0 5px 0 0;
}
@media(min-width:768px){
	.projects{
		padding:6rem 1rem;
	}
	.projects-page{
		padding:0 1rem 3rem 1rem;
	}
	.projects .sticky{
		padding:5rem 0;
		position: sticky;
	    top: 0; /* This value controls when the element becomes fixed. Adjust as needed. */
	    z-index: 100; /* Optional: Ensures your div stays on top of other elements */
	}
	.projects .intro,
	.thumbnails .intro{
		padding:3rem;
	}
}
@media(min-width:1200px){
	h2{
		font-size:4rem;
	}
	.projects .intro,
	.thumbnails .intro{
		padding:3rem 4rem;
		font-size:1.2rem;
	}
}
@media(min-width:1400px){
	h2{
		font-size:5rem;
	}
	.projects .intro,
	.thumbnails .intro{
		padding:4rem 6rem;
	}
}
@media(min-width:1600px){
	h2{
		font-size:6rem;
	}
}

.about,
.thumbnails{
	padding:3rem 1rem;
	position: relative;
  	width: 100%;
  	background-color:#050505;
}
.thumbnails{
	background-color:#151515;
}
.about .container-fluid,
.thumbnails .container-fluid{
	max-width: 1600px;
}
.about .intro{
	padding-top:2rem;
}
@media(min-width:768px){
	.about,
	.thumbnails{
		padding:6rem 0 3rem 0;
	}
}
@media(min-width:1200px){
	.about,
	.thumbnails{
		padding:10rem 0 10rem 0;
	}
	.about .sticky,
	.thumbnails .sticky{
		padding:5rem 0;
		position: sticky;
	    top: 0; /* This value controls when the element becomes fixed. Adjust as needed. */
	    z-index: 100; /* Optional: Ensures your div stays on top of other elements */
	}
	.about .intro{
		font-size:1.2rem;
		margin-top:-2rem;
		padding:0 3rem;
	}
}
.thumbnails {
	margin: 0 auto;
}

.thumbnails {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5rem; /* kleine negatieve marge om ruimte te compenseren */
}

.grid-item {
	padding: 0 0.5rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
	width: 100%;
}

@media (min-width: 768px) {
	.grid-item {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.grid-item {
		width: 33.3333%;
	}
}

.grid-item img {
	width: 100%;
	display: block;
}

.contact{
	padding:3rem 1rem;
	position: relative;
  	width: 100%;
  	min-height: 100vh; /* You can adjust this to the size you want */
  	overflow: hidden;
}
.contact .intro{
	padding-top:2rem;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire div */
  z-index: -1;
  /* Optional: To darken or adjust the brightness of the video */
  filter: brightness(80%);
}
.darken{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 0;
}
.contact-content{
	position: relative;
	z-index: 1;
}
.row-form{
	margin:0 0 1rem 0;
}
.row-form input{
	width:100%;
	padding:1rem;
	border:none;
	background-color: transparent;
	border-bottom:solid 1px #f1ddb5;
	outline:0 !important;
	color:#000;
}
.row-form textarea{
	width:100%;
	padding:1rem;
	border:none;
	background-color: transparent;
	border-bottom:solid 1px #f1ddb5;
	outline:0 !important;
	color:#000;
}
.row-form label{
	color:#ffffed;
}
.row-form .label-input{
	display: flex;
	align-items: flex-start;
}
.row-form .label-input input{
	width:auto;
	margin:0 10px 0 0;
}
.row-form .label-input span{
	display: inline-block;
	margin-top:-5px;
}
@media(min-width:768px){
	.contact{
		padding:6rem 0 3rem 0;
	}
}
@media(min-width: 1200px){
	.contact{
		padding:10rem 0 3rem 0;
	}
	.contact-content .intro{
		padding:5rem 0 2rem 0;
		font-size:1.2rem;
	}
}

.message-container{
	background-color:rgba(0,0,0,0.5);
	z-index: 9999;
	backdrop-filter: blur(10px);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.message{
	background-color:#f1ddb5;
	padding:30px 50px;
	text-align:center;
	position: absolute;
	top:30px;
	left:15px;
	right:15px;
	font-size:16px;
	line-height: 1.4;
	color:#000;
}
.btn-close-message{
	position: absolute;
	top:0;
	right:0;
	color:#fff;
	direction: block;
	width:30px;
	height:30px;
	line-height: 30px;
	font-size:18px;
}
@media(min-width:768px){
	.message{
		top:60px;
		width:500px;
		padding:45px 60px;
		left:50%;
		right:auto;
		margin-left:-250px;
		font-size:18px;
	}
	.btn-close-message{
		width:40px;
		height:40px;
		line-height: 40px;
	}
}

/*

	FOOTER

---------- */
.footer{
	padding:3rem 1rem;	
	background-color: #050505;
}
.footer .container-fluid{
	max-width: 1400px;
}
.footer .title{
	text-transform: uppercase;
	color:#fff;
	font-size:2rem;
	margin:0 0 0 0;
	line-height: 0;
}
/*
.glitch{
	color:#fff !important;
	margin:0 0 0 0 !important;
	line-height: 0 !important;
	animation: glitch1 2.5s infinite;
}
.glitch:nth-child(2) {
  color: #d53434 !important;
  animation: glitch2 2.5s infinite;
}
.glitch:nth-child(3) {
  color: #fff !important;
  animation: glitch3 2.5s infinite;
}
*/
.footer ul{
	margin:0;
	padding:0;
}
.footer ul li{
	list-style: none;
	color:#ffffed;
	margin:0 0 0.5rem 0;
}
.footer ul li a{
	display: block;
	color:#ffffed;
	text-decoration: none;
}
.footer .logo{
	max-width: 100px;
	opacity: 0.8;
}
@media(min-width:992px){
	.footer{
		padding:5rem 2rem;
	}
}

/*

	PAGE

-------- */
.title-section{
	padding:6rem 1rem 3rem 1rem;
}
.title-section .title{
	color:#ffffed;
	font-size:2rem;
	line-height: 1.1;
	font-weight: 300;
}
@media(min-width:768px){
	.title-section{
		padding:10rem 1rem 5rem 1rem;
	}
	.title-section .title{
		font-size:3rem;
	}
}

@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    transform: none;
    opacity: 1;
  }
  27% {
    transform: none;
    opacity: 1;
  }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  35% {
    transform: none;
    opacity: 1;
  }
  52% {
    transform: none;
    opacity: 1;
  }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  50% {
    transform: none;
    opacity: 1;
  }
  72% {
    transform: none;
    opacity: 1;
  }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}

@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}