/*---- Hero Section ----*/
#hero {
	background-color: var(--background-black);
}
.hero-container {
	min-height: 715px;
}
.hero-content {
	padding-top: 100px;
}
.hero-logo img {
	padding-top: 22px;
}
.hero-text {
	color: var(--white);
	text-transform: uppercase;
	margin: 2em;
	padding-top: 55px;
}
.hero-text h1 {
	font-family: gothambook, sans-serif;
	font-size: clamp(2em, 5vw, 4em);
	font-weight: 100;
	letter-spacing: 4px;
	text-wrap: pretty;
	margin-top: 0;
	z-index: 1;
}
.hero-text h3 {
    font-size: clamp(1em, 2vw, 2em);
	text-transform: none;
}
.fom-cta {
	font-size: clamp(1em, 2vw, 2em);
	background-color: transparent;
    color: var(--white)!important;
    border: solid 2px var(--white);
    padding: 9.6px 16px;
	margin-right: 1em;
	transition: all .5s;
}
.fom-cta:hover {
	background-color: var(--white);
	color: var(--black)!important;
	border: solid 2px var(--white);
}
.contact-cta {
	font-size: clamp(1em, 2vw, 2em);
	background-color: var(--white);
    color: var(--black);
    border: solid 2px var(--white);
    padding: 9.6px 16px;
	margin-left: 1em;
	transition: all .5s;
}
.contact-cta:hover {
	background-color: var(--grey);
	border: solid 2px var(--white);
	scale: 1.1;
}
/*---- End of Hero ----*/
/*---- About Section ----*/
#about {
	margin-top: 50px;
}
.about-hero-text h1 {
	color: var(--black);
	font-size: clamp(2em, 5vw, 4em);
	margin: 10px;
}
.what-we-do-text,
.who-we-are-text {
	width: 120%;
	margin-left: 10%;
}
.who-we-are-card,
.what-we-do-card {
	font-size: 1.1875em;
	margin-left: 10%;
    border: none;
    border-radius: 0;
}
.who-we-are-card {
	margin-top: 2em;
}
.about-img {
	height: 50px;
	font-size: 1.5em;
}
.about-img,
.about-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-btn button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-btn a {
	text-decoration: none;
}
i.fa-light.fa-chevrons-right {
	padding-left: 5px;
	transition: padding-left .5s;
}
.btn:hover i.fa-light.fa-chevrons-right {
	padding-left: 10px;
}
.btn-outline-primary {
    --bs-btn-color: var(--black);
    --bs-btn-border-color: var(--black);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--black);
    --bs-btn-hover-border-color: var(--black);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--black);
    --bs-btn-active-border-color: var(--black);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--black);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--black);
    --bs-gradient: none;
	--bs-btn-border-radius: 0;
}
.btn {
	transition: all .5s!important;
}
i.fa-light.fa-file-pdf {
	padding-left: 10px;
}
.btn-outline-primary:hover i.fa-solid.fa-circle-chevron-right,
.btn-outline-primary:hover i.fa-light.fa-file-pdf {
	color: var(--white);
}
/*---- End of about ----*/
/*---- Clients ----*/
#clients {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	margin-top: 90px;
}
.client-container {
	margin-top: 10px;
}
.client-img {
	width: 100%;
	animation: scroll-clients 120s linear infinite;
}
.agency-img {
	width: 100%;
	animation: scroll-agency 60s linear infinite;
}
.slide-track {
	width: 100%;
	display: flex;
	gap: 3em;
	overflow: hidden;
}
.vendor-slider {
	margin-top: 2em;
}
.agency-slider {
	margin-top: 30px;
}
.client-box {
	width: min(25vw, 290px);
	flex-shrink: 0;
}
.client-text-bg-svg {
	margin-top: 240px;
}
@keyframes scroll-clients {
	0% {transform: translatex(0);}
	100% {transform: translatex(-4000%);}
}
@keyframes scroll-agency {
	100% {transform: translatex(0);}
	0% {transform: translatex(-1000%);}
}
/*---- End of Clients ----*/
/*------ Reach ------*/
#reach {
	display: grid;
    place-items: center;
    align-content: center;
	margin-top: 90px;
}
.reach-container {
	margin-top: 10px;
}
.section-heading-text h1 {
	color: var(--black);
    text-align: center;
	font-size: clamp(2em, 5vw, 4em);
}
.world-stats {
	margin-top: 2em;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.alert-primary {
    --bs-alert-color: var(--white);
    --bs-alert-bg: rgba(46, 49, 146, 0.8);
    --bs-alert-border-color: var(--black);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.reach-stats p {
	font-weight: bold;
	font-size: 80px;
	text-align: left;
	text-transform: uppercase;
	background-color: var(--white);
	color: var(--black);
}
.statistics {
	width: 10.417vw;
    height: 10.417vw;
	max-width: 195px;
	max-height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 5px var(--black);
}
.statistics p {
	font-size: clamp(0.5em, 1.1vw, 1.25em);
}
.statistics h5 {
	font-size: clamp(0.7em, 1.5vw, 1.875em);
}
.statistics p,
.statistics h5 {
	text-align: center;
}
/*---- End of Reach ----*/
/*---- Solutions ----*/
.black:before {
    background: var(--background-black);
    clip-path: polygon(100% 0, 25% 100%, 100% 100%);
    background-repeat: no-repeat;
    background-size: contain;
    height: 2000px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 200vw;
    z-index: -99;
}
#solutions {
	margin-top: 90px;
}
.solutions-text {
	margin-bottom: 2em;
}
.solutions-container {
	margin-top: 10px
}
.solutions-container:before {
	background-position: 100% 0;
	content: "";
	right: 0;
}
.solutions-heading h1 {
	color: var(--black);
	font-size: 120px;
	margin-bottom: 50px;
}
.solutions-card {
	margin: 5% 5% 5% 5%;
	font-size: 1.1875em;
    border: none;
    border-radius: 0;
}
.solutions-card .card-body {
	min-height: 408.5px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.landing-page-hover {
	transition: all .5s;
}
.fa-arrow-up-right-from-square {
	color: var(--white);
	transition: all .5s;
}
.landing-page-hover .fa-arrow-up-right-from-square {
	display: none;
}
.landing-page-hover:hover {
	background-color: var(--background-black);
}
.landing-page-hover:hover .fa-arrow-up-right-from-square {
	display: block;
}
.solutions-hero-text {
	color: var(--black);
}
/*---- End of solutions ----*/
/*---- Get to Know ----*/
#get-to-know {
	margin-top: 90px;
	max-height: 750px;
	min-height: 750px;
	overflow: hidden;
}
.team-container {
	margin-top: 10px;
}
.team-container:before {
	background-position: 100% 0;
	content: "";
	right: 0;
}
.team-text {
	padding: 0px 0px 2em 0px
}
.team-text h1 {
	font-size: min(5.5vw, 6.8em);
	font-weight: 600;
	text-align: center;
	color: var(--white);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.team-btn {
	float: right;
}
.team-btn a p,
.team-btn a p i {
	margin: 0 0 1% 0;
}
.team-btn a {
	display: contents;
	font-size: clamp(0.8em, 4vw, 3.125em);
	padding: 5px;
    color: var(--black);
    text-decoration: none;
    position: relative;
	transition: .3s;	
}
.team-btn a::before {
	content: '';
	background-color: var(--black);
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: 8px;
	transition: all .3s ease-in-out;
	z-index: -1;
}
.team-btn a:hover::before {
	bottom: 0;
	height: 75px;
}
.team-btn a:hover {
	transition: .3s;
	color: var(--white);
	z-index: 1;
}
/*---- End of Get to Know ----*/
/*----SCREEN WIDTH 1200 to 1536px----*/
@media only screen 
	and (min-width: 1201px)
	and (max-width: 1536px) {
		/*---Hero---*/
		/*---About---*/
		.about-col {
			width: 50%;
		}
		/*---Reach---*/
		/*---Solutions---*/
		.black:before {
			height: 1600px;
		}
		/*---Get to Know---*/
		#get-to-know {
			min-height: 0;
		}
		.team-text-col a button.fom-cta.bold {
			margin-bottom: 2em;
		}
}
/*----SCREEN WIDTH 1200 to 1536px and SMALL VH----*/
@media only screen 
	and (min-width: 1201px)
	and (max-width: 1536px)
	and (min-height: 0px)
	and (max-height: 820px) {
		/*---Hero---*/
		/*---About---*/
		/*---Solutions---*/
		/*---Team---*/

}
/*----SCREEN WIDTH 0 to 991px----*/
@media only screen 
	and (min-width: 0px)
	and (max-width: 991px) {

}
/*----SCREEN WIDTH 900 to 1200px----*/
@media only screen 
	and (min-width: 901px)
	and (max-width: 1200px) {
		/*---Hero---*/
		.hero-container {
			min-height: 615px;
		}
		/*---About---*/
		#about {
			margin-top: 10%;
		}
		.about-col {
			width: 50%;
		}
		.who-we-are-card {
			margin-left: 0;
		}
		/*---Reach---*/
		.statistics {
			border: solid 3px var(--black);
		}
		.statistics p {
			margin-bottom: 0.5em;
		}
		/*--Solutions---*/
		.solutions-container div.row div.col-12 div.row .col-md-4 {
			width: 50%;
		}
		.solutions-card .card-body {
			min-height: 453.11px;
		}
		.black:before {
			height: 2200px;
		}
		/*---Get to Know---*/
		#get-to-know {
			min-height: 0;
		}
		.team-text-col a button.fom-cta.bold {
			margin-bottom: 2em;
		}
}
/*----SCREEN WIDTH 900 to 1200px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 901px)
	and (max-width: 1200px) {
		/*---Hero---*/
		/*---Solutions---*/
		.row.desktop {
			display: block;
		}
		.row.tablet {
			display: none;
		}
		/*---Team---*/
		.team:before {
			height: 150vh;
		}
}
/*----SCREEN WIDTH 768 to 900px----*/
@media only screen 
	and (min-width: 768px)
	and (max-width: 899px) {
		/*--Solutions---*/
		.solutions-container div.row div.col-12 div.row .col-md-4 {
			width: 50%;
		}
}
/*----SCREEN WIDTH 600 to 900px----*/
@media only screen 
	and (min-width: 601px)
	and (max-width: 900px) {
		/*---Hero---*/
		.hero-container {
			min-height: 550px;
		}
		.hero-logo img {
			padding-top: 0;
			width: 80%!important;
		}
		/*---About---*/
		#about {
			margin-top: 0;
		}
		.about-col {
			width: 100%;
		}
		.who-we-are-card, 
		.what-we-do-card {
			margin-left: 0;
		}
		.what-we-do-text {
			margin-top: 0;
			text-align: end;
		}
		.about-text-bg-svg {
			margin-top: 25px;
		}
		.what-we-do-text, 
		.who-we-are-text {
			width: 100%;
			margin-left: 0;
		}
		.who-we-are-card {
			margin-top: 0;
		}
		/*---Reach---*/
		.statistics {
			border: solid 2px var(--black);
		}
		.statistics p {
			margin-bottom: 0.5rem;
		}
		.statistics {
			width: 12vw;
    		height: 12vw;
		}
		/*---Solutions---*/
		.solutions-card {
			font-size: 1em;
		}
		.solutions-text {
			margin-bottom: 0;
		}
		.solutions-card .card-body {
			min-height: 0;
		}
		.black:before {
			display: none;
		}
		/*---Get to Know---*/
		#get-to-know {
			min-height: 195px;
		}
		.team-text h1 {
			color: var(--black);
			text-shadow: 0 0 BLACK;
		}
		.team-text-col a button.fom-cta.bold {
			color: var(--black) !important;
    		border: solid 2px var(--black);
			margin-bottom: 2em;
		}
}
/*----SCREEN WIDTH 600 to 900px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 601px)
	and (max-width: 900px) {
		/*---About---*/
		#about {
			margin-top: 0;
		}
		/*---Team---*/
		.team:before {
			height: 150vh;
		}
}
/*----SCREEN WIDTH 0 to 600px----*/
@media only screen 
	and (min-width: 0px)
	and (max-width: 600px) {
		/*---Hero---*/
		.hero-container {
			min-height: 100vh;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.hero-content {
			padding-top: 0;
		}
		.hero-logo img {
			padding-top: 0;
			width: 80%!important;
		}
		.hero-text {
			padding-top: 0px;
		}
		/*---About---*/
		.about-col {
			width: 100%;
		}
		.about .row {
			display: block;
		}
		.who-we-are-card, 
		.what-we-do-card {
			margin-left: 0;
			font-size: 1em;
		}
		.who-we-are-card {
			margin-top: 0;
		}
		.what-we-do-text, 
		.who-we-are-text {
			margin-left: 0;
		}
		.card-body ul {
			margin: 0;
		}
		/*---Reach---*/
		#about,
		#reach,
		#clients,
		#solutions,
		#get-to-know {
			margin-top: 50px;
		}
		.world-stats {
			flex-wrap: wrap;
		}
		.statistics {
			border: solid 1px var(--black);
		}
		.statistics p {
			margin-bottom: 0.5rem;
		}
		.statistics {
			width: 20vw;
    		height: 20vw;
		}
		.me-stats,
		.apac-stats {
			margin-top: 10px;
		}
		/*---Solutions---*/
		.solutions-card {
			font-size: 1em;
		}
		.solutions-text {
			margin-bottom: 0;
		}
		.solutions-card .card-body {
			min-height: 0;
		}
		.black:before {
			display: none;
		}
		/*---Get to Know---*/
		#get-to-know {
			min-height: 195px;
		}
		.team-text h1 {
			color: var(--black);
			text-shadow: 0 0 BLACK;
		}
		.team-text-col a button.fom-cta.bold {
			color: var(--black) !important;
    		border: solid 2px var(--black);
			margin-bottom: 2em;
		}
}