﻿.home-page {
	position: relative;
	background: var(--cream);
	/*
	background: rgba(31, 27, 28, 1);

	*/
}

	.home-page * {
		position: relative;
		z-index: 1;
	}

.home-bg {
	position: fixed;
	z-index: 0;
	opacity: .13;
	min-height: 100vh;
	min-width: 100vw;
}

	.home-bg img {
		aspect-ratio: 5000 / 3475;
		height: 100vh;
		transform: rotate(-62deg);
		max-height: unset;
		width: auto;
		max-width: unset;
	}

.home-header {
	position: relative;
	background-color: #000;
	background-image: url("/assets/images/theAgencySilk.png");
	background-repeat: no-repeat;
	background-position: center -100px;
	background-size: cover;
	color: #fff;
	z-index: 1;
	background-attachment: scroll;
}

.home-sphere-field {
	min-height: 100vh;
	width: 100%;
	height: unset;
	overflow: visible !important;
	z-index: 11;
	position: absolute;
	opacity: .95;
	pointer-events:none;
}

.sphere {
	position:absolute;
}
.home-sphere.sphere.sphere-purple {
	width: 30vh;
	height: 30vh;
	left: -11vh;
	top: -3%;
	font-size: 13px;
	animation: drift1 14s ease-in-out infinite;
	animation-delay: 0s;
	z-index: 3;
}

.home-sphere.sphere.sphere-orange {
	width: 40vh;
	height: 40vh;
	right: -10vh;
	top: 70%;
	font-size: 13px;
	animation: drift2 14s ease-in-out infinite;
	animation-delay: 0s;
	z-index: 3;
}

.home-sphere.sphere.sphere-green {
	width: 20vh;
	height: 20vh;
	left: 0vh;
	top: 53%;
	font-size: 13px;
	animation: drift3 14s ease-in-out infinite;
	animation-delay: 0s;
	z-index: 3;
}


.home-header-text {
	width: 100%;
	/* background: radial-gradient(circle,rgba(31, 27, 28, .1) 0%, rgba(0,0,0, 1) 90%); */
	background-blend-mode: darken;
}

.home-header-text-top {
	padding: 80px 30px 30px 30px;
	min-height: 100vh;
	width: 100%;
	z-index: 3;
	transform: scale(0.6);
}

.home-header-text1 h1 {
	font-weight: normal;
	color: #F4EFE6;
	line-height: 1.1;
}

.home-header-text1 .hht1, .hht3 {
	font-size: clamp(44px, 7vw, 160px);
}

.home-header-text1 .hht2-3 {
	margin: 16px 0 15px 5%;
	display: inline-block;
}

.home-header-text1 .hht1 {
	display: block;
	padding-left: 1.4em;
	text-indent: -1.4em;
	line-height: 0.9;
}

.home-header-text1 .hht2 {
	font-size: clamp(36px, 5vw, 100px);
}

.home-header-text2 {
	font-size: clamp(18px, 2vw, 32px);
	margin: 60px 0 0 auto;
	transform: scale(1.1);
}

	.home-header-text2 > .button1 {
		margin-top: 1rem;
	}

.home-header-text3 {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	z-index: 2;
	background: #000;
	box-shadow: 0px -60px 60px 60px #000;
	padding: 30px 30px;
	text-align: center;
	overflow: hidden;
	min-height: 100vh;
}

	.home-header-text3 h2 {
		position: relative;
		font-family: var(--font-sans);
		font-size: clamp(24px,4vw,58px);
		font-weight: 200;
		text-transform: uppercase;
		/** animation scrapped
		height: 1.5em;
		width: 21ch;*/
	}

		.home-header-text3 h2 > span {
			display: inline-block;
			font-weight: 400;
			/* animation scrapped

			padding-left: 1rem;
			opacity: 0;
			margin-left: -30px;
			position: absolute;
			animation-duration: 7s;
			animation-timing-function: linear;
			animation-iteration-count: infinite;
			*/
			/** actually not using
			font-size: 0px;
			box-shadow: 0px 60px 25px -20px rgba(0,0,0,0.5);**/
			font-family: 'Lora';
			font-style: italic;
		}
/*

			.home-header-text3 h2 > span:nth-of-type(1) {
				animation-name: roll;
				animation-delay: 0s;
			}

			.home-header-text3 h2 > span:nth-of-type(2) {
				animation-name: roll;
				animation-delay: 1s;
			}

			.home-header-text3 h2 > span:nth-of-type(3) {
				animation-name: roll;
				animation-delay: 2s;
			}

			.home-header-text3 h2 > span:nth-of-type(4) {
				animation-name: roll;
				animation-delay: 3s;
			}

			.home-header-text3 h2 > span:nth-of-type(5) {
				animation-name: roll;
				animation-delay: 4s;
			}

			.home-header-text3 h2 > span:nth-of-type(6) {
				animation-name: roll2;
				animation-delay: 5s;
			}
			*/

.home-logo {
	margin-top: 30px;
}

	.home-logo img {
		max-width: 320px;
	}

.hhtt1 {
	margin: 0 auto;
	padding: 30px;
	font-size: 18px;
}
/*****************************/
@media (min-width: 768px) {
	.home-header {
		background-position: center -100px;
	}


	.home-header-text {
		background: radial-gradient(circle,rgba(31, 27, 28, .1) 0%, rgba(0,0,0, .33) 90%);
		background-blend-mode: darken;
	}


	.home-sphere.sphere.sphere-purple {
		width: 50vh;
		height: 50vh;
		left: -15vh;
		top: 45%;
		font-size: 13px;
		animation: drift1 14s ease-in-out infinite;
		animation-delay: 0s;
		z-index: 3;
	}

	.home-sphere.sphere.sphere-orange {
		width: 40vh;
		height: 40vh;
		right: -10vh;
		top: 70%;
		font-size: 13px;
		animation: drift2 14s ease-in-out infinite;
		animation-delay: 0s;
		z-index: 3;
	}

	.home-sphere.sphere.sphere-green {
		width: 35vh;
		height: 35vh;
		left: 50vh;
		top: -7%;
		font-size: 13px;
		animation: drift3 14s ease-in-out infinite;
		animation-delay: 0s;
		z-index: 3;
	}





	.home-header-text-top {
		padding: 200px 60px 60px 60px;
		min-height: 100vh;
		transform: scale(.75);
	}

	.home-header-text1 .hht1, .hht3 {
	}

	.home-header-text1 .hht1 {
		display: block;
	}

	.home-header-text1 .hht2 {
		margin-left: 1em;
	}

	.home-header-text2 {
		width: 500px;
		margin: 32px 0 0 auto;
		transform: scale(1.1);
	}

	.home-header-text3 {
		padding: 60px 60px;
	}

	.home-logo {
		margin-top: 60px;
	}

		.home-logo img {
			max-width: 373px;
		}

	.hhtt1 {
		max-width: 600px;
		padding: 60px;
	}
}

@media (min-width: 1024px) {
	.home-header {
		background-position: center center;
	}

	.home-header-text {
		background: radial-gradient(circle,rgba(31, 27, 28, .1) 0%, rgba(0,0,0, .5) 90%);
		background-blend-mode: darken;
	}

	.home-sphere.sphere.sphere-purple {
		width: 50vh;
		height: 50vh;
		left: -15vh;
		top: 55%;
		font-size: 13px;
		animation: drift1 14s ease-in-out infinite;
		animation-delay: 0s;
		z-index: 3;
	}

	.home-sphere.sphere.sphere-orange {
		width: 40vh;
		height: 40vh;
		right: -10vh;
		top: 70%;
		font-size: 13px;
		animation: drift2 14s ease-in-out infinite;
		animation-delay: 0s;
		z-index: 3;
	}

	.home-sphere.sphere.sphere-green {
		width: 30vh;
		height: 30vh;
		left: 52vh;
		top: -5%;
		font-size: 13px;
		animation: drift3 14s ease-in-out infinite;
		animation-delay: 0s;
		z-index: 3;
	}


	.home-header-text-top {
		padding: 200px 100px;
		transform: scale(.75);
	}



	.home-header-text2 {
		/*width: 700px;*/
		/* margin: 100px 0 0 auto; */
		margin: 210px 0 0 40%;
		transform: scale(1.8);
	}

	.home-header-text3 {
		padding: 100px 100px;
	}

	.hhtt1 {
		max-width: 980px;
	}
}



@media (min-width: 1280px) {
	.home-header-text-top {
		padding: 200px 100px;
		transform: scale(.5);
	}

	.home-header-text {
		background: radial-gradient(circle,rgba(31, 27, 28, .1) 0%, rgba(0,0,0, .9) 90%);
		background-blend-mode: darken;
	}

	.home-header-text2 {
		/*width: 700px;*/
		/* margin: 100px 0 0 auto; */
		margin: 210px 0 0 40%;
		transform: scale(1.7);
	}
}
/*******************/
@keyframes roll {
	0% {
		font-size: 0px;
		opacity: 0;
		margin-left: -30px;
		margin-top: 0px;
		transform: rotate(-25deg);
	}

	2% {
		opacity: 1;
		transform: rotate(0deg);
	}

	4% {
		font-size: inherit;
		opacity: 1;
		margin-left: 0px;
		margin-top: 0px;
	}

	15% {
		font-size: inherit;
		opacity: 1;
		margin-left: 0px;
		margin-top: 0px;
		transform: rotate(0deg);
	}

	18% {
		font-size: 0px;
		opacity: 0.5;
		margin-left: 20px;
		margin-top: 100px;
	}

	100% {
		font-size: 0px;
		opacity: 0;
		margin-left: -30px;
		margin-top: 0px;
		transform: rotate(15deg);
	}
}

@keyframes roll2 {
	0% {
		font-size: 0px;
		opacity: 0;
		margin-left: -30px;
		margin-top: 0px;
		transform: rotate(-25deg);
	}

	2% {
		opacity: 1;
		transform: rotate(0deg);
	}

	4% {
		font-size: inherit;
		opacity: 1;
		margin-left: 0px;
		margin-top: 0px;
	}

	15% {
		font-size: inherit;
		opacity: 1;
		margin-left: 0px;
		margin-top: 0px;
		transform: rotate(0deg);
	}

	18% {
		font-size: 1500px;
		opacity: 0;
		margin-left: -1000px;
		margin-top: -800px;
	}

	100% {
		font-size: 0px;
		opacity: 0;
		margin-left: -30px;
		margin-top: 0px;
		transform: rotate(15deg);
	}
}
/**********************************/

.home-services {
	padding: 60px 30px 60px 30px;
}

.home-services-intro {
	padding: 0 0 30px 0;
	text-align: center;
}

	.home-services-intro h3 {
		font-size: clamp(28px, 3vw, 48px);
		font-weight: 700;
		font-style: italic;
		line-height: 1.3;
		margin-bottom: 30px;
	}

.hst1 {
}

.hst2 {
	font-weight: 400;
}

.hst3 {
	display: block;
}

.home-services-intro p {
}

.home-services-boxes {
	padding: 0 0 1rem 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.home-service {
	padding: 30px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	background: rgba(255,255,255,.3);
	border-radius: var(--border-radius-quad-cta);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	color: #111;
	transition: all ease-in-out .3s;
	position: relative;
	overflow: hidden;
}

	.home-service:before {
		display: block;
		content: "\f061";
		font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Pro"));
		font-weight: 300;
		font-size: 12px;
		color: #fff;
		position: absolute;
		bottom: unset;
		right: 10px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 20px;
		border-radius: 50%;
		background: var(--agency-purple);
		opacity: .8;
		padding: 10px;
		transition: all ease-in-out .3s;
	}

	.home-service:hover, .home-service:active, .home-service:focus {
		color: var(--cream);
		background-color: var(--agency-purple);
		background-image: radial-gradient(circle at 0% 5%, var(--agency-purple) 50%,var(--dark-magenta) 100%);
		transform: translateY(-2px);
		text-shadow: 0px 0px 10px rgba(0,0,0,.1);
		/*
		border-color: var(--agency-purple);
		background: radial-gradient(circle at 0% 5%, rgba(255,255,255,.3) 50%,rgba(129,9,127,.3) 100%);
		*/
	}

		.home-service:hover:before, .home-service:active:before, .home-service:focus:before {
			background: rgba(255,255,255,1);
			color: var(--agency-purple);
		}

	.home-service > :last-child {
		margin-top: auto;
	}

	.home-service h4 {
		font-size: 28px;
		font-weight: 400;
		text-transform: uppercase;
		margin: 0;
		line-height: 1;
	}

	.home-service p {
		margin: 0;
	}

	.home-service .hss1 {
		font-weight: 600;
		font-style: italic;
		margin-bottom: 30px;
		max-width: 90%;
	}

	.home-service .hsb1 {
	}

.home-service-future {
	padding: 30px 0 30px 0;
}

.hsf-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.home-service-future h3 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: clamp(28px, 3vw, 42px);
}

.home-services-final {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 30px;
}
/**********************************/

.home-case-study {
	padding: 60px 0px;
	background: var(--black);
	color: var(--cream);
}
/*****************************/
@media (min-width: 768px) {
	.home-case-study {
	}
}

@media (min-width: 1024px) {
	.home-case-study {
	}
}
/*****************************/
.home-final-cta {
	background: radial-gradient(circle at 0% 5%, var(--bureau-purple) 0%,var(--deep-blue) 80%, var(--black) 100%);
	color: var(--light-grey);
	padding: 30px;
}

@media (min-width: 768px) {
	.home-final-cta {
		padding: 60px;
	}
}

@media (min-width: 1024px) {
	.home-final-cta {
		padding: 100px;
	}
}
