/* * * * * * * * * * * * * * * * * * * * * * *
 * General
 * * * * * * * * * * * * * * * * * * * * * * */
@font-face {
	font-family: 'Motherland Signature';
	src: url('../fonts/MotherlandSignature.woff2') format('woff2'),
		url('../fonts/MotherlandSignature.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.events-weddings-page p {
	font-size: 20px;
}

@media screen and (max-width: 1500px) {
	.events-weddings-page p {
		font-size: 18px;
	}
}

.lace-bg {
	background: url('../images/eventsWeddings/lace-bg.png') repeat-y center top / 100% #f1f1f0;
	position: relative;
}

.lace-bg::before,
.lace-bg::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 26px;
	pointer-events: none;
	z-index: 9;
}

.lace-bg::before {
	bottom: 100%;
	background: url('../images/eventsWeddings/lace-bg-top.png') repeat-x center top / auto;
}

.lace-bg::after {
	top: 100%;
	background: url('../images/eventsWeddings/lace-bg-bottom.png') repeat-x center bottom / auto;
}

/* * * * * * * * * * * * * * * * * * * * * * *
 * Hero section
 * * * * * * * * * * * * * * * * * * * * * * */
.hero-section {
	min-height: clamp(400px, 45vw, 800px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #333;
	color: white;
}

.hero-section .content-contain {
	z-index: 9;
	position: relative;
	width: 95%;
}

.hero-section .content-contain h1 {
	font-size: clamp(40px, 11.5vw, 75px) !important;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto !important;
	padding: 0 !important;
	line-height: 1.1 !important;
	background-color: transparent !important;
	display: block;
	max-width: max-content;
	font-family: 'brandon_printedone', sans-serif !important;
	font-weight: normal !important;
}

.hero-section .content-contain h1 small {
	font-family: 'Motherland Signature', sans-serif !important;
	text-transform: capitalize;
	font-size: 120%;
	display: block;
	color: #cf9f88;
	position: relative;
	line-height: 1.8;
	margin-top: 20px;
}

.hero-section .content-contain h1 small:empty {
	display: none;
}

.hero-section .content-contain h1 small::after {
	content: '';
	background: #4c3a30;
	display: block;
	height: 2px;
	max-width: 150px;
	margin: 0 auto;
	width: 5em;
}

.hero-section .content-contain h1 span {
	display: block;
}

.hero-section .content-contain .venue-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: clamp(40px, 6%, 100px);
	row-gap: 50px;
	column-gap: clamp(25px, 12%, 100px);
}

.hero-section .content-contain .venue-logos a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;

}

.hero-section .content-contain .venue-logos a:hover {
	opacity: 0.7;
}

.hero-section .content-contain .venue-logos a img.venue-logo {
	filter: drop-shadow(0px 0px 15px rgba(32, 22, 14, 1));
	max-width: 175px;
	max-height: 125px;
}

@media screen and (max-width: 800px) {
	.hero-section .content-contain .venue-logos {
		gap: 40px 25px;
		justify-content: space-evenly;
	}

	.hero-section .content-contain .venue-logos a {
		width: calc(33.33% - 16.7px);
		max-height: 125px;
		max-width: 175px;
	}

	.hero-section .content-contain .venue-logos a img.venue-logo {
		max-width: 100%;
		max-height: 100%;
	}
}

@media screen and (max-width: 500px) {
	.hero-section .content-contain .venue-logos {
		gap: 40px;
	}

	.hero-section .content-contain .venue-logos a {
		width: calc(50% - 20px);
	}
}

.hero-section .hero-video {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(0.5);
}

/* * * * * * * * * * * * * * * * * * * * * * *
 * Intro section
 * * * * * * * * * * * * * * * * * * * * * * */
.intro-section {
	text-align: center;
}

.intro-section.padding-y {
	padding-top: calc(var(--py) * 1.5);
	padding-bottom: calc(var(--py) * 1.5);
}

.intro-section p {
	text-wrap: balance;
}

/* * * * * * * * * * * * * * * * * * * * * * *
 * Venues section
 * * * * * * * * * * * * * * * * * * * * * * */
.venue-section {
	background-color: white;
}

.venue-section:nth-of-type(odd) {}

.venue-section .container {
	display: flex;
	gap: 40px 5%;
	min-height: 575px;
}

.venue-section .container.flip {
	flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
	.venue-section .container,
	.venue-section .container.flip {
		min-height: 0;
		flex-direction: column;
	}
}

.content-image-contain {
	position: relative;
}

.content-image-contain .venue-decor-poster {
	position: absolute;
	top: 20px;
	max-height: calc(100% - 40px);
	width: auto;
	pointer-events: none;
	user-select: none;
	z-index: 10;
	max-width: 18%;
}

@media screen and (max-width: 1200px) {
	.content-image-contain .venue-decor-poster {
		max-width: 43%;
		max-height: clamp(300px, 80vw, 500px);
	}
}

.content-image-contain .venue-decor-poster.left-side {
	left: 0;
}

.content-image-contain .venue-decor-poster.right-side {
	right: 0;
}

.venue-section .poster-contain {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 40%;
	flex-shrink: 0;
	padding: 60px 0;
}

@media screen and (max-width: 1200px) {
	.venue-section .poster-contain {
		width: 100%;
		height: clamp(380px, 100vw, 500px);
		padding: 50px 0 0 0;
	}
}

.venue-section .poster-contain .polaroid-wrapper {
	position: relative;
	aspect-ratio: 0.83 / 1;
	width: min(540px, 100%);
	pointer-events: none;
	user-select: none;
}

@media screen and (max-width: 1200px) {
	.venue-section .poster-contain .polaroid-wrapper {
		width: auto;
		height: 100%;
	}
}
.venue-section .poster-contain .polaroid-wrapper.left-side {
	transform: rotate(-5deg);
}

.venue-section .poster-contain .polaroid-wrapper.right-side {
	transform: rotate(5deg);
}

.venue-section .poster-contain .polaroid-wrapper .polaroid-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.venue-section .poster-contain .polaroid-wrapper .polaroid-window {
	position: relative;
	aspect-ratio: 1.03 / 1;
	width: calc(100% - 7%);
	left: 3%;
	top: 5%;
	overflow: hidden;
	z-index: 5;
	background: #222222;
}

.venue-section .poster-contain .polaroid-wrapper img.venue-logo {
	filter: drop-shadow(0px 0px 15px rgba(32, 22, 14, 1));
	max-width: min(170px, 40%);
	max-height: min(170px, 40%);
	width: auto;
	height: auto;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10;
}

.venue-section .poster-contain .polaroid-wrapper img.poster-img {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 5;
}

@media screen and (max-width: 1200px) {
	.venue-section .poster-contain img.poster-img {
		object-position: center 27%;
		filter: brightness(0.75);
	}
}

.venue-section .content-contain {
	flex-grow: 1;
	align-self: center;
}

@media screen and (max-width: 1200px) {
	.venue-section .content-contain {
		padding-top: 0;
	}
}

.venue-section .content-contain .venue-name {
	font-size: 35px;
	color: #b8907b;
	text-transform: uppercase;
}

.venue-section .content-contain .address-link {
	color: black;
}

.venue-section .content-contain .address-link:hover {
	color: #9d032a;
}

.venue-section .content-contain address {
	display: inline-flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 1400px) and (min-width: 1201px),
screen and (max-width: 740px) {
	.venue-section .content-contain .venue-name {
		font-size: 30px;
	}

	.venue-section .content-contain address {
		font-size: 18px;
	}
}

.venue-section .capacity-heading {
	text-transform: uppercase;
	color: black;
	margin-bottom: 15px;
	font-size: 25px;
}

.venue-section .capacity-contain {
	display: flex;
	gap: 25px 5%;
	margin-bottom: clamp(30px, 4vw, 40px);
}

@media screen and (max-width: 640px) {
	.venue-section .content-contain .venue-name {
		font-size: 26px;
	}

	.venue-section .capacity-contain {
		flex-wrap: wrap;
	}
}

.venue-section .capacity-contain .capacity-type {
	display: flex;
	align-items: center;
	gap: 30px;
	letter-spacing: 0.5px;
}

.venue-section .capacity-contain .capacity-type .icon-contain {
	flex-shrink: 0;
	height: 75px;
	width: auto;
	max-width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1400px) and (min-width: 1201px),
screen and (max-width: 740px) {
	.venue-section .capacity-contain .capacity-type {
		gap: 20px;
	}

	.venue-section .capacity-contain .capacity-type .icon-contain {
		height: 60px;
	}
}

@media screen and (max-width: 640px) {
	.venue-section .capacity-contain .capacity-type .icon-contain {
		width: 60px;
	}
}

.venue-section .capacity-contain .capacity-type .icon-contain img {
	max-width: 100%;
	max-height: 100%;
}

.venue-section .capacity-contain .type-heading {
	text-transform: capitalize;
	margin-bottom: 3px;
	font-size: 23px;
}

.venue-section .capacity-contain p {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.venue-section .gallery-contain {
	display: flex;
	height: clamp(220px, 25vw, 450px);
	pointer-events: none;
	gap: 10px;
	padding: 10px 0;
}

.venue-section .gallery-contain .img-contain {
	flex-grow: 1;
}

@media screen and (max-width: 1100px) {
	.venue-section .gallery-contain .img-contain:nth-of-type(4) {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.venue-section .gallery-contain .img-contain:nth-of-type(3) {
		display: none;
	}
}

.venue-section .gallery-contain .img-contain img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

/* * * * * * * * * * * * * * * * * * * * * * *
 * Our Team section
 * * * * * * * * * * * * * * * * * * * * * * */
.our-team-section {
	background: #b8907b;
	color: white;
	text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * *
 * Credits section
 * * * * * * * * * * * * * * * * * * * * * * */
.credits-section {
	text-align: center;
	background: #e6e6e6;
	padding-top: 60px;
	padding-bottom: 30px;
}

.credits-section p {
	font-size: 18px;
	margin: 0.6em 0;
	line-height: 1.5;
	text-wrap: balance;
}

@media screen and (max-width: 600px) {
	.credits-section p {
		font-size: 16px;
	}
}

