@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
	font-style: italic;
	font-weight: 100 900;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-style: italic;
	font-weight: 100 900;
}

@font-face {
	font-family: 'Montserrat ExtraBold';
	src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-style: italic;
	font-weight: 100 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat ExtraBold', Arial;
}

body {
	font-family: 'Inter', Arial, sans-serif;
	font-size: 15px;
}

.custom-font-primary {
	font-family: Arial, Helvetica, sans-serif !important;
}

.custom-font-secondary {
	font-family: Arial, Helvetica, sans-serif !important;
}

.custom-border-color-1 {
	border-color: #424549 !important;
}

.custom-font-size-1 {
	font-size: 22.4px !important;
	font-size: 1.4rem !important;
}

.custom-font-size-2 {
	font-size: 12.8px !important;
	font-size: 0.8rem !important;
}



/* Custom Porto SVG Logo (initial state for animation inside slide) */
.custom-porto-svg-logo path {
	fill-opacity: 0;
	stroke-width: 1px;
	stroke: #FFF;
	stroke-dasharray: 630;
	stroke-dashoffset: 630;
	transition: ease stroke-dashoffset 5s, ease fill-opacity 1s 1.7s;
}

.custom-porto-svg-logo.active path {
	stroke-dashoffset: 0;
	fill-opacity: 1;
}

/* Custom Borders Divider */
.custom-borders-divider-style-1>div[class*="col"] {
	border-width: 1px;
	border-style: solid;
	border-color: var(--dark);
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

@media (min-width: 576px) {
	.custom-borders-divider-style-1>div[class*="col"] {
		border-right-width: 1px;
	}

	.custom-borders-divider-style-1>div[class*="col"]:nth-child(1),
	.custom-borders-divider-style-1>div[class*="col"]:nth-child(3) {
		border-left-width: 1px;
	}
}

@media (min-width: 992px) {
	.custom-borders-divider-style-1>div[class*="col"] {
		border-left-width: 0;
	}

	.custom-borders-divider-style-1>div[class*="col"]:nth-child(1) {
		border-left-width: 1px;
	}

	.custom-borders-divider-style-1>div[class*="col"]:nth-child(3) {
		border-left-width: 0;
	}
}

/* Custom Brands Colors */
.custom-spotify-hover-effect {
	transition: ease background 300ms;
}

.custom-spotify-hover-effect:hover {
	background: #24cf5f;
}

.custom-itunes-hover-effect {
	transition: ease background 300ms;
}

.custom-itunes-hover-effect:hover {
	background: #d948dd;
}

.custom-amazon-hover-effect {
	transition: ease background 300ms;
}

.custom-amazon-hover-effect:hover {
	background: #ff9b00;
}

.custom-googlemusic-hover-effect {
	transition: ease background 300ms;
}

.custom-googlemusic-hover-effect:hover {
	background: #f4522b;
}

/* Custom Tour Items Hover Effect */
.custom-tour-wrapper {
	position: relative;
	overflow: hidden;
}

.custom-tour-wrapper .custom-tour-stage {
	transition: ease transform 300ms;
}

.custom-tour-wrapper .custom-tour-stage>.custom-tour-item+.custom-tour-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 100%, 0);
}

.custom-tour-wrapper:not(.custom-tour-wrapper-static):hover>.custom-tour-stage {
	transform: translate3d(0, -100%, 0);
}

/* Custom Thumb Info */
.custom-thumb-info-style-1 .overlay:before {
	transition: ease all 300ms 0ms !important;
}

.custom-thumb-info-style-1:hover .overlay:before {
	opacity: 0.8 !important;
	background: #0c0c0c !important;
}

.custom-thumb-info-style-1 .thumb-info-title {
	padding: 28.8px 44.8px 36.8px 33.6px !important;
	padding: 1.8rem 2.8rem 2.3rem 2.1rem !important;
}

/* Custom Card Style */
.custom-card-style-1 .custom-card-img-top-wrapper .post-date {
	position: absolute;
	top: 35px;
	left: 35px;
	text-align: center;
}

.custom-card-style-1 .custom-card-img-top-wrapper .post-date .month {
	display: block;
	background: var(--grey-500);
	border-radius: 0 0 2px 2px;
	color: var(--light);
	font-size: 0.8em;
	line-height: 1.8;
	padding: 1px 10px;
	text-transform: uppercase;
	font-family: "Poppins", Arial, sans-serif;
}

.custom-card-style-1 .custom-card-img-top-wrapper .post-date .day {
	background: var(--grey-100);
	border-radius: 2px 2px 0 0;
	color: var(--grey-500);
	display: block;
	font-size: 18px;
	font-weight: 900;
	padding: 10px;
	font-family: "Poppins", Arial, sans-serif;
}

/* Custom SVG Line Animation */
@keyframes customSVGLineAnim {
	from {
		stroke-dasharray: 40;
		stroke-dashoffset: 40;
	}

	to {
		stroke-dasharray: 40;
		stroke-dashoffset: 0;
	}
}

.customSVGLineAnim {
	animation-name: customSVGLineAnim;
}

/* Custom */
section.section {
	background-color: #fff;
	border: none;
}

body h1 {
	font-weight: 700;
	font-size: 25px;
}

body h2 {
	font-weight: 700;
	font-size: 25px;
}

body h3 {
	font-weight: 700;
	font-size: 25px;
	text-transform: none;
}

.hero {
	position: relative;
	height: 80vh;
	overflow: hidden;

	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.78vh;
	transform: translate(-50%, -50%);
	border: 0;
	pointer-events: none;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}

.hero-content {
	display: flex;
	flex-direction: column;
	position: absolute;
	gap: 2vh;
	bottom: 0%;
	z-index: 3;
	width: 100%;
	padding: 0 0 5vw;
}

.hero-content h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(32px, 5vw, 64px);
	font-weight: 800;
	font-family: 'Roboto Condensed', Arial;
}

.hero-content .button-container {
	display: flex;
	flex-direction: row;
	gap: 5%;
}

.hero-content .button {
	display: inline-flex;
	width: fit-content !important;
	padding: 15px 30px;
	align-items: center;
	justify-content: center;


	font-size: 20px;
	font-family: 'Montserrat ExtraBold', Arial, sans-serif;
}

.hero-content .button.prim {
	background-color: var(--primary);
	color: #fff;
}

.hero-content .button.secon {
	background-color: #fff;
	color: var(--primary);
}

.hero-content .button:hover {
	text-decoration: none;
	filter: brightness(0.85);
}


.sub-hero {
	position: relative;
	height: 40vh;
	min-height: 350px;
	overflow: hidden;

	display: flex;
	align-items: flex-end;
}

.sub-hero-image {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.sub-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sub-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .4);
}

.sub-hero-content {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 0 5% 50px;
}

.sub-hero-afbeelding {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sub-hero-afbeelding img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.sub-hero-content h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(32px, 5vw, 64px);
	font-weight: 800;
	font-family: 'Roboto Condensed', Arial;
}

#text-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

#text-img .cta-container {
	display: flex;
	justify-content: space-between;
	width: 50%;
}

#text-img .cta-knop {
	padding: 10px;
	cursor: pointer;
	font-weight: 700;
	box-shadow: 0.5px 0.5px 5px var(--secondary);
	text-align: center;
}

#text-img .cta-primary {
	background-color: var(--primary);
	color: #fff;
}

#text-img .cta-white {
	background-color: #fff;
	color: var(--primary);
}

#text-img .cta-primary:hover {
	background-color: var(--primary--100);
}

#text-img .cta-white:hover {
	background-color: var(--primary-rgba-10);
}

#dipr a {
	color: inherit;
	text-decoration: none;
}

#dipr .card {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
	transition: transform 0.3s;
	cursor: pointer;
	margin-bottom: 20px;
}

#dipr .card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--primary-rgba-40);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
	pointer-events: none;
}

#dipr .card:hover::before {
	opacity: 1;
}

#dipr .card h3 {
	text-align: center;
	margin-bottom: 5px;
	font-family: 'Inter', Arial, sans-serif;
}

#dipr .card p {
	color: #575757;
	margin-bottom: 0;
	padding: 5px 10px 5px 10px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#dipr .card img {
	width: 100%;
	margin-bottom: 20px;
	height: 270px;
	object-fit: cover;
	object-position: center;
}

#sdipr {
	padding: 80px 0;
}

#sdipr .sdipr-afbeelding {
	overflow: hidden;
	border-radius: 10px;
}

#sdipr .sdipr-afbeelding img {
	width: 100%;
	height: auto;
	display: block;
}

#sdipr .sdipr-tekst {
	padding-left: 40px;
}

#sdipr h2 {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 600;
}

#sdipr .sdipr-intro {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 25px;
}

#sdipr .sdipr-beschrijving {
	font-size: 16px;
	line-height: 1.8;
}

.foto-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	cursor: pointer;
	border-radius: 10px;
	transition: transform 0.3s;
}

.foto-item img:hover {
	transform: translateY(-5px);
}

@media (max-width: 991px) {
	#sdipr .sdipr-tekst {
		padding-left: 0;
		padding-top: 30px;
	}
}

.bk-knop {
	background-color: var(--primary);
	padding: 10px 15px;
	color: white !important;
	font-size: 20px;
	font-weight: 700;
}


.foto-kolom img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.clickable {
	cursor: pointer !important;
	font-size: 16px;
}

.clickable:hover {
	filter: brightness(0.85);
}

#footer h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	color: white;
}

#footer p {
	color: white !important;
	font-size: 15px;
}

#footer a {
	color: white !important;
	font-size: 15px;
}

#footer a:hover {
	color: rgb(124, 124, 124) !important;
}

#footer .footer-copyright p {
	font-size: 14px;
}

#footer .footer-copyright a {
	color: #e5e5e5 !important;
	font-size: 14px;
}

#footer .footer-copyright a:hover {
	color: #5e5d5d !important;
}

section#contact {
	margin-top: 2rem;
}

/* Contactformulier */
.wpcf7-form {
	display: flex;
	flex-direction: column;
}

.wpcf7-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 1.1rem;
	font-weight: 600;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--primary);
	box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}

.wpcf7-form textarea {
	min-height: 100px;
	height: 150px;
	resize: vertical;
}

.wpcf7-form input[type="submit"] {
	width: fit-content;
	padding: 12px 28px;
	border: 0;
	background: var(--primary);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
	background: var(--primary-300);
}



/* Header */
@media (min-width: 992px) {
	#header .header-nav .header-nav-line nav>ul:not(:hover) li>a.active {
		color: var(--light);
	}

	#header .header-nav-main nav>ul>li {
		margin-right: 1.2rem;
	}

	#header .header-nav-main nav>ul>li>a {
		color: var(--light);
		transition: color 0.1s ease;
	}
}


/* Mobiel */
@media (max-width: 426px) {
	section.section {
		padding: 15px 0;
	}
}

/* Tablad */
@media (min-width:426px) and (max-width: 769px) {
	section.section {
		padding: 15px 0;
	}
}