.intro-wrapper {
	position: relative;
	width: 100%;
	height: 90vh;
}

.intro-wrapper .carousel img {
	width: 100%;
	height: 90vh;
	object-fit: cover;
}

.intro-wrapper .carousel .carousel-item {
	transition: opacity 2s ease-in-out !important;
}

.intro-wrapper .intro { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}

.intro-wrapper .intro .text {
	position: absolute;
	left: 5vw;
	bottom: 10vh;
	max-width: 60%;
}

.intro-wrapper .intro .text > img {
	font-size: 3rem;
	padding-bottom: 2vh;
	padding-left: 0.5ch;
	width: 7ch;
	opacity: 0;
	animation: fade-in-logo 0.3s 1s ease-in forwards
}

@keyframes fade-in-logo {

	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}

}

.intro-wrapper .intro .text > h2 {
	font-size: 3rem;
	opacity: 0;
	color: #aaa;
	transform: translateY(-20px);
	animation: text-up 0.6s 0.1s ease-in forwards
}

.intro-wrapper .intro .text > h1 {
	font-size: 6rem;
	opacity: 0;
	color: #e5e5e5;
	transform: translateY(-20px);
	animation: text-up 0.8s 0.5s ease-out forwards
}

@keyframes text-up {

	to {
		transform: translateY(0px);
		opacity: 1;
	}

}

@media (max-width: 1400px) {

	.intro-wrapper .intro .text > img {
		font-size: 2.5rem;
	}

	.intro-wrapper .intro .text > h2 {
		font-size: 2.5rem;
	}

	.intro-wrapper .intro .text > h1 {
		font-size: 5rem;
	}

}


@media (max-width: 1200px) {

	.intro-wrapper .intro .text > img {
		font-size: 2rem;
	}

	.intro-wrapper .intro .text > h2 {
		font-size: 2rem;
	}

	.intro-wrapper .intro .text > h1 {
		font-size: 4rem;
	}

	nav a.nav-link {
		margin-left: 0.5rem;
	}

}

@media (max-width: 500px) {

	.intro-wrapper .intro .text > img {
		font-size: 1.5rem;
	}

	.intro-wrapper .intro .text > h2 {
		font-size: 1.5rem;
	}

	.intro-wrapper .intro .text > h1 {
		font-size: 3rem;
	}

}

section.about {
	min-height: 80vh;
	background: #eee;
	position: relative;
	overflow: hidden;
}

section.about > span {
	position: absolute;
}

section.about > span.one {
	height: 200px;
	width: 200px;
	top: 10%;
	left: 3%;
	background:-moz-linear-gradient(28deg, rgba(172, 0, 255, 1) 0%, rgba(238, 130, 238, 1) 100%); 
	background:-webkit-linear-gradient(28deg, rgba(172, 0, 255, 1) 0%, rgba(238, 130, 238, 1) 100%);
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

section.about > span.two {
	height: 300px;
	width: 300px;
	top: 2%;
	left: 70%;
	background:-moz-linear-gradient(300deg, rgba(255, 209, 31, 1) 1%, rgba(255, 144, 41, 1) 100%); 
	background:-webkit-linear-gradient(300deg, rgba(255, 209, 31, 1) 1%, rgba(255, 144, 41, 1) 100%);
	border-radius: 30% 70% 42% 58% / 48% 30% 70% 52%;
}

section.about > span.three {
	height: 250px;
	width: 250px;
	top: 350%;
	left: 15%;
	background:-moz-linear-gradient(219deg, rgba(31, 255, 208, 1) 1%, rgba(70, 255, 71, 1) 98%); 
	background:-webkit-linear-gradient(219deg, rgba(31, 255, 208, 1) 1%, rgba(70, 255, 71, 1) 98%);
	border-radius: 17% 83% 64% 36% / 59% 48% 52% 41%;
}

section.about > span.four {
	height: 150px;
	width: 150px;
	top: 60%;
	left: 60%;
	background:-moz-linear-gradient(99deg, rgba(188, 31, 255, 1) 2%, rgba(87, 70, 255, 1) 98%); 
	background:-webkit-linear-gradient(99deg, rgba(188, 31, 255, 1) 2%, rgba(87, 70, 255, 1) 98%);
	border-radius: 49% 51% 64% 36% / 44% 33% 67% 56%;
}

section.about > span.five {
	height: 300px;
	width: 300px;
	top: 68%;
	left: 79%;
	background:-moz-linear-gradient(31deg, rgba(255, 31, 139, 1) 3%, rgba(255, 70, 70, 1) 98%); 
	background:-webkit-linear-gradient(31deg, rgba(255, 31, 139, 1) 3%, rgba(255, 70, 70, 1) 98%);
	border-radius: 39% 61% 40% 60% / 63% 44% 56% 37%;
}

section.about > span.six {
	height: 500px;
	width: 500px;
	top: 40%;
	left: 15%;
	background:-moz-linear-gradient(208deg, rgba(32, 74, 255, 1) 3%, rgba(32, 213, 255, 1) 100%); 
	background:-webkit-linear-gradient(208deg, rgba(32, 74, 255, 1) 3%, rgba(32, 213, 255, 1) 100%);
	border-radius: 27% 73% 30% 70% / 30% 44% 56% 70%;
}

section.about > span.seven {
	height: 200px;
	width: 200px;
	top: 80%;
	left: -5%;
	background:-moz-linear-gradient(205deg, rgba(55, 255, 76, 1) 1%, rgba(87, 255, 197, 1) 99%); 
	background:-webkit-linear-gradient(205deg, rgba(55, 255, 76, 1) 1%, rgba(87, 255, 197, 1) 99%);
	border-radius: 46% 54% 23% 77% / 78% 30% 70% 22%;
}

section.about .about-text-wrapper {
	padding: 5rem 10rem;
}

section.about .about-text-wrapper > h2 {
	font-size: 3rem;
	width: 100%;
	text-align: center;
	padding-bottom: 2rem;
}

section.about .about-text-wrapper .about-content-wrapper {
	position: relative;
	max-width: 150ch;
	margin: auto;
	padding: 1rem 1.5rem 0.25rem 1.5rem;
	background: rgba(203,195,227, 0.75);
	border-radius: 2rem;
	border: 1px solid rgba(230,230,230,0.2);
	backdrop-filter: blur(7px);
	box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

section.about .about-text-wrapper .about-content-wrapper h3 {
	padding: 2rem 0rem 0.5rem 0rem;
}

section.about .about-text-wrapper .about-content-wrapper span.emphasis {
	font-weight: 600;
}

section.about .about-text-wrapper .about-content-wrapper h2.big {
	color: #7c008f;
	text-align: center;
	padding: 1rem 0rem 1.5rem 0rem;
	font-size: 2rem;
}

section.about .about-text-wrapper .about-content-wrapper h2.small {
	display: none;
	font-size: 1.5rem;
	text-align: center;
	color: #7c008f;
	line-height: 1.8;
}

@media (max-width: 1000px) {

	section.about .about-text-wrapper .about-content-wrapper {
		position: relative;
		width: 90vw;
		margin: auto;
		padding: none;
		background: none;
		border-radius: none;
		border: none;
		backdrop-filter: none;
		box-shadow: none;
	}

	section.about > span {
		display: none;
	}

	section.about .about-text-wrapper {
		padding: 2rem 0rem;
	}

	section.about .about-text-wrapper .about-content-wrapper h2.small {
		display: block;
	}

	section.about .about-text-wrapper .about-content-wrapper h2.big {
		display: none;
	}

}

@media (max-width: 500px) {

	section.about .about-text-wrapper .about-content-wrapper {
		width: 95vw;
	}

	section.about .about-text-wrapper > h2 {
		font-size: 2.5rem;
		padding-bottom: 1rem;
	}

}

.wave {
	background-image: url('../media/waves/red-wave-3.svg');
	aspect-ratio: 1500/50;
	width: 100%;
	margin-top: -1%;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

section.noticeboard {
	background: #fb3f32;
	color: #eee;
	padding: 7rem 2rem;
}

section.noticeboard .noticeboard-text-wrapper {
	max-width: 100ch;
	margin: auto;
	text-align: center;
}

section.noticeboard .noticeboard-text-wrapper > h1 {
	text-decoration: underline;
	padding-bottom: 2rem;
	font-size: 3rem;
}

section.noticeboard .noticeboard-text-wrapper .noticeboard-content-wrapper > p {
	font-size: 1.25rem;
}

section.noticeboard .noticeboard-text-wrapper .noticeboard-content-wrapper > p > a {
	color: blue;
}

.wave2 {
	background-image: url('../media/waves/red-wave-6.svg');
	aspect-ratio: 1600/250;
	width: 101%;
	margin-left: -1%;
	margin-top: -1%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 1000px) {

	section.noticeboard .noticeboard-text-wrapper > h1 {
		font-size: 2rem;
		padding-bottom: 1.5rem;
	}

	section.noticeboard .noticeboard-text-wrapper .noticeboard-content-wrapper > p {
		font-size: 1rem;
		padding-top: 1rem;
	}

	section.noticeboard {
		padding: 4rem 2rem 3rem 2rem;
	}

}

section.testimonials {
	margin-top: -1rem;
	background: #B6D0E2;
}

section.testimonials .testimonial-wrapper {
	max-width: 80vw;
	margin: auto;
}

section.testimonials .testimonial-wrapper > h2 {
	font-size: 3rem;
	padding-bottom: 2rem;
	text-align: center;
}

section.testimonials .quotecard {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70ch;
	border: 1px solid #ddd;
	border-radius: 2rem;
	background: #eee;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	transition: none;
}

section.testimonials .quotecard .content {
	padding: 2rem;
	position: relative;
}

section.testimonials .quotecard .content .icon {
	font-size: 3rem;
	color: #A020F0;
}

section.testimonials .quotecard .content .text {
	padding: 0.5rem;
}

section.testimonials .quotecard .content .text > p {
	color: #333;
	font-size: 1.15rem;
	line-height: 1.9;
	font-style: italic;
}

section.testimonials .quotecard .content .signature {
	padding: 1rem 3rem 0rem 0rem;
}

section.testimonials .quotecard .content .signature > .name {
	text-align: right;
	color: #333;
	font-size: 1.5rem;
}

section.testimonials .quotecard .content .signature > .position {
	text-align: right;
	color: #666;
	font-size: 0.8rem;
}

section.testimonials .quotecard {
	display: none;
}

section.testimonials .quotecard.qc-active {
	display: revert;
}

section.testimonials .testimonial-carousel {
	padding-top: 5rem;
	padding-bottom: 10rem;
	position: relative;
}

section.testimonials .testimonial-carousel .fakequotecard {
	position: absolute;
	background: #666;
	width: 15vw;
	height: 35vh;
	border-radius: 2rem;
	opacity: 0.4;
	top: calc(50% - 1rem);
}

section.testimonials .testimonial-carousel .fakequotecard.one {
	left: 30%;
	transform: translate(-50%, -50%);
}

section.testimonials .testimonial-carousel .fakequotecard.two {
	right: 30%;
	transform: translate(50%, -50%);
}

section.testimonials .testimonial-carousel .arrow {
	position: absolute;
	font-size: 4rem;
	top: calc(50% - 2.5rem);
	z-index: 10;
	cursor: pointer;
	color: purple;
	transition: color 0.1s ease-out;
}

section.testimonials .testimonial-carousel .arrow:hover {
	color: #ad77fd;
}

section.testimonials .testimonial-carousel .arrow.left {
	left: 15%;
}

section.testimonials .testimonial-carousel .arrow.right {
	right: 15%;
}

section.testimonials .testimonial-carousel > .quotecard.go-out-right {
	position: absolute;
	display: revert;
	animation: go-out-left 0.5s ease-out forwards;
}

 @keyframes go-out-left {

	 from {
		 transform: translate(-50%, -50%) scale(1);
		 opacity: 1;
	 }

	 to {
		 transform: translate(-130%, -50%) scale(0.7);
		 opacity: 0;
	 }

}

section.testimonials .testimonial-carousel > .quotecard.go-in-right {
	position: absolute;
	display: revert;
	animation: go-in-left 0.5s ease-out forwards;
}

 @keyframes go-in-left {

	 from {
		 transform: translate(30%, -50%) scale(0.7);
		 opacity: 0;
	 }

	 to {
		 transform: translate(-50%, -50%) scale(1);
		 opacity: 1;
	 }

 }

section.testimonials .testimonial-carousel > .quotecard.go-out-left {
	position: absolute;
	display: revert;
	animation: go-out-right 0.5s ease-out forwards;
}

 @keyframes go-out-right {

	 from {
		 transform: translate(-50%, -50%) scale(1);
		 opacity: 1;
	 }

	 to {
		 transform: translate(30%, -50%) scale(0.7);
		 opacity: 0;
	 }

}

section.testimonials .testimonial-carousel > .quotecard.go-in-left {
	position: absolute;
	display: revert;
	animation: go-in-right 0.5s ease-out forwards;
}

 @keyframes go-in-right {

	 from {
		 transform: translate(-130%, -50%) scale(0.7);
		 opacity: 0;
	 }

	 to {
		 transform: translate(-50%, -50%) scale(1);
		 opacity: 1;
	 }

}

.wave3 {
	background-image: url('../media/waves/blue-wave-1.svg');
	aspect-ratio: 1600/250;
	width: 101%;
	margin-left: -1%;
	margin-top: -1%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.find {
	background: #eee;
}

section.find .title {
	width: 100%;
	text-align: center;
}

section.find .title > h2 {
	font-size: 3rem;
}

section.find .container {
	width: 80vw;
	margin: auto;
	display: flex;
	padding: 10vh 0rem 15vh 0rem;
	gap: 1rem;
}

section.find .container .left {
	flex: 1;
	padding: 1rem;
	position: relative;
}

section.find .container .left .wrapper {
	position: absolute;
	margin: auto;
	display: flex;
	flex-direction: column;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.find .container .left .wrapper > p {
	line-height: 1.0;
	text-align: center;
	font-size: 1.25rem;
}

section.find .container .right {
	flex: 1;
}

section.find .container .right #map {
	height: 500px;
}

section.find .container .right #map > iframe {
	border-radius: 1rem;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.05), -2px -2px 2px 1px rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 100%;
}


@media (max-width: 1500px) {

	section.testimonials .quotecard .content .text > p {
		font-size: 1rem;
	}

	section.testimonials .quotecard .content .signature > .name {
		font-size: 1.5rem;
	}

	section.testimonials .testimonial-wrapper {
		max-width: 90vw;
	}

	section.testimonials .testimonial-wrapper > h2 {
		font-size: 2.5rem;
	}

}

@media (max-width: 1200px) {

	section.find .container {
		width: 100vw;
	}

	section.find .container .right #map {
		height: 400px;
	}

}

@media (max-width: 1000px) {

	section.testimonials .quotecard {
		min-width: 50ch;
		transition: none;
	}

	section.testimonials .quotecard .content {
		padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	}

	section.testimonials .testimonial-carousel .fakequotecard.one {
		left: 23%;
	}

	section.testimonials .testimonial-carousel .fakequotecard.two {
		right: 23%;
	}

	section.testimonials .testimonial-carousel .arrow.left {
		left: 3%;
	}

	section.testimonials .testimonial-carousel .arrow.right {
		right: 3%;
	}

	section.testimonials .testimonial-wrapper > h2 {
		padding-bottom: 1rem;
	}

}

@media (max-width: 850px) {

	section.testimonials .testimonial-carousel .fakequotecard {
		display: none;
	}

}

@media (max-width: 730px) {

	section.testimonials .quotecard {
		min-width: revert;
		width: 90vw;
	}

	section.testimonials .quotecard .content .signature {
		padding: 0rem 1rem 0rem 0rem;
	}

	section.testimonials .quotecard .content .signature > .name {
		font-size: 1.25rem;
	}

	section.testimonials .quotecard .content .signature > .position {
		font-size: 0.7rem;
	}

	section.testimonials .quotecard .content .text > p {
		font-size: 0.8rem;
	}

	section.testimonials .testimonial-carousel .arrow {
		top: revert;
		bottom: 5%;
	}

	section.testimonials .testimonial-wrapper {
		padding-bottom: 10rem;
	}

}


@media (max-width: 700px) {

	section.testimonials .testimonial-carousel .arrow {
		top: revert;
		bottom: 2%;
	}

}


@media (max-width: 600px) {

	section.testimonials .testimonial-carousel .arrow {
		top: revert;
		bottom: -0%;
	}

	section.testimonials {
		display: none;
	}

	section.find {
		background: #B6D0E2;
	}

	.wave3 {
		display: none;
	}

	section.find .title > h2 {
		font-size: 2.5rem;
		padding-top: 1.5rem;
	}

	section.find .container {
		flex-direction: column;
		padding: 13vh 0rem 10vh 0rem;
	}

	section.find .container .left .wrapper > p {
		font-size: 1.15rem;
	}

	section.find .container .left .wrapper > p:nth-child(5){
		display: none;
	}

	section.find .container .right {
		padding-top: 5rem;
		width: 90vw;
		margin: auto;
	}

	section.find .container .right #map {
		height: 450px;
	}

}

@media (max-width: 500px) {

	section.testimonials .testimonial-carousel .arrow {
		top: revert;
		bottom: -10%;
	}

}

@media (max-width: 420px) {

	section.testimonials .testimonial-carousel .arrow {
		top: revert;
		bottom: -15%;
	}

}

















