/*
Theme Name: Power Surge Custom Theme
Author: Sjoerd Walravens
*/

@font-face {
	font-family:"MS2";
	src: url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
}
body{
	margin: 0;
	padding: 0;
}
.hero{
	height: 100vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.topNav{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	color: white;
	margin: 0;
	display: flex;
	list-style-type: none;
	justify-content: flex-end;
	top: 50px;
}
li{
	margin-right: 150px;
}

.item a{
    text-decoration: none;
    color: white;
}
.topTitle{
	font-size: 37px;
	margin: 0;
	font-family: 'Bebas Neue', cursive;
	color: white;
	margin-bottom: -30px;
	margin-right: 9px;
}
.thrill{
	color: #EFFF0A;
}
.title{
	position: relative;
	margin-top: 170px;
}
.title1{
	margin: 0;
	font-size: 110px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	color: #EFFF0A;
	margin-bottom: -50px;
}
.title2{
	margin: 0;
	font-size: 125px;
	font-family:'MS2';
	-webkit-text-fill-color: transparent;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: white;
}
.yButton{
	background-color:#EFFF0A;
	border: 4px solid #EFFF0A;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family: 'Bebas Neue', cursive;
	font-size:20px;
	padding:3px 35px;
	text-decoration:none;
}
.wButton{
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family: 'Bebas Neue', cursive;
	font-size:20px;
	padding:3px 35px;
	text-decoration:none;
	border: 4px solid white;
	margin-left: 10px;
}
.triangle1 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 695px 890px 0;
	border-color: transparent #1A1B1D transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: inset(0 0 calc(100% - 100vh) 0);
}
.triangle2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 1005px 1320px 0;
	border-color: transparent rgb(26 27 29 / 40%) transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: inset(0 0 calc(100% - 100vh) 0);
}
.triangle3 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 1155px 1508px 0;
	border-color: transparent rgb(26 27 29 / 20%) transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: inset(0 0 calc(100% - 100vh) 0);
}
.socials{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 60px;
}
.facebook{
	margin-left: 25px;
}
.scroll{
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%);
}
.attractie{
	background: linear-gradient(266deg, rgba(21,22,24,1) 0%, rgba(0,0,0,1) 100%);
	padding-top: 100px;
}
.attractieTitle{
	display: flex;
	align-items: center;
	justify-content: center;
}
.deAttractie {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: white;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	border-bottom: 5px solid #EFFF0A;
	line-height: 0.1em;
}
.deAttractie span {
	background:#000;
	padding:0 30px;
}
.contactTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: white;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	border-bottom: 5px solid #EFFF0A;
	line-height: 0.1em;
}
.contactTitle span {
	background:#1B1C1F;
	padding:0 30px;
}
.attractieContainer{
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1500px;
	display: flex;
}
.cardContainer{
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
}
.contactContainer{
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1500px;
}
.c2{
	margin-top: 100px;
}
.cutOut{
	position: relative;
	left: -200px;
}
.cutOut img{
	width: 800px;
}
.subTitle{
	font-family: 'Bebas Neue', cursive;
	color: white;
	font-size: 40px;
	margin: 0;
	margin-bottom: 50px;
}
.subTitle span{
	color: #EFFF0A;
}
p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: white;
	margin:0;
}
.buttons2{
	margin: 0;
	margin-top: 50px;
}
.w2{
	margin: 0;
}
.psVideo{
	margin-top: 70px;
}
.cards{
	position: relative;
	background: linear-gradient(266deg, rgba(21,22,24,1) 0%, rgba(0,0,0,1) 100%);
	padding-top: 50px;
	padding-bottom: 100px;
}
.card{
	width: 30%;
	z-index: 5;
}
.head{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
}

.bottom{
	padding: 50px;
	background: linear-gradient(266deg, rgba(21,22,24,1) 0%, rgba(31,32,35,1) 100%);
	height: 300px;
	border-top: 5px #EFFF0A solid;
}
.cardInner{
	font-family: 'Bebas Neue', cursive;
	color: white;
	font-size: 40px;
	margin: 0;
	text-transform: uppercase;
}
.bg{
	width: 100%;
	background-color: #EFFF0A;
	position: absolute;
	width: 100%;
	height: 430px;
	top: -5px;
	left: 0;
}
.bg2{
	width: 100%;
	background-color: #EFFF0A;
	position: absolute;
	width: 100%;
	height: 450px;
	top: 295px;
	left: 0;
}
.contact{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(266deg, rgba(21,22,24,1) 0%, rgba(0,0,0,1) 100%);
}
hr.new1 {
	border-top: 3px solid black;
	margin-bottom: 20px;
}
.contactContainer{
	position: relative;
	background: linear-gradient(266deg, rgba(21,22,24,1) 0%, rgba(31,32,35,1) 100%);
}
.video-container {
	position:relative;
	padding-bottom:41.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.video-container2 {
	position:relative;
	padding-bottom:41.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container2 iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media only screen and (max-width: 1024px) {
	.topNav{
		opacity: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.attractieContainer{
		max-width: 720px;
		flex-direction: column-reverse;
	}
	.contactContainer{
		max-width: 680px;
	}
	.cardContainer{
		flex-direction: column;
	}
	.contactContainer{
		flex-direction: column;
	}
	.card{
		width: 100%;
		margin-bottom: 10px;
	}
	.cards{
		padding-top: 100px;
	}
	.bottom{
		height: auto;
	}
	.bg{
		top: 190px;
		height: 1140px;
	}
	.bg2{
		top: 415px;
	}
	.cardContainer{
		max-width: 720px;
	}
	.c2{
		margin-top: 50px;
	}
	.cutOut{
		position: absolute;
		right: -144px;
		top: 1502px;
		transform: scaleX(-1);
		max-width: 100%;
	}
	.cutOut img{
		width: 400px;
	}
}
.form-group input{
	background-color: inherit;
	border-bottom: 5px solid #EFFF0A;
	border-top: none;
	border-right: none;
	border-left: none;
	width: 250px;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	padding: 0 0 5px 0;
}
.inputFields{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.textArea textarea{
	width: 100%;
	background-color: #505050;
	border: none;
	margin-bottom: 20px;
	color: white;
	font-family: 'Montserrat', sans-serif;
	padding: 25px;
	resize: none;
	width: calc(100% - 50px);
}
.contactContainer2{
	padding: 50px;
}
.sendButton{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
footer{
	font-family: 'Montserrat', sans-serif;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #EFFF0A;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
@media only screen and (max-width: 1120px) {
	.cutOut{
		top: 1532px;
	}
	.cutOut img{
		width: 300px;
	}
}
@media only screen and (max-width: 1200px){
	.inputFields{
		display: block;
	}
	.form-group{
		margin-bottom: 30px;
	}
	.form-group input{
		width: 100%;
	}
}
@media only screen and (max-width: 891PX) {
	.cutOut{
		display: none;
	}
	.bg2{
		top:412px;
	}
}
@media only screen and (min-width: 750px) {
	.title{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		margin-right: 150px;
	}
	.socials{
		flex-direction: column;
		position: absolute;
		bottom: 150px;
		left: 100px;
	}
	.insta{
		margin-bottom: 20px;
	}
	.facebook{
		margin-left: 0px;
	}
	.video-container2{
		display: none;
	}
}
@media only screen and (max-width: 749px) {
	.title{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.topTitle{
		font-size: 23px;
		margin-bottom: -20px;
	}
	.title1{
		font-size: 70px;
		margin-bottom: -30px;
	}
	.title2{
		font-size: 80px;
	}
	.triangle1{
		border-width: 0px 165px 890px 0;
	}
	.triangle2{
		border-width: 0px 265px 1320px 0;
	}
	.triangle3{
		display: none;
	}
	.attractieContainer{
		max-width: 540px;
	}
	.cardContainer{
		max-width: 540px;
	}
	.contactContainer{
		max-width: 500px;
	}
	.deAttractie {
		font-size: 30px;
	}
	.contactTitle{
		font-size: 30px;
	}
	.bg2{
		top: 380px;
	}

	.video-container{
		display: none;
	}

	.footerText{
		font-size: 9px;
	}

}


#section05 a {
    padding-top: 70px;
  }
  .k1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
  }

  .k2 {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
  }

  
  @-webkit-keyframes sdb05 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb05 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }


  .ply{
    pointer-events: none;
    width: 90px;
    height: 90px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: pause-pulse 2s infinite;
    animation: pause-pulse 2s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  @keyframes pause-pulse{0%{-webkit-transform:scale(0.85);transform:scale(0.85)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0.85);transform:scale(0.85)}}

  .wpcf7-spinner{
		position: absolute;
		transform: translate(-150%, 30%);
  }

  .wpcf7-response-output{
	font-family: 'Montserrat', sans-serif;
	color: white;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	display: flex;
	justify-content: center;
	margin-top: 25px !important;
	font-weight: bold;
  }

  .wpcf7-not-valid-tip{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-top: 10px !important;
  }