/* 
Theme Name: Kinetic
Description: Kinetic is the custom WordPress theme for the Kinetic Strategies website
Author: Ben Jackson
Template: hello-elementor
Version: 4.2.0
Text Domain: kinetic-strategies
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Brand colors */
:root {
	--kinetic-dark-purple: #4a069e;
	--kinetic-light-purple: #8c7bf6;
	--kinetic-blue: #5c26f4;
	--kinetic-light-blue: #6ed0ff;
	--kinetic-accent-blue: #1b78dd;
	--kinetic-accent-pink: #ff6666;
	--kinetic-accent-light-blue: #a2d8ed;
	--mobile-banner-margin-top: -170px;
	--banner-margin-top: -150px;
	--first-row-logo-translate-value: 0;
	--second-row-logo-translate-value: 0;

}

section {
	margin-bottom: -1px;
}

#site-header,
#site-footer {
	display: none;
}

body {
	overflow-x: hidden;
}

/* GENERAL BUTTON STYLES */
a.button {
	color: var(--kinetic-light-purple);
	font-family: 'Saira Extra Condensed';
	font-size: 1.8rem;
	font-weight: 400;
	transition: 0.5s;
	cursor: pointer;
	text-transform: uppercase;
}

a.button:hover {
	transform: scale(1.1);
}

a.button:hover {
	color: var(--kinetic-accent-pink);
}

a.button i {
	margin-right: 15px;
	font-size: 1.5rem;
}

/* GLOBAL ELEMENTOR FOOTER */
.elementor-location-footer > section {
	margin-top: -20vw;
	padding-top: calc(20vw + 7%) !important;
	z-index: 0;
}

@media (min-width: 768px) {
	.elementor-location-footer>section {
		margin-top: -10vw;
		padding-top: calc(10vw + 7%) !important;
		z-index: 0;
	}
}

/* BANNER SECTION */
.banner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	z-index: 20;

	min-height: 800px;
	margin-top: var(--mobile-banner-margin-top);

	border-radius: 0 0 20vw;
	background-size: cover;
	background-position: center;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle 100vw at 300px 300px, rgba(27, 120, 221, 0.35), rgba(92, 38, 244, 0.35)),
		radial-gradient(circle 100vw at 500px 500px, rgba(110, 208, 255, .5), rgba(74, 6, 158, .5));
	border-radius: 0 0 20vw;
}

@media (min-width: 768px) {
	.banner {
		min-height: 800px;
		padding: 250px 0 150px 0;
		margin-top: var(--banner-margin-top);
		border-radius: 0 0 10vw;
	}

	.banner-overlay {
		border-radius: 0 0 10vw;
	}
}


#banner-gradient {
	background: radial-gradient(circle 100vw at 300px 300px, rgba(27, 120, 221, 0.85), rgba(92, 38, 244, 0.85)),
		radial-gradient(circle 100vw at 500px 500px, rgba(110, 208, 255, 1), rgba(74, 6, 158, 1));
}

#banner-logo {
	display: flex;
	justify-content: center;
	margin-left: 15px;
	max-width: 100%;
}

#banner-logo div {
	width: 725px;
	height: 185px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#banner-gif {
	background-image: url(' /wp-content/uploads/2022/04/GIF_1-1.gif');
	opacity: 0;
}

#banner-image {
	background-image: url('/wp-content/uploads/2022/04/GIF_2-1.gif');
	display: none;
}

#banner-image-preload {
	display: none;
}

#banner-tag {
	opacity: 0;
	font-family: 'Barlow Condensed';
	font-size: 2.2rem;
	font-weight: 500;
	color: white;
	margin: 0;
	max-width: 80%;
	line-height: 2.7rem;

	animation: fadein 4s ease-in-out 3s 1 normal both;
}

#banner-tag div {
	width: 100%;
	display: flex;
	justify-content: center;
}

#banner-tag p {
	white-space: normal;
	overflow: hidden;
	text-align: center;
}

@media (min-width: 1024px) {
	#banner-tag {
		animation: none;
		margin: 20px 0;
		font-size: 2.4rem;
		line-height: 3rem;
	}

	#banner-tag p {
		white-space: nowrap;
	}

	/* Animation */
	#banner-tag.visible p {
		animation: animated-text 2s steps(35, end) 1s 1 normal both;
	}
}

/* text animation */
@keyframes animated-text {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

#banner-button {
	margin-top: 35px;
	animation: fadein 4s ease-in-out 6s 1 normal both;
	transition: .5s;
}

@media (min-width: 1024px) {
	#banner-button {
		margin-top: 70px;
	}
}

#banner-button a {
	color: white;
	font-family: 'Saira Extra Condensed';
	font-size: 1.8rem;
	font-weight: 600;
	transition: 0.5s;
	cursor: pointer;
}

#banner-button:hover {
	transform: scale(1.1);
}

#banner-button a:hover {
	color: var(--kinetic-accent-pink);
}

#banner-button i {
	margin-left: 15px;
	font-size: 1.5rem;
}

/* Fade-in animation */
@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* ABOUT SECTION */
#about {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 6% 0 10% 0;
	border-radius: 0 0 20vw;
	background: white;
	z-index: 12;
}

#about img.lattice {
	width: 80%;
	opacity: 0.5;
}

@media (min-width: 768px) {
	#about {
		padding: 3% 0 5% 0;
		border-radius: 0 0 10vw;
	}

	#about img.lattice {
		width: 30%;
	}
}

#about #lattice-1 {
	display: flex;
	position: relative;
	justify-content: flex-start;
}

#about #lattice-2 {
	display: flex;
	position: relative;
	justify-content: flex-end;
}

#about #about-content {
	display: flex;
	flex-direction: column;
	justify-content: center;

	padding: 8% 10%;
}

#about #about-content > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

@media (min-width: 1024px) {
	#about #about-content {
		flex-direction: row;

		padding: 5% 10%;
		column-gap: 5rem;
	}

	#about #about-content > div {
		max-width: 500px;
	}
}

#about #about-content>div:last-child {
	margin: 20px 0;
}

@media (min-width: 1024px) {
	#about #about-content>div:last-child {
		margin: 0;
	}
}

#about #about-content h1 {
	color: var(--kinetic-dark-purple);
	font-family: "Saira Extra Condensed", sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
}

#about #about-content p {
	color: var(--kinetic-dark-purple);
	font-family: "Saira Extra Condensed", sans-serif;
	font-size: 2rem;
	font-weight: 500;
}

@media (min-width: 1024px) {
	#about #about-content h1 {
		font-size: 4rem;
		max-width: 350px;
	}
}

/* VALUES SECTION */
#values {
	position: relative;
	z-index: 11;

	display: flex;
	flex-direction: column;
	align-items: center;
	background: #84c3e9;

	margin-top: -20vw;
	padding-top: calc(20vw + 10%);
	border-radius: 0 0 20vw;
}

#values * {
	pointer-events: none;
}

@media (min-width: 768px) {
	#values {
		margin-top: -10vw;
		padding-top: calc(10vw + 5%);
		border-radius: 0 0 10vw;
	}
}

#values .section-title h1 {
	color: var(--kinetic-dark-purple);
}

#values-content {
	position: relative;
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;

	column-gap: 5rem;
	padding: 20px;
	margin: 0;

	z-index: 11;
}

@media (min-width: 768px) {
	#values-content {
		flex-direction: row;

		padding: 0 5%;
		margin-top: 50px;
		margin-bottom: 100px;
	}
}

#values-content > div {
	display: flex;
	flex: 1;
	max-width: 500px;
}

#values-content .value-details-scroller {
	display: flex;
	flex-direction: column;

	margin-top: 50px;
	max-height: 420px;
	overflow: scroll;

	-ms-overflow-style: none;	/* IE and Edge */
	scrollbar-width: none;		/* Firefox */
}

#values-content .value-details-scroller::-webkit-scrollbar {
	display: none;
}

@media (min-width: 768px) {
	#values-content .value-details-scroller {
		max-height: 400px;
		margin: 0;
	}
}

@media (min-width: 1024px) {
	#values-content .value-details-scroller {
		max-height: 350px;
	}
}

#values-content h2 {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 12vw;
	font-weight: 700;
	color: var(--kinetic-dark-purple);
	margin: 0;
}

@media (min-width: 768px) {
	#values-content h2 {
		font-size: 3.6rem;
	}
}

@media (min-width: 1024px) {
	#values-content h2 {
		font-size: 4rem;
	}
}

#values-content h2 .value-title {
	text-decoration: underline;
}

#values-content h2 .value-title.active {
	color: var(--kinetic-blue);
}

#values-content .value-details-container {
	border-top: 5px solid var(--kinetic-blue);
	padding: 25px 0;
}

#values-content .value-details {
	height: 365px;

	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	color: var(--kinetic-dark-purple);
}

@media (min-width: 768px) {
	#values-content .value-details {
		height: 345px;
	}
}

@media (min-width: 1024px) {
	#values-content .value-details {
		height: 295px;
	}
}

/* EXPERIENCE SECTION */
#experience {
	position: relative;
	z-index: 10;

	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	align-items: center;
	padding-top: 20px;
	background: linear-gradient(to bottom, var(--kinetic-blue), var(--kinetic-light-purple));

	margin-top: -20vw;
	padding-top: calc(20vw + 10%);
	padding-bottom: 60px;
	border-radius: 0 0 20vw;
}

@media (min-width: 768px) {
	#experience {
		margin-top: -10vw;
		padding-top: calc(10vw + 5%);
		padding-bottom: 0;
		border-radius: 0 0 10vw;
	}
}

#experience>div {
	display: flex;
	width: 100%;
}

.section-title {
	position: relative;
	max-width: 1140px;
	z-index: 99;
	margin: 0 auto;
	justify-content: center;
}

.section-title h1 {
	font-family: "Saira Extra Condensed", Sans-serif;
	font-size: 4rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

@media (min-width: 1024px) {
	.section-title h1 {
		font-size: 6rem;
	}
}

#experience .section-title h1 {
	color: white;
}

#experience #experience-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	max-width: 1000px;
	row-gap: 20px;
	column-gap: 20px;

	padding: 20px;
	margin: 0;
	
}

@media (min-width: 768px) {
	#experience #experience-content {
		row-gap: 40px;
		column-gap: 40px;

		padding: 0 5%;
		margin-top: 50px;
		margin-bottom: 100px;
	}
}

@media (min-width: 1200px) {
	#experience #experience-content {
		padding: 0;
	}
}

#experience .service-card {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	
	border-radius: 0 0 30px;

	background: white;
}

@media (min-width: 768px) {
	#experience .service-card {
		flex-basis: calc(50% - 20px);
	}
}

#experience .service-card-title {
	display: flex;
	align-items: center;

	padding: 20px;
	border-radius: 0 0 30px;

	background: var(--kinetic-dark-purple);
}

#experience .service-card-title h3 {
	display: flex;
	flex: 1;

	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.1;

	color: white;
}

#experience .service-card-title img {
	max-height: 90px;
}

@media (min-width: 1024px) {
	#experience .service-card-title h3 {
		font-size: 2.8rem;
	}

	#experience .service-card-title img {
		max-height: 120px;
	}
}

#experience .service-card-description {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;

	padding: 20px;

	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 1.4rem;
	font-weight: 600;

	color: var(--kinetic-dark-purple);
}

#experience .service-card-button {
	width: fit-content;

	margin: 0;
	margin-top: 20px;
	padding: 12px 20px;
	border-radius: 0 0 20px;

	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 1.4rem;
	font-weight: 600;

	color: white;
	background: var(--kinetic-blue);

	transition: .15s ease-in-out;
}

#experience .service-card-button:hover {
	background: var(--kinetic-accent-pink);
	transform: scale(1.05);
}

/* CLIENTS SECTION */
#clients {
	background: linear-gradient(to bottom, var(--kinetic-blue), var(--kinetic-dark-purple));
	padding: 5% 0;
	position: relative;
	z-index: 9;

	margin-top: -20vw;
	padding-top: calc(20vw + 10%);
	border-radius: 0 0 20vw;
}

@media (min-width: 768px) {
	#clients {
		margin-top: -10vw;
		padding-top: calc(10vw + 5%);
		border-radius: 0 0 10vw;
	}
}

#clients .section-title {
	color: white;
}

#clients .client-logos {
	max-width: 1140px;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 15px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 5%;

}

#clients .client-logo-column {
	display: flex;
	flex: 1;
	flex-basis: 50%;
	max-width: 50%;

	height: 100px;
}

@media (min-width: 768px) {
	#clients .client-logo-column {
		flex-basis: 33%;
		max-width: 33%;
	}
}

@media (min-width: 1024px) {
	#clients .client-logos {
		padding: 0;
	}

	#clients .client-logo-column {
		flex-basis: 25%;
		max-width: 25%;
		height: 10vw;
	}
}

#clients .client-logo {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	transition: .4s;
}

/* SINGLE POST */
.post-title {
	margin-top: 4rem;
	color: var(--kinetic-dark-purple);
}

.post-title .section-title h1 {
	font-size: 4rem;
}

#content.post-content {
	display: flex;
	flex-direction: column;
	padding: 5%;
}

#content.post-content>div {
	max-width: 900px;
	margin: 0 auto;
}

#content.post-content h2 {
	font-family: 'Saira Extra Condensed';
	font-weight: 600;
	font-size: 3rem;
	color: var(--kinetic-dark-purple);
	text-transform: uppercase;
	margin-top: 3rem;
}

#content.post-content h3 {
	font-family: 'Saira Extra Condensed';
	font-weight: 400;
	font-size: 1.7rem;
	color: var(--kinetic-light-purple);
	text-transform: uppercase;
	margin-top: 2rem;
}

#content.post-content p,
#content.post-content ul {
	font-family: 'Barlow Condensed';
	font-size: 1.3rem;
}

#content.post-content ul {
	margin-bottom: 1rem;
}

#content.post-content .wp-block-image {
	margin-top: 2rem;
}

#content.post-content .wp-block-image.alignfull,
#content.post-content .wp-block-image.alignfull>img {
	width: 100%;
	margin: inherit;
	margin-top: 2rem;
}

/* CASE STUDIES */
.work-banner-overlay {
	background: radial-gradient(circle 100vw at 300px 300px, rgba(27, 120, 221, 0.45), rgba(92, 38, 244, 0.45)),
		radial-gradient(circle 100vw at 500px 500px, rgba(110, 208, 255, .6), rgba(74, 6, 158, .6));
}

.page-banner-title {
	z-index: 1;
	text-align: center;
	padding: 0 10%;
}

.page-banner-title h1 {
	font-family: 'Saira Extra Condensed';
	font-weight: 600;
	font-size: 3.2rem;
	color: white;
	text-transform: uppercase;
	line-height: 1;
}

@media (min-width: 1024px) {
	.page-banner-title h1 {
		font-size: 5.5rem;
	}
}

.page-banner-title>div {
	font-family: 'Barlow Condensed';
	font-size: 1.8rem;
	color: var(--kinetic-light-blue);
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 5%;
}

@media (min-width: 1024px) {
	.page-banner-title>div {
		min-width: 800px;
	}
}

.page-banner .banner-button {
	animation: fadein 4s ease-in-out 2s 1 normal both;
}

/* WORK PAGE */
.page-banner-title > .work-banner-subtitle {
	max-width: 900px;
	text-transform: none;
	font-size: 1.6rem;
	padding: 0 5%;
}

.case-studies-nav {
	max-width: 1140px;
	margin: 4rem auto 0 auto;

	display: none;
	justify-content: center;
}

.case-studies-nav-mobile {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 2rem;
}

@media (min-width: 1024px) {
	.case-studies-nav {
		display: flex;
	}

	.case-studies-nav-mobile {
		display: none;
	}
}

.case-studies-nav-item {
	display: flex;
	margin: 0 20px;
}

.case-studies-nav-item a {
	font-family: 'Barlow Condensed';
	font-size: 1.7rem;
	font-weight: 400;
	text-transform: uppercase;

	color: var(--kinetic-light-purple);
	transition: .25s;
}

.case-studies-nav-item a:hover {
	color: var(--kinetic-light-blue);
	transform: scale(1.03);
}

#content {
	position: relative;
	z-index: 1;
	padding: 5%;

	background: white;
	border-radius: 0 0 20vw;
}

@media (min-width: 768px) {
	#content {
		border-radius: 0 0 10vw;
	}
}

.case-studies-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.case-studies-content > div {
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
}

.case-studies-content .case-studies-column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	padding: 15px;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.case-studies-content .case-studies-column {
		flex-basis: 50%;
		margin-bottom: 20px;
	}
}


.case-studies-content .case-studies-image {
	width: 100%;
	/*aspect-ratio: 16/9;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s;
	border-radius: 0 0 50px;
}

.case-studies-content .case-studies-image:hover {
	transform: scale(1.03);
}

.case-studies-info h2 {
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 2rem;
	text-transform: uppercase;
	color: var(--kinetic-dark-purple);
	margin-bottom: 0;
	margin-top: 20px;
}

.case-studies-info div {
	font-family: 'Barlow Condensed';
	font-weight: 300;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: var(--kinetic-accent-blue);
}

@media (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}

@media (max-width: 768px) {
	.desktop-only {
		display: none;
	}
}

/* OUR STORY PAGE */
#story-banner {
	min-height: 500px;
	padding-top: 80px;
}

@media (min-width: 768px) {
	#story-banner {
		min-height: 800px;
		padding: 200px 0 150px 0;
	}
}

#story-description {
	position: relative;
	z-index: 2;
	
	display: flex;
	flex-direction: row;
	justify-content: center;

	padding: 60px 20px;
	margin-top: -20vw;
	padding-top: calc(20vw + 60px);

	background: white;
	border-radius: 0 0 20vw;
}

@media (min-width: 768px) {
	#story-description {
		padding: 7% 5%;
		margin-top: -10vw;
		padding-top: calc(10vw + 7%);
		
		border-radius: 0 0 10vw;
	}
}

.description-content {
	display: flex;
	flex-direction: column;

	row-gap: 20px;
	column-gap: 100px;

	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--kinetic-dark-purple);
}

.description-content > div {
	display: flex;
	flex: 1;
}

.description-content .description-emphasis {
	display: block;

	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.description-content {
		max-width: 1000px;
		flex-direction: row;
	}

	.description-content .description-emphasis {
		font-size: 4rem;
	}
}

#team {
	position: relative;
	z-index: 1;

	background: var(--kinetic-accent-light-blue);
	border-radius: 0 0 20vw;

	padding: 60px 20px;
	margin-top: -20vw;
	padding-top: calc(20vw + 60px);
}

@media (min-width: 768px) {
	#team {
		border-radius: 0 0 10vw;

		padding: 7% 5%;
		margin-top: -10vw;
		padding-top: calc(10vw + 7%);
	}
}

#team .section-title h1 {
	color: var(--kinetic-dark-purple);
}

.our-team {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	transition: 1s;
	padding: 5% 0;
}

@media (min-width: 1024px) {
	.our-team {
		flex-direction: row;
		padding: 0;
	}
}

.single-team-section {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0;
}

@media (min-width: 980px) {
	.single-team-section {
		margin-top: 3rem;
	}
}

.single-team-section > div {
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 980px) {
	.single-team-section>div {
		display: block;
	}
}

.single-team-section img {
	max-width: 80%;
}

@media (min-width: 980px) {
	.single-team-section img {
		max-width: 350px;
		float: right;
		margin: 1rem 0 1rem 3rem;
	}
}

.single-team-section h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	color: var(--kinetic-blue);
	margin-bottom: 0;
}

.single-team-section h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	color: var(--kinetic-dark-purple);
	margin-top: 5px;
	text-transform: uppercase;
}

.single-team-section p {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--kinetic-dark-purple);
}
