@charset "UTF-8";
/* CSS Document */

/*Case Study Hero */

.hero-case {
	position: relative;
	width: 100%;
	padding: 0px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-case img {
	width: 100%;
	max-width: 500px;
	height: auto;
	display: block;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
}

.hero-case-img {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 80vmax;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-case-2u-apin {
	background-image: url("../images/portfolio/hero-2u-apin-mural.jpg");
}

.hero-case-appdango {
	background-image: url("../images/portfolio/hero-appdango-video.jpg");
}

.hero-case-birthday-invitation {
	background-image: url("../images/portfolio/hero-birthday-invitation.jpg");
}

.hero-case-curie {
	background-color: #000000;
}

.hero-case-giving {
	background-color: #1c2935;
}

.hero-case-google-report {
	background-image: url("../images/portfolio/hero-google-report.jpg");
}

.hero-case-marchex {
	background: rgb(0,49,102);
	background: -moz-linear-gradient(90deg, rgba(15,22,41,1) 0%, rgba(0,85,178,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(15,22,41,1) 0%, rgba(0,85,178,1) 100%);
	background: linear-gradient(90deg, rgba(15,22,41,1) 0%, rgba(0,85,178,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003166",endColorstr="#0055B2",GradientType=1); 
}

.hero-case-marchex-sko {
	background-image: url("../images/portfolio/hero-marchex-sko-2024.jpg");
}

.hero-case-nuance-customer-journey {
	background-image: url("../images/portfolio/hero-nuance-automotive-customer-journey.jpg");
}

.hero-case-ntirety {
	background-image: url("../images/portfolio/hero-ntirety-datasheet.jpg");
}

.hero-case-salonifi {
	background-image: url("../images/portfolio/hero-salonifi.jpg");
}

.hero-case-swype {
	background-image: url("../images/portfolio/hero-swype.jpg");
}

.hero-case-valimail {
	background-color: #1C0642;
	background-image: url("../images/portfolio/hero-valimail.jpg");
	background-attachment: fixed;
}

.hero-case-valimail img {
	max-width: 700px;
	margin-top: 48px;
}

.hero-case-valimail-retreat {
	background: rgb(226,226,226);
	background: -moz-linear-gradient(90deg, rgba(226,226,226,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(226,226,226,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(90deg, rgba(226,226,226,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#f2f2f2",GradientType=1); 
}

/* Case Study Overview */

.case-overview {
	background-color: #FFFFFF;
}

.case-overview h1, .case-overview h2 {
	text-align: center;
}

.case-overview h3 {
	font-size: 19.20px;
	font-size: 1.2rem;
	font-size: calc(.95rem + .5vw);
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .15rem;
	margin-bottom: 8px;
}

.case-overview p, .case-overview ul {
	margin-top: 0;
}

.case-overview ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}

.sidebar li {
	font-size: 16px;
	font-size: 1rem;
	font-size: calc(.75rem + .5vw);
}

/* Case Study Section */

.case-section:nth-child(odd) {
	padding: 24px 0px;
}

.case-section-last {
	padding-bottom: 25px;
}

.case-section h2 {
	text-align: center;
}

.case-section p {
	margin-bottom: 25px;
}

/* Case Study Images */

.case-section img {
	padding: 0;
	max-width: 100%;
	height: auto;
}

.case-image-full {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.case-image-shadow {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 32px 0px;
}

.col-1-2, .col-1-6 {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.col-1-6 {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.col-1-2 img {
	min-width: 0;
	width: 100%;
	height: auto;
	flex-basis: 100%;
}

.col-1-6 img {
	min-width: 0;
	width: 100%;
	height: auto;
	flex-basis: 48%;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Case Study Contact */

.case-contact {
	text-align: center;
	padding: 48px 0px;
}

@media only screen and (min-width: 481px) {
	
	.col-1-6 img {
		flex-basis: 31%;
	}

}

@media only screen and (min-width: 769px) {
	
	.hero-case-img {
		min-height: 48vmax;
	}
	
	.case-overview h2, .case-overview h3, .case-overview ul {
	text-align: left;
	}
	
	.case-section h2 {
		text-align: center;
	}

	.case-section h2, .case-section p {
		margin-bottom: 32px;
	}
	
	.case-section:nth-child(odd) {
		padding: 64px 0px;
	}
	
	.case-section-last {
		padding-bottom: 64px;
	}
	
	.col-1-2 {
		flex-direction: row;
	}
	
	.col-1-6 {
		flex-wrap: nowrap;
	}
	
	.col-1-2 img {
		flex-basis: 50%;
	}
	
	.col-1-6 img {
		flex-basis: 16%;
	}
	
	.case-contact {
		padding: 96px 0px 0px 0px;
	}

}