
/* intro */

.pdr-festival-ch-intro-inner {
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: stretch;
}

.pdr-festival-ch-intro-image {
	height: clamp(560px, 55vw, 960px);
}

.pdr-festival-ch-intro-image-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	object-position: center;
}

.pdr-festival-ch-intro h2 {
	color: var(--prodog-black);
	text-transform: uppercase;
	font-size: 65px;
	line-height: 55px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 730px;
	position: relative;
	padding-bottom: 30px;
	transform: rotate(-1deg);
    display: block;
}

.pdr-festival-ch-intro h2:after {
	content: '';
	position: absolute;
	left: -20px;
	bottom: -7px;
	width: 650px;
	height: 20px;
	background: url('../img/festival/black-underline-great-day-out.png') no-repeat center;
	background-size: contain;
}

.pdr-festival-ch-intro h2 span {
	display: block;
	font-size: 65px;
	line-height: 55px;
}

.pdr-section p.pdr-festival-ch-intro-subtitle {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	color: var(--prodog-black);
	text-transform: uppercase;
	font-size: 37px;
	line-height: 37px;
	width: 100%;
	max-width: 490px;
	position: relative;
    margin-bottom: 30px;
    display: block;
	transform: rotate(-1deg);
}

.pdr-festival-ch-intro-content-wrap {
	display: flex;
    padding: 70px 0;
}

.pdr-festival-ch-intro-content-wrap .pdr-container {
	width: 100%;
}

.pdr-festival-ch-intro-content {
	max-width: 775px;
	padding-left: 100px;
}

.pdr-festival-ch-intro-content-content {
	margin-bottom: 40px;
}

.pdr-festival-ch-intro-content-content p {
    font-size: 20px;
    line-height: 25px;
}

.pdr-festival-ch-intro-content-content > :last-child {
	margin-bottom: 0;
}

.pdr-festival-ch-intro-content-content p strong {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.pdr-festival-ch-intro-image-bottom {
	width: 100%;
	max-width: 525px;
}

.pdr-festival-ch-intro-image-bottom img {
	max-width: 100%;
}

/* about */

.pdr-festival-ch-about {
	background: var(--prodog-yellow);
	padding: 0 25px;
	position: relative;
	overflow: visible;
}

.pdr-festival-ch-about .pdr-container {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	position: relative;
	align-items: stretch;
}

.pdr-festival-ch-about .pdr-container.pdr-festival-ch-about-image-bottom {
	align-items: flex-end;
}

.pdr-festival-ch-about-content-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 675px;
	z-index: 2;
	padding: 75px 0 100px;
}

.pdr-festival-ch-about h2 {
	color: var(--prodog-black);
	text-transform: uppercase;
	font-size: 65px;
	line-height: 55px;
	margin-bottom: 45px;
	position: relative;
	padding-bottom: 30px;
	transform: rotate(-1deg);
}

.pdr-festival-ch-about h2:after {
	content: '';
	position: absolute;
	left: -20px;
	bottom: -7px;
	width: 630px;
	max-width: 100%;
	height: 20px;
	background: url('../img/festival/black-underline-great-day-out.png') no-repeat center;
	background-size: contain;
}

.pdr-festival-ch-about-content-content {
	margin-bottom: 40px;
}

.pdr-festival-ch-about-content-content p,
.pdr-festival-ch-about-content-content li {
	font-size: 20px;
	line-height: 25px;
}

.pdr-festival-ch-about-content-content strong {
	font-weight: 700;
}

.pdr-festival-ch-about-content-content > :last-child {
	margin-bottom: 0;
}

.pdr-festival-ch-about-image {
	align-self: stretch;
	display: flex;
	align-items: flex-end;
	width: calc(100% - 680px);
	padding: 115px 0;
}

.pdr-festival-ch-about-image-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}

.pdr-festival-ch-about-image-inner {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	position: absolute;
	left: 50px;
	width: 1500px;
	height: 100%;
}

.pdr-festival-ch-about-image img {
	display: none;
}

.pdr-festival-ch-about .pdr-container.pdr-festival-ch-about-image-bottom .pdr-festival-ch-about-image {
	padding: 50px 0 0;
	background-position: bottom left;
}

.pdr-festival-ch-about-list-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.pdr-festival-ch-about-list-wrap {
	border-radius: 30px;
	background: var(--prodog-black);
	padding: 30px 40px 30px;
	margin-bottom: 30px;
}

.pdr-festival-ch-about-list-wrap ul {
	list-style: none;
	padding-left: 40px;
	margin-bottom: 0;
	width: 100%;
	max-width: 330px;
}

.pdr-festival-ch-about-list-wrap ul li {
	position: relative;
	margin-bottom: 15px;
	color: var(--color-white);
	font-family: "Gotham", sans-serif;
	font-weight: 900;
}

.pdr-festival-ch-about-list-wrap ul li:before {
	content: '';
	position: absolute;
	left: -40px;
	top: 1px;
	width: 22px;
	height: 22px;
	background: url('../img/festival/tick-bullet-yellow.svg') no-repeat center;
	background-size: contain;
}

.pdr-festival-ch-about-list-wrap li:last-of-type {
	margin-bottom: 0;
}

.pdr-section p.pdr-festival-ch-about-list-title {
	color: var(--prodog-yellow);
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	width: 100%;
	max-width: 485px;
}

.pdr-festival-ch-about-list-container img {
	width: 100%;
	max-width: calc(100% - 375px);
}

.pdr-festival-ch-about-bottom-content {
	margin-bottom: 30px;
}

.pdr-festival-ch-about-bottom-content p {
	font-size: 20px;
	line-height: 25px;
}

.pdr-festival-ch-about-bottom-content h3 {
	font-size: 30px;
	line-height: 30px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.pdr-festival-ch-about-button {
	display: flex;
	justify-content: center;
}

.pdr-festival-ch-about-button a {
	border: none;
	position: relative;
}

.pdr-festival-ch-about-button a:after {
	content: '';
	position: absolute;
	right: -75px;
	top: 15px;
	width: 66px;
	height: 60px;
	background: url('../img/festival/small-arrow.png') no-repeat center;
	background-size: contain;
}

.pdr-festival-ch-about-button img {
	width: 100%;
	max-width: 420px;
}

/* why */

.pdr-festival-ch-why {
	background: var(--prodog-black);
	padding: 75px 25px 40px;
}

.pdr-festival-ch-why-image-bubbles {
	padding: 30px 0 0;
}

.pdr-festival-ch-why .pdr-container {
	display: flex;
	justify-content: space-between;
	gap: 95px;
}

.pdr-festival-ch-why h2 {
	color: var(--prodog-yellow);
	text-transform: uppercase;
	font-size: 65px;
	line-height: 55px;
	margin-bottom: 45px;
	position: relative;
	padding-bottom: 30px;
	transform: rotate(-1deg);
}

.pdr-festival-ch-why h2:after {
	content: '';
	position: absolute;
	left: -20px;
	bottom: -7px;
	width: 700px;
	max-width: 100%;
	height: 20px;
	background: url('../img/festival/underline3-yellow.png') no-repeat center;
	background-size: contain;
}

.pdr-festival-ch-why-content-wrap {
	padding: 5px 0 100px;
	width: 50%;
}

.pdr-festival-ch-why-image-bubbles .pdr-festival-ch-why-content-wrap {
	padding: 50px 0 0;
}

.pdr-festival-ch-why-content {
	max-width: 685px;
	margin-bottom: 80px;
}

.pdr-festival-ch-why-content p,
.pdr-festival-ch-why-content li {
	color: var(--color-white);
	font-size: 20px;
	line-height: 25px;
}

.pdr-festival-ch-why-content-content > :last-child {
	margin-bottom: 0;
}

.pdr-festival-ch-why-image {
	align-self: stretch;
	display: flex;
	align-items: flex-end;
	width: 50%;
}

.pdr-festival-ch-why-image-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}

.pdr-festival-ch-why-image-inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	position: absolute;
	right: 150px;
	width: 860px;
	height: 100%;
}

.pdr-festival-ch-why-image img {
	display: none;
}

.pdr-festival-ch-why-image-right {
	width: 100%;
}

.pdr-festival-ch-why-image-right img {
	max-width: 750px;
}

.pdr-festival-ch-why-image-bubbles .pdr-festival-ch-why-image-right-wrap{
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 550px;
}

.pdr-festival-ch-why-image-bubbles .pdr-festival-ch-why-image-right-inner {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	width: 960px;
	height: 615px;
	position: absolute;
	left: -50px;
	bottom: -65px;
}

.pdr-festival-ch-why-image-bubbles .pdr-festival-ch-why-image-right img {
	display: none;
}

/* difference */

.pdr-festival-ch-diff {
	background: url('../img/festival/pine-wood-texture.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 25px 100px;
	position: relative;
}

.pdr-festival-ch-diff .pdr-container {
	display: flex;
	justify-content: space-between;
	gap: 185px;
}

.pdr-festival-ch-diff-inner {
	position: relative;
	z-index: 5;
}

.pdr-festival-ch-diff-content-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 675px;
	z-index: 2;
}

.pdr-festival-ch-diff h2 {
	color: var(--prodog-black);
	text-transform: uppercase;
	font-size: 65px;
	line-height: 55px;
	margin: 0 auto 45px;
	width: 100%;
	max-width: 100%;
	position: relative;
	padding-bottom: 30px;
	transform: rotate(-1deg);
}

.pdr-festival-ch-diff h2:after {
	content: '';
	position: absolute;
	left: -20px;
	bottom: -7px;
	width: 630px;
	max-width: 100%;
	height: 20px;
	background: url('../img/festival/black-underline-great-day-out.png') no-repeat center;
	background-size: contain;
}

.pdr-festival-ch-diff-list-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.pdr-festival-ch-diff-list-wrap {
	border-radius: 30px;
	background: var(--prodog-black);
	padding: 30px 40px 30px;
	margin-bottom: 50px;
}

.pdr-festival-ch-diff-list-wrap ul {
	list-style: none;
	padding-left: 40px;
	margin-bottom: 0;
	width: 100%;
	max-width: 330px;
}

.pdr-festival-ch-diff-list-wrap ul li {
	position: relative;
	margin-bottom: 15px;
	color: var(--color-white);
	font-family: "Gotham", sans-serif;
	font-weight: 900;
}

.pdr-festival-ch-diff-list-wrap ul li:before {
	content: '';
	position: absolute;
	left: -40px;
	top: 1px;
	width: 22px;
	height: 22px;
	background: url('../img/festival/tick-bullet-yellow.svg') no-repeat center;
	background-size: contain;
}

.pdr-festival-ch-diff-list-wrap li:last-of-type {
	margin-bottom: 0;
}

.pdr-section p.pdr-festival-ch-diff-list-title {
	color: var(--prodog-yellow);
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	width: 100%;
	max-width: 485px;
}

.pdr-festival-ch-diff-list-container img {
	width: 100%;
	max-width: calc(100% - 375px);
}

.pdr-festival-ch-diff-content-content p {
	font-family: "Gotham", sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
}

.pdr-festival-ch-diff-content-content {
	margin-bottom: 35px;
}

.pdr-festival-ch-diff-content-content > :last-child {
	margin-bottom: 0;
}

.pdr-festival-ch-diff-image {
	align-self: stretch;
	display: flex;
	align-items: flex-end;
	width: calc(100% - 680px);
	padding: 0;
}

.pdr-festival-ch-diff-image-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}

.pdr-festival-ch-diff-image-inner {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	position: absolute;
	left: 0;
	width: 1500px;
	height: 100%;
}

.pdr-festival-ch-diff-image img {
	display: none;
}

.pdr-festival-ch-diff-buttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

a.pdr-festival-ch-diff-button {
	font-size: 38px;
	line-height: 30px;
	max-width: 560px;
	width: 100%;
	height: 90px;
	border-radius: 45px;
	box-shadow: inset 0 0 0 5px var(--prodog-yellow);
}

a.pdr-festival-ch-diff-button svg {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	right: 20px;
	position: absolute;
	fill: var(--prodog-yellow);
}

@media (max-width: 1799px) {

	.pdr-festival-ch-why-image-inner {
		background-size: contain;
		right: 0;
		width: 100%;
	}

}

@media (max-width: 1599px) {

	.pdr-festival-ch-intro-inner {
		display: grid;
		grid-template-columns: 50% 50%;
		align-items: stretch;
	}

	.pdr-festival-ch-intro-image {
		height: auto;
		display: flex;
	}

	.pdr-festival-ch-intro-image-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		flex: 1;
	}

	.pdr-festival-ch-intro-content-wrap {
		padding: 70px 50px;
	}

	.pdr-festival-ch-intro-content {
		padding-left: 0;
	}

}

@media (max-width: 1499px) {

	.pdr-festival-ch-intro h2:after {
		width: 100%;
		max-width: 560px;
	}

}


@media (max-width: 1399px) {

	.pdr-festival-ch-diff-content-wrap,
	.pdr-festival-ch-about-content-wrap {
		width: 100%;
		max-width: none;
	}

	.pdr-festival-ch-diff-image,
	.pdr-festival-ch-about-image {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		max-width: none;
		height: auto;
		display: flex;
		pointer-events: auto;
	}

	.pdr-festival-ch-diff .pdr-container {
		gap: 50px;
	}

	.pdr-festival-ch-expect-image-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center bottom;
		display: block;
		flex: 1;
	}

	.pdr-festival-ch-about-image-inner {
		left: 0;
		background-position: bottom left;
		width: 800px;
	}

	.pdr-festival-ch-why .pdr-container {
		gap: 50px;
	}

	.pdr-festival-ch-why-image-inner {
		right: 0;
		width: 100%;
		background-size: contain;
	}

	.pdr-festival-ch-why-image-bubbles,
	.pdr-festival-ch-why {
		padding: 80px 25px;
	}

	.pdr-festival-ch-why-image-right img {
		max-width: 600px;
	}

	.pdr-festival-ch-why-content-wrap {
		padding: 5px 0 30px;
	}

	.pdr-festival-ch-why-image-right {
		display: none;
	}

	.pdr-festival-ch-why-content-wrap,
	.pdr-festival-ch-why-image-bubbles .pdr-festival-ch-why-content-wrap {
		padding: 0;
	}

	.pdr-festival-ch-why .pdr-container {
		align-items: center;
	}

	.pdr-festival-ch-why-content {
		margin-bottom: 0;
	}

	.pdr-festival-ch-why-image-inner {
		background-position: center;
	}

}

@media only screen and (max-width: 1250px) {

    .pdr-container {
        padding: 0 25px;
    }

	.pdr-festival-ch-why .pdr-container,
	.pdr-festival-ch-about .pdr-container,
	.pdr-festival-ch-diff .pdr-container,
	.pdr-festival-ch-intro .pdr-container {
		padding: 0;
	}

	.pdr-festival-ch-about-list-container img,
	.pdr-festival-ch-diff-list-container img {
		display: none;
	}

	.pdr-festival-ch-about-list-wrap ul,
	.pdr-festival-ch-diff-list-wrap ul {
		max-width: 100%;
	}

	.pdr-festival-ch-about-list-wrap,
	.pdr-festival-ch-diff-list-wrap {
		padding: 30px;
	}

}

@media (max-width: 1099px) {

	.pdr-festival-ch-about h2,
	.pdr-festival-ch-diff h2,
	.pdr-festival-ch-why h2,
	.pdr-festival-ch-intro h2 span {
		font-size: 55px;
		line-height: 45px;
	}

	.pdr-festival-ch-intro h2 {
		font-size: 55px;
		line-height: 45px;
		padding-bottom: 25px;
		margin-bottom: 10px;
	}

	.pdr-festival-ch-diff h2 {
		margin-left: 0;
		margin-right: 0;
	}

}

@media (max-width: 992px) {

	.pdr-festival-ch-intro-content-wrap,
	.pdr-festival-ch-diff,
	.pdr-festival-ch-about,
	.pdr-festival-ch-why {
		padding: 0;
	}

	.pdr-festival-ch-diff .pdr-container,
	.pdr-festival-ch-about .pdr-container,
	.pdr-festival-ch-why .pdr-container {
		flex-direction: column;
		gap: 0;
		padding: 0;
	}

	.pdr-festival-ch-why .pdr-container {
		flex-direction: column-reverse;
	}

	.pdr-festival-ch-expect-image {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		max-width: none;
		display: block;
	}

	.pdr-festival-ch-expect-image-img {
		width: 100%;
		height: auto;
		max-width: 500px;
		margin: 0 auto;
		object-fit: contain;
		display: block;
	}

	.pdr-festival-ch-diff-content {
		width: 800px;
	}

	.pdr-festival-ch-kids-inner,
	.pdr-festival-ch-get-inner,
	.pdr-festival-ch-intro-inner {
		display: flex;
		flex-direction: column;
		min-height: 300px;
	}

	.pdr-festival-ch-intro-image-img {
		object-position: top;
	}

	.pdr-festival-ch-why-image-bubbles .pdr-festival-ch-why-content-wrap,
	.pdr-festival-ch-diff-content-wrap,
	.pdr-festival-ch-why-content-wrap,
	.pdr-festival-ch-about-content-wrap,
	.pdr-festival-ch-intro-content-wrap .pdr-container {
		max-width: 800px;
		padding: 50px 25px;
		margin: 0 auto;
		width: 100%;
	}

	.pdr-festival-ch-diff-content,
	.pdr-festival-ch-why-content {
		max-width: 100%;
	}

	.pdr-festival-ch-about-bottom-content h3 {
		text-align: center;
	}

	.pdr-festival-ch-why-image,
	.pdr-festival-ch-about-image,
	.pdr-festival-ch-diff-image {
		position: static;
		padding: 0;
		display: block;
		width: 100%;
	}

	.pdr-festival-ch-why-image-inner,
	.pdr-festival-ch-about-image-inner,
	.pdr-festival-ch-diff-image-inner {
		background: none !important;
		position: static;
		left: 0;
		width: 100%;
		padding-bottom: 35px;
	}

	.pdr-festival-ch-why-image img,
	.pdr-festival-ch-about-image img,
	.pdr-festival-ch-diff-image img {
		display: block;
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
	}

	.pdr-festival-ch-about .pdr-container.pdr-festival-ch-about-image-bottom .pdr-festival-ch-about-image {
		padding: 0;
	}

	.pdr-festival-ch-about-image-bottom .pdr-festival-ch-about-image-inner {
		padding-bottom: 0;
	}

}

@media only screen and (max-width: 767px) {

	.pdr-festival-ch-intro h2,
	.pdr-festival-ch-intro h2 span {
		font-size: 50px;
		line-height: 45px;
	}

	.pdr-festival-ch-about-content-content p, .pdr-festival-ch-about-content-content li,
	.pdr-festival-ch-intro-content-content p,
	.pdr-festival-ch-why-content p, .pdr-festival-ch-why-content li
	.pdr-festival-ch-diff-content-content p {
		font-size: 18px;
		line-height: 22px;
	}

	.pdr-festival-g-section ul,
	.pdr-festival-g-section h3,
	.pdr-festival-g-section p {
		margin-bottom: 20px;
	}

	.pdr-section p.pdr-festival-g-footer-line-2 {
		font-size: 30px;
		line-height: 30px;
	}

	.pdr-festival-ch-about h2,
	.pdr-festival-ch-diff h2,
	.pdr-festival-ch-why h2 {
		font-size: 45px;
		line-height: 40px;
		margin-bottom: 35px;
		padding-bottom: 20px;
	}

	.pdr-festival-take-part-book-container, .pdr-container {
		padding: 0;
	}

	.pdr-festival-ch-about-bottom-content h3 {
		font-size: 24px;
		line-height: 28px;
	}

	.pdr-festival-ch-why-image-right img {
		max-width: 100%;
	}

	.pdr-festival-ch-diff-list-wrap {
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 699px) {

	.pdr-festival-ch-intro h2 span::after {
		width: 100%;
		max-width: 550px;
	}

	.pdr-festival-ch-roles-section .pdr-container {
		display: flex;
		flex-direction: column-reverse;
	}

	.pdr-festival-ch-roles-section-image {
		min-height: 250px;
	}

}

@media only screen and (max-width: 599px) {

	.pdr-festival-ch-about-button a:after {
		display: none;
	}

	.pdr-festival-ch-about-list-wrap,
	.pdr-festival-ch-diff-list-wrap {
		padding: 20px;
	}

	.pdr-section p.pdr-festival-ch-about-list-title,
	.pdr-section p.pdr-festival-ch-diff-list-title {
		font-size: 24px;
		line-height: 24px;
	}

	a.pdr-festival-ch-diff-button svg,
	a.pdr-donate-button span {
		display: none;
	}

}
