/* Reset */
body, html, div, img, p, h1, h2, h3, h4, h5, h6, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td, section
{
	margin: 0; padding: 0; border: 0; outline: none;
} 
h1, h2, h3, h4, h5, h6 
{
	font-weight: normal;
}
button
{
	all: unset;
	cursor: pointer;
}
ul
{
	list-style: none;
}
a 
{
	text-decoration: none;
	color: #343235;
}
* 
{
	box-sizing: border-box;
}
*:before, *:after 
{
	box-sizing: border-box;
}
/*--- end reset --*/
:root 
{
	--darkBlue: #153f59;
	--lightBlue: #97cae1;
	--white: #fffafa;
}


@font-face
{
	font-family: "bodyFontRegular";
	src: url("fonts/Montserrat-Regular.ttf");
}
@font-face
{
	font-family: "bodyFontRegularBold";
	src: url("fonts/Montserrat-Bold.ttf");
}
@font-face
{
	font-family: "bodyFont";
	src: url("fonts/Montserrat-Light.ttf");
}
@font-face
{
	font-family: "bodyFontBold";
	src: url("fonts/din-condensed-regular.ttf");
}

html
{
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}
body 
{
	position: relative;
	font-size: 2.0rem;
	font-family: bodyFontRegular;
	color: var(--darkBlue);
	background-color: #fffafa;
	height: 100%;
}
p
{
	font-size: 2.0rem;
	line-height: 3.2rem;
}

#header
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("images/iceSplash.png");
	background-color: var(--white);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
}

/* Common */
.spacer 
{
	position: relative;
	display: block;
	height: 200px;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
#logoHolder
{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 600px;
	width: 600px;
	margin: auto;
	padding: 30px;
	background-color: rgb(255 255 255 / 30%);
	backdrop-filter: blur(4px);
	border-radius: 1%;
}
#logoHolder img
{
	display: block;
	max-width: 600px;
	height: auto;
	margin: auto;
}

.fade-container 
{
	position: relative;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 6rem;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	background-color: rgb(255 255 255 / 30%);
	backdrop-filter: blur(4px);
	font-size: clamp(8rem, 50vw, 10rem);
}
.fade-text 
{
	font-family: bodyFont;
	font-family: bodyFontRegularBold;
	color: var(--white);
	color: var(--darkBlue);
	opacity: 0;
	transition: opacity 1s ease-in;
}

/* Services */
#services 
{
	position: relative;
	display: block;
	width: 100%;
}
#servicesShowcase
{
	position: relative;
	width: clamp(400px, 80vw, 1400px);
	margin: auto;
	
	text-align: center;
}
#servicesShowcase img
{
	position: relative;
	filter: brightness(110%);
	transform: rotate(-20deg);
	
	display: inline-block;
	vertical-align: middle;
	max-width: 260px;
	z-index: 6;
	margin-bottom: 60px;
}
#servicesShowcase h2
{
	display: inline-block;
	vertical-align: middle;
	font-size: clamp( 4rem, 20vw, 6rem );
	letter-spacing: 4px;
	font-family: bodyFontBold;
	margin-bottom: 60px;
}
#servicesShowcase h3
{
	display: inline-block;
	vertical-align: middle;
	font-size: clamp( 3rem, 18vw, 5rem );
	letter-spacing: 4px;
	font-family: bodyFontRegularBold;
	margin-bottom: 60px;
}
#servicesShowcase p
{
	margin: 20px auto;
	max-width: 1000px;
	line-height: 30px;
	text-align: center;
}
.benefits
{
	display: flex;
	align-items: center;
	margin: 40px auto 60px;
	max-width: 1200px;
}
.benefits:nth-child(even) 
{
	flex-direction: row-reverse;
}
.benefits .text 
{
	max-width: 50%;
}
.benefits .text h3
{
	font-size: clamp( 2rem, 6vw, 3rem );
	letter-spacing: 4px;
	font-family: bodyFontRegularBold;
}
.offsetBorder
{
	position: relative; 
	display: inline-block;
	margin: 0 30px;
}
.benefits .offsetBorder img 
{
	max-width: 100%;
}
.offsetBorder::before 
{
	content: '';
	position: absolute;
	top: 8px;
	left: 12px;
	width: 100%;
	height: 100%;
	border: 4px solid #153f59;
	z-index: -1;
}
.benefits:nth-child(even) .offsetBorder::before 
{
	content: '';
	position: absolute;
	top: 8px;
	left: -12px;
	width: 100%;
	height: 100%;
	border: 4px solid #97cae1;
	z-index: -1;
}
#servicesLakeImg
{
	position: relative; 
	width: 50%;
	margin: 60px auto;
}
#servicesLakeImg img
{
	display: block;
	max-width: 100%;
	height: auto;
}
#servicesLakeImg h3
{
	margin: 20px;
	font-size: 6rem;
	letter-spacing: 2px;
	font-family: bodyFontBold;
}
#servicesLakeImg .imgHolder
{
	position: relative;
}
#servicesLakeImg .imgHolder:after
{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute; 
	left: 20px;
	top: 20px;
	border: 4px solid var(--lightBlue);
	z-index: 99;
}
#servicesLakeImg p
{
	text-align: center;
}

/* Service Map */
#serviceMap
{
	width: 100%;
	text-align: center;
	
	margin-top: 120px;
}
#serviceMap p
{
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
}
#serviceMap img
{
	
	display: inline-block;
	vertical-align: middle;
	max-width: 400px;
}

/*-- faqs --*/
#faqs
{
	position: relative;
	display: block;
	max-width: 1000px;
	margin: 60px auto 0;
}
#faqs h2
{
	font-family: bodyFontBold;
	font-size: 6rem;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.faqItem
{
	
	width: 80%;
	margin: auto;
}
.faqQuestion
{
	height: 60px;
	background-color: var(--white);
	font-family: bodyFontRegularBold;
	color: var(--darkBlue);
	font-size: 2.0rem;
	width: 100%;
	border-bottom: 2px solid var(--darkBlue);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faqAnswer
{
	height: 0px;
	overflow: hidden;
	transition: all .6s ease;	
}
.faqAnswer p 
{
	padding: 20px;
}
.faqAnswer.active
{
	height: 120px; 
}
.faqIcon {
  transition: transform 0.3s ease;
}

.faqIcon.rotated {
  transform: rotate(180deg);
}

/*-- Contact --*/
#contact 
{
	position: relative;
	display: block;
	width: 820px;
	height: auto;
	margin: 120px auto 0;
	background-color: var(--lightBlue);
	letter-spacing: 1px;
	padding: 30px 80px;
	border-radius: 20px;
}
#contact h3
{
	color: var(--darkBlue);
	font-size: 6.0rem;
	font-family: bodyFontBold;
}
#contact img
{
	position: absolute; 
	left: 360px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);

	width: auto;
	height: 360px;
}
/*-- form --*/
form 
{
	max-width: 600px;
	margin: 2rem auto;
	padding: 1.5rem;
	background: #f9f9f9;
	border-radius: 8px;
}

label 
{
	display: block;
	margin-top: 1rem;
}

input, select, textarea 
{
	width: 80%;
	padding: 0.75rem;
	margin-top: 0.5rem;
	background-color: #fff;
	border: 1px solid var(--darkBlue);
	font-size: 1.6rem;
	font-family: bodyFontRegular;
}
#service option
{
	font-family: bodyFontBold;
}
#service.optional
{
	font-family: bodyFontBold;
}
option 
{
	background-color: #fff;
	color: var(--darkBlue);
	font-size: 1.6rem;
	font-family: bodyFontRegular;
}
textarea
{
	resize: none;
}
textarea:focus
{
	outline: none;
}

#contactForm button 
{
	width: 185px;
	margin-top: 1.5rem;
	background-color: var(--white);
	color: var(--darkBlue);
	border: 3px solid var(--darkBlue);
	border-radius: 4px;
	font-size: 1.8rem;
	cursor: pointer;
	transition: all .6s ease;
	text-align: center;
	padding: 12px 0 12px 0;
}

#contactForm button:hover 
{
	background-color: var(--darkBlue);
	color: var(--white);
	letter-spacing: 2px;
}

#loadingAnimation
{
	width: 100%;
	text-align: Center;
	display: none;
}
#loading 
{
	width: 48px;
	height: 48px;
	display: inline-block;
	position: relative;
	margin: auto;
}
#loading::after,
#loading::before 
{
	content: '';
	width: 48px;
	height: 48px;
	border: 4px solid var(--white);
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	animation: rotation 2s ease-in-out infinite;
	border-radius: 12%;
}
#loading::after 
{
	border-color: var(--darkBlue);
	animation-delay: 1s;
}
@keyframes rotation 
{
	0% 
	{
		transform: rotate(0deg);
	}
	100% 
	{
		transform: rotate(360deg);
	}
} 
#successMessage 
{
	width: 100%;
	max-width: 600px; 
	background-color: var(--white);
	padding: 1.5rem;
	margin: 2rem auto;
	border-radius: 8px;
	display: none;
}
#successMessage h2
{
	margin-bottom: 40px;
}
#successMessage p
{
	width: 80%;
}


/*-- FOOTER --*/
footer 
{
	position: relative; 
	background-color: var(--white);
	color: var(--darkBlue);
	width: 100%;
	height: 400px;
	
	background: #ffffff url("images/cubeFooter.png") no-repeat top center;
	background-size: cover;
}
#footerHolder
{	
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: rgb(255 255 255 / 30%);
	backdrop-filter: blur(4px);
	
	height: 400px;
	max-width: 60%;
	margin: auto;
}
#footerLogo
{
	width: 260px;
	max-height: 100%;
	padding: 12px 18px;
}
.footerSection
{
	height: 250px;
	padding: 20px;
	margin: 0 40px;
}
.footerHeadline
{
	font-size: 3.8rem;
	font-family: bodyFontRegular;
	color: var(--darkBlue);
	text-align: center;
	margin-bottom: 32px;
}
.footerLink
{
	position: relative;
	display: block;
	color: var(--darkBlue);
	transition: all .6s cubic-bezier(.82, .04, .29, 1);
	padding: 6px;	
	overflow: hidden;
	
	font-size: 3.0rem;
	font-family: bodyFontBold;
}
.footerLink:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-50%, -50%);
	height: 2px;
	width: 0px;
	background-color: var(--darkBlue);
	transition: all .6s cubic-bezier(.82, .04, .29, 1);
}
.footerLink:hover::before
{
	width: 100%;
	left: 50%;
}
#copyright
{
	flex: 1;
	width: 100%;
	text-align: center;
	margin-top: 60px;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	font-size: 1.2rem;
}
#copyLink
{
	border-bottom: 1px solid #262627;
	transition: all .5s ease;
}
#copyLink:hover
{
	color: #ff7a18;
	border-bottom: 1px solid #ff7a18;
}

#spacer
{
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
	
}



@media (max-width: 800px) 
{
	/* Header */
	#header
	{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background-image: url("images/iceSplash.png");
		background-color: var(--white);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;
	}
	#logoHolder
	{
		height: auto;
		width: 90%;
		padding: 10px;
	}

	.fade-container 
	{
		font-size: clamp(3rem, 2vw, 4rem);
	}

	/* Services */
	#servicesShowcase
	{
		width: 100%;
	}
	#servicesShowcase img
	{
		max-width: 200px;
		margin-bottom: 40px;
	}
	#servicesShowcase h2
	{
		display: inline-block;
		vertical-align: middle;
		font-size: clamp( 4rem, 20vw, 6rem );
		margin-bottom: 40px;
	}
	#servicesShowcase h3
	{
		font-size: 3rem;
		letter-spacing: 4px;
		font-family: bodyFontRegularBold;
	}
	#servicesShowcase p
	{
		padding: 26px;
	}

	.benefits
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 40px auto;
		max-width: 1200px;
	}
	.benefits:nth-child(even) 
	{
		flex-direction: column;
	}
	.benefits .text 
	{
		max-width: 90%;
	}
	.benefits .text h3
	{
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.benefits .text p
	{
		max-width: 90%;
		margin: auto;
	}
	.benefits .offsetBorder img 
	{
		max-width: 100%;
	}
	#servicesLakeImg
	{
		width: 90%;
	}
	#servicesLakeImg p
	{
		max-width: 90%;
		margin: auto;
	}
	/* Service Map */
	#serviceMap
	{
		width: 100%;
		text-align: center;
		
		margin-top: 120px;
	}
	#serviceMap p
	{
		max-width: 90%;
	}
	#serviceMap img
	{
		display: block;
		margin: auto;
	}
	/*-- faqs --*/
	#faqs h2
	{
		margin-bottom: 20px;
		padding: 12px;
	}
	.faqAnswer
	{
	}
	.faqAnswer p 
	{
		padding: 20px;
	}
	.faqAnswer.active
	{
		height: 320px; 
	}
	/*-- Contact --*/
	#contact 
	{
		width: 100%;
		padding: 20px 0;
	}
	#contactForm
	{
		width: 90%;
	}
	#contact img
	{
		position: absolute; 
		left: 50%;
		top: 92%;
		transform: translateX(-50%) rotate(0deg);

		width: auto;
		height: 170px;
	}
	/*-- FOOTER --*/
	footer 
	{
		width: 100%;
		height: auto;
		margin-top: 80px;
	}
	#footerHolder
	{	
		flex-direction: column;
		justify-content: center;
		align-items: center;
		
		height: auto;
		max-width: 90%;
		margin: auto;
	}
	.footerSection
	{
		height: auto;
		text-align: center;
	}
	.footerLink
	{
		position: relative;
		display: block;
		color: var(--darkBlue);
		transition: all .6s cubic-bezier(.82, .04, .29, 1);
		padding: 6px;
		overflow: hidden;
		margin: 12px;
	}
	.footerLink:before
	{
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 2px;
		width: 80%;
		background-color: var(--darkBlue);
		transition: all .6s cubic-bezier(.82, .04, .29, 1);	
	}
	.footerLink:hover::before
	{
		width: 100%;
	}
}