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

/*---------------------- Global Styles */


* {
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	outline: none;
	font-size: 1em;
}

*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "DM Serif Display", serif;
	background-color: #ffffff;
}


h1 {
	font-family: "DM Serif Display", serif;
	font-size: 100px;
	text-align: left;
	color: #ffffff;
	margin-bottom: 24px;
	line-height: 100px;
}

h1.center {
	text-align: center;
}

h2 {
	font-family: "DM Serif Display", serif;
	color:  #0D3B66;
	font-size: 60px;
	text-align: center;
	margin-bottom: 24px;
	line-height: 70px;
	width: 100%;
}

.white {
	color: #ffffff;
}

.blue {
	color: #0D3B66;
}

.left {
	float: left;
	text-align: left;
}

.casestudy .box3 .left {
	overflow-y: revert;
}

.right {
	float: right;
	overflow-y: auto;
}

h3 {
  font-family: "Roboto Flex", sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
	margin-bottom: 24px;
}

h3.home {
	font-family: "DM Serif Display", serif;
	font-size: 60px;
	text-align: left;
	color: #ffffff;
	margin-bottom: 24px;
	line-height: 60px;
}

h3.blue {
	color:  #0D3B66;
	text-align: center;
}


h4 {
	font-family: "DM Serif Display", serif;
	color:  #0D3B66;
	font-size: 24px;
	text-align: left;
	margin-bottom: 10px;
}

h4.small {
	font-size: 32px;
	line-height: 30px;
	padding-bottom: 10px;
}


h5 {
	font-family: "Roboto Flex", sans-serif;
	color:  #fff;
	font-size: 24px;
	text-align: left;
	margin-bottom: 10px;
	clear: left;
}

h6 {
	font-family: "DM Serif Display", serif;
	color:  #0D3B66;
	font-size: 36px;
	text-align: left;
	margin-bottom: 10px;
	clear: left;
}

em {
}

.section {
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 500px;
	flex-shrink: 0;
	width: 100%;
}


.process-section {
	width: 500px;
}


/*---------------------------------------------------------------- FONTS */

.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 1000

.roboto-flex-<uniquifier> {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

/*---------------------------------------------------------------- END FONTS */

p {
	font-family: "Roboto Flex", sans-serif;
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	padding-bottom: 10px;
	font-weight: 100;
	margin-bottom: 24px;
}

p.blue {
	color: #0D3B66;
}

p.center {
	text-align: center;
}

a:link {
	color: #ffffff;
}

a:hover {
	color: #FF595E;
}

a:visited {
	color: #ffffff;
}

a:active {
	color: #FF595E;
}

a.white {
	color: #ffffff;
}

ol {
}

ul {
	list-style: none;
}

li {
}

.process-section ul {
	padding-left: 20px;
}

.process-section li:before {
	font-family: "tabler-icons-filled";
	padding: 0 10px 0 0;
	color: #49C6E5;
	font-size: 25px;
	float: left;
}

.process-section li.one:before {
  content: "\f730";
}

.process-section li.two:before {
  content: "\f731";
}

.process-section li.three:before {
  content: "\f732";
}

label {
}

img {
	width: 100%;
}

img.small {
	width: 48%;
}

img.medium {
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.sub {
	max-width:  1528px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5%;
	overflow-y: auto;
}

div.sub.fit {
  justify-content: space-between; /* Even spacing between the boxes */
  display: flex;
  flex-wrap: wrap; /* Allow boxes to wrap to the next row */
}


.sub.padding {
	padding-bottom: 90px;
	overflow-x: auto;
}

.extrapad {
	margin-bottom: 30px;
}


/*---------------------------------------------------------------- HEADER */


div.header {
	background-image: url(../images/pres/HeaderBG.jpg);
	width: 100%;
	background-position: right;
	background-size: cover;
	padding-top: 32px;
	margin-bottom: 90px;
}


.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  height: 100px;
  margin-bottom: 50px;
}

.navigation {
	display: flex;
	gap: 30px; /* Controls the spacing between links */
	padding-top: 32px;
	float: right;
}

.navigation li {
  list-style: none;
}

.navigation a {
  text-decoration: none;
  color: #ffffff;
}

.navigation a:hover {
	color: #FF595E;
}

.navigation .cta-button {
  flex-shrink: 0; /* Keeps the CTA on the right */
}

#hooper-logo {
	display: block;
	width:100px;
	height: 94px;
	background-image: url(../images/pres/ehcreative.svg);
	text-indent: -9999px;
  flex-shrink: 0; /* Keeps the logo size stable */
}

/*------------------ Hamburger Menu */

.wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(-135deg, #49C6E5, #0D3B66);
	clip-path: circle(25px at calc(100% - 45px) 45px);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

#active:checked ~ .wrapper{ 
  clip-path: circle(75%);
}

.menu-btn {
	display: none;
	position: fixed;
	right: 21px;
	top: 21px;
	z-index: 2;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	background: #49C6E5;
}

#active:checked ~ .menu-btn{
	background: #fff;
	color: #0D3B66;
}

#active:checked ~ .menu-btn i:before {
	content: "\f00d";
	color: #0D3B66;
}

.menu-btn i {
	 font-size: 24px;
	 line-height: 2.1;
}

.wrapper ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	list-style: none;
	text-align: center;
}

.wrapper ul li {
	margin: 15px 0;
	text-align: center;
}

.wrapper ul li a {
	font-family: "Roboto Flex", sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	font-weight: 200;
	padding: 5px 50px;
	line-height: 50px;
	transition: all 0.3s ease;
}

.wrapper ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	transform: scaleY(0);
	transition: transform 0.3s ease;
	z-index: -1;
}


.wrapper ul li a:hover:after {
	transform: scaleY(1);
}


.wrapper ul li a:hover {
	color: #0D3B66;
}

input.menu {
	display: none;
}

.left.homepage {
	width: 70%;
}

.right.homepage {
	width: 30%;
}


  



/*---------------------------------------------------------------- CASE STUDIES */

.case-studies {
	overflow-x: auto;
}

.case {
	 width: 30%;
	overflow-y: auto;
	Margin-bottom: 50px;
}

.case .photo {
	background-color: #F3F5F7;
	width: 100%;
	height: 330px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
	border-radius: 8px;
	display: block;
}

.case .photo#hvac {
	background-image: url(../images/content/casestudies/CS-tradepromax.jpg);
}

.case .photo#fanniemae {
	background-image: url(../images/content/casestudies/CS-fanniemae.jpg);
}

.case .photo#healthprism {
	background-image: url(../images/content/casestudies/CS-healthprism.png);
}

.case .photo#wealthminder {
	background-image: url(../images/content/casestudies/CS-weathminder.jpg);
}

.case .photo#ocdo {
	background-image: url(../images/content/branding/CS-ocdo.jpg);
}

.case .photo#chasingscratch {
	background-image: url(../images/content/branding/brand-chasingscratch.jpg);
}

.case .photo#greymatters {
	background-image: url(../images/content/branding/brand-greymatters.jpg);
}

.case .photo#softdev {
	background-image: url(../images/content/branding/brand-softdev.jpg);
}

.case .photo#pkracing {
	background-image: url(../images/content/branding/brand-pkracing.jpg);
}

.case .photo#web-greymatters {
	background-image: url(../images/content/webdesign/web-greymatters.jpg);
}

.case .photo#alana {
	background-image: url(../images/content/webdesign/web-alana.jpg);
}

.case .photo#alana4 {
	background-image: url(../images/content/webdesign/web-alana4.jpg);
}

.case .photo#cyberblack {
	background-image: url(../images/content/webdesign/web-cyberblack.jpg);
}

.case .photo#bwb {
	background-image: url(../images/content/webdesign/web-bwb.jpg);
}

.case-studies#healthprism {
	background-image: url(../images/pres/casestudies/CaseStudy-HealthPrism.jpg);
	background-position: right center;
}


.case .photo .bug {
	display: inline-flex;
	padding: 8px 14px;
	justify-content: center;
	align-items: center;
	border-radius: 200px;
	background-color: #49C6E5;
	margin-top: 14px;
	margin-left: 14px;
}

.case .photo .bug p {
	font-family: "Roboto Flex";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 0;
	margin: 0;
}

.bug p i {
	padding-left: 8px;
}

.case ul {
	width: 100%;
	display: block;
	margin-bottom: 16px;
}

.case ul li {
	font-family: font-family: "Roboto Flex", sans-serif;
	font-weight: bold;
	color: #70767C;
	float: left;
	padding-right: 12px;
}

.case ul li.dot {
	list-style: disc;
	margin-left: 12px;
	padding-left: 6px;
}

.box1 {
	width: 60%;
	float: left;
	Margin-right: 4%;
}

.box2 {
	width: 35%;
	overflow-y: auto;
}



/*---------------------------------------------------------------- BRANDING */

.logo-stack {
  justify-content: space-between; /* Even spacing between the boxes */
  display: flex;
  flex-wrap: wrap; /* Allow boxes to wrap to the next row */
  width: 90%;
  margin: auto;
}

.logo-stack.full {
	width: 100%;
}

.logo-stack img {
	margin-bottom: 20px;
}

.logo-stack.full img {
	height: 100%;
}

/*---------------------------------------------------------------- CLIENTS */

#clients {
	background-image: url(../images/pres/clientBG.jpg);
	width: 100%;
	background-position: right;
	background-size: cover;
	padding: 32px 0;
	margin-bottom: 90px;
}

@keyframes slide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.logos {
  overflow: hidden;
  padding: 24px 0;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.logos-slide-wrapper {
  display: flex;
  width: max-content;
  animation: 40s slide linear infinite;
}

.logos:hover .logos-slide-wrapper {
  animation-play-state: paused;
}

.logos-slide {
  display: flex;
}

.logos-slide img {
  max-width: 200px;
  height: 50px;
  margin: 0 60px;
}


/*---------------------------------------------------------------- WHAT I DO */

.tasks {
	width: 100%;
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 24px; /* adds both row + column spacing */
}

.discipline {
	padding: 24px;
	border: 2px solid #49C6E5;
	border-radius: 24px;
	margin-bottom: 24px;
}

span.icon {
	display: block;
	width: 60px;
	height: 70px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	margin-right: 24px;
	overflow-y: auto;
}

.description p {
	font-size: 12px;
	color: var(--blue);
	padding-bottom: 0;
	margin-bottom: 0;
}

span.icon#uxdesign {
	background-image: url(../images/pres/icons/icon-uxdesign.svg);
}
span.icon#branddev {
	background-image: url(../images/pres/icons/icon-brand.svg);
}
span.icon#webdesign {
	background-image: url(../images/pres/icons/icon-webdesign.svg);
}
span.icon#motiongraphics {
	background-image: url(../images/pres/icons/icon-motion.svg);
}
span.icon#artdirection {
	background-image: url(../images/pres/icons/icon-artdirection.svg);
}
span.icon#printdesign {
	background-image: url(../images/pres/icons/icon-print.svg);
}
span.icon#workshop {
	background-image: url(../images/pres/icons/icon-workshop.svg);
}
span.icon#visidentity {
	background-image: url(../images/pres/icons/icon-visidentity.svg);
}







/*---------------------------------------------------------------- FOOTER */

#footer {
	background-image: url(../images/pres/HeaderBG.jpg);
	width: 100%;
	background-position: right;
	background-size: cover;
	padding: 32px 0;
}

#footer .sub {
	width: 40%;
}

#footer h2 {
	text-align: left;
	margin-bottom: 0;
	font-size: 40px;
	line-height: 50px;
}

#footer h5 {
	font-weight: 400;
}

#footer a:link {
	color: #49C6E5;
}

#footer a.white:link {
	color: #ffffff;
}

#footer a:hover {
	color: #FF595E;
}

#footer a.white:hover {
	color: #49C6E5;
}

#footer a:visited {
	color: #49C6E5;
}

#footer a:active {
	color: #FF595E;
}

#footer p {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
}

#footer p.small {
	font-size: 10px;
	font-weight: 400;
}

.copyright {
	clear: left;
	clear: right;
}

#footer ul {}

#footer ul li {
	font-size: 24px;
	float: left;
	padding-right: 20px;
}



/*---------------------------------------------------------------- CASE STUDY PAGES */

.bluebackground {
	background-image: url(../images/pres/BlueBG.jpg);
	width: 100%;
	background-position: center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 90px;
	margin-bottom: 90px;
	clear: left;
	overflow-x: auto;
}

.header.cases {
	padding-bottom: 50px;
	overflow-y: auto;
}

.casestudy {
	margin-top: 60px;
}

.box3 {
	width: 48%;
	float: left;
	margin-right:2%;
	order: 1;
}

.box4 {
	width: 48%;
	overflow-y: auto;
	order: 2;
}

.flip {
	display: flex;
  flex-wrap: wrap;
}

.headimage {
	width: 100%;
	height: 400px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.headimage.branding {
	height: 200px;
}


.headimage.wealthminder {
	background-image: url(../images/content/casestudies/wealthminder/WM-Header.png);
}

.headimage.fanniemae {
	background-image: url(../images/content/casestudies/fanniemae/fm-header.png);
}

.headimage.healthprism {
	background-image: url(../images/content/casestudies/healthprism/healthprism-header.png);
}

.headimage.hvac {
	background-image: url(../images/content/casestudies/hvac/hvac-header.png);
}

.headimage.ocdo {
	background-image: url(../images/content/branding/ocdo/ocdo-white.svg);
}

.headimage.greymatters {
	background-image: url(../images/content/branding/greymatters/greymatters-white.svg);
}

.headimage.chasingscratch {
	background-image: url(../images/content/branding/chasingscratch/chasingscratch.svg);
}

.headimage.softdev {
	background-image: url(../images/content/branding/softdev/softdev.svg);
}

.headimage.pkracing {
	background-image: url(../images/content/branding/pkracing/pkracing-logo.svg);
}

.headimage.webdesign.greymatters {
	background-image: url(../images/content/webdesign/greymatters/gm-website-header.png);
}

.headimage.webdesign.alana {
	background-image: url(../images/content/webdesign/alana/alana-website-header.png);
}

.headimage.webdesign.alana4 {
	background-image: url(../images/content/webdesign/alana4/alana4-website-header.png);
}

.headimage.webdesign.cyberblack {
	background-image: url(../images/content/webdesign/cyberblack/cb-website-header.png);
}

.headimage.webdesign.bwb {
	background-image: url(../images/content/webdesign/bwb/bwb-website-header.png);
}

.headimage p {
	text-indent: -9999px;
}

.highlevel {
	overflow-x: auto;
	margin-bottom: 90px;
	width: 100%;
}

.fifth {
	width: 19%;
	border-right: 2px solid #0D3B66;
	text-align: center;
	float: left;
	overflow-x: auto;
}

.fith.noline {
	border: none;
}

.fifth .dot {
  height: 20px;
  width: 20px;
  border: 6px solid; /* Adjust thickness */
  border-radius: 50%;
  background-color: transparent; /* No fill */
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.fifth .dot.green {
  border-color: #8AC926;
}

.fifth .dot.yellow {
  border-color: #F4B860;
}

.fifth .dot.blue {
  border-color: #49C6E5;
}

.fifth .dot.red {
  border-color: #FF595E;
}


.fifth h2 {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
}

.fifth p {
	font-size: 16px;
}

.details {
border-top: 2px solid #0D3B66;
padding: 30px 0;
}

.rounded {
	border-radius: 8px;
}






















