/******* Fonts *******/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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&amp;display=swap');

.be-vietnam-pro-thin {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.be-vietnam-pro-extralight {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.be-vietnam-pro-light {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.be-vietnam-pro-regular {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.be-vietnam-pro-medium {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.be-vietnam-pro-semibold {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.be-vietnam-pro-bold {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.be-vietnam-pro-extrabold {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.be-vietnam-pro-black {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.be-vietnam-pro-thin-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.be-vietnam-pro-extralight-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.be-vietnam-pro-light-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.be-vietnam-pro-regular-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.be-vietnam-pro-medium-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.be-vietnam-pro-semibold-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.be-vietnam-pro-bold-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.be-vietnam-pro-extrabold-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.be-vietnam-pro-black-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 900;
	font-style: italic;
}
/******* Core *******/
html {
	scroll-behavior: smooth;
}

body {
	scroll-behavior: smooth;
}

body {
	background: #030303;
	font-family: "Be Vietnam Pro", sans-serif;
	color: white;
	--gradient: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary)) !important;
}

p {
	line-height: 1.75;
	font-weight: 300;
	font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
	p {
		font-size: 0.8rem;
		line-height: 1.75;
	}
}

p strong {
	font-weight: 700;
}
/******* Highlight *******/
::-moz-selection {
	background: var(--bs-primary);
	color: white;
}

::selection {
	background: var(--bs-primary);
	color: white;
}
/******* Auto typo *******/
h1::first-letter {
	text-transform: uppercase;
}

h2::first-letter {
	text-transform: uppercase;
}

h3::first-letter {
	text-transform: uppercase;
}

h4::first-letter {
	text-transform: uppercase;
}

h5::first-letter {
	text-transform: uppercase;
}

h6::first-letter {
	text-transform: uppercase;
}

li::first-letter {
	text-transform: uppercase;
}

.btn::first-letter {
	text-transform: uppercase;
}
/******* Form placeholders *******/
form input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.7) !important;
	font-weight: 400;
	opacity: 1;
}

form input::-moz-placeholder {
	color: rgba(255,255,255,0.7) !important;
	font-weight: 400;
	opacity: 1;
}

form input:-ms-input-placeholder {
	color: rgba(255,255,255,0.7) !important;
	font-weight: 400;
	opacity: 1;
}

form input:-moz-placeholder {
	color: rgba(255,255,255,0.7) !important;
	font-weight: 400;
	opacity: 1;
}
/******* Bits *******/
.shadow {
	border-radius: var(--small-radius);
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	box-shadow: 0 2px 1px rgba(0,0,0,0.03), 0 4px 2px rgba(0,0,0,0.03), 0 8px 4px rgba(0,0,0,0.03), 0 16px 8px rgba(0,0,0,0.03), 0 32px 16px rgba(0,0,0,0.03), 0 64px 32px rgba(0,0,0,0.03);
}

.shadow:hover {
	box-shadow: 0 1px 1px rgba(0,0,0,0.03), 0 1px 1px rgba(0,0,0,0.03), 0 2px 2px rgba(0,0,0,0.03), 0 4px 4px rgba(0,0,0,0.03), 0 8px 8px rgba(0,0,0,0.03), 0 12px 16px rgba(0,0,0,0.03);
}

.glass-card {
	border: 1px solid rgba(255, 255,255,0.25);
	border-radius: 16px;
	backdrop-filter: blur(16px);
	background: rgba(255,255,255,0.1);
	transition: ease 0.4s;
}

.glass-card:hover {
	border: 1px solid rgba(255, 255,255,0.25);
	backdrop-filter: blur(24px);
	background: rgba(255,255,255,0.075);
}

.glass-link {
	border: 1px solid rgba(255, 255,255,0.25);
	border-radius: 12px;
	backdrop-filter: blur(16px);
	background: rgba(255,255,255,0.1);
	display: block;
	padding: 0.75em 1.5em;
	line-height: 2rem;
	color: white;
	text-decoration: none;
	margin-top: 1em;
	transition: cubic-bezier(.51, .15, .53, .91) 0.25s all;
}

.glass-link:hover {
	color: white;
	background: rgba(255,255,255,0.2);
	transform: scale(1.01);
}

.gradient, .btn-gradient {
	background: var(--bs-primary);
	background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary)) !important;
	color: white;
}

.bg-none {
	background: none !important;
	background-image: none !important;
	background-color: none !important;
}

section {
	position: relative;
}

.balanced {
	text-wrap: balance;
}

.mw-100 {
	max-width: 100%;
}

.ls-1 {
	letter-spacing: -1px;
}

.swiper-slide .stretched-link {
	color: rgba(0,0,0,0);
	z-index: 20;
}

.image-swap .stretched-link {
	color: rgba(0,0,0,0);
	z-index: 10;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}

.h-200 {
	height: 200px;
}

.h-300 {
	height: 300px;
}

.h-400 {
	height: 400px;
}

@media screen and (max-width: 992px) {
	.h-200 {
		height: 160px;
	}

	.h-300 {
		height: 250px;
	}

	.h-400 {
		height: 320px;
	}
}
/******* Buttons *******/
.btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 3rem;
	font-size: 0.8rem;
	font-weight: 400;
	background-color: #DE0067;
	color: white;
	padding: 0.75rem 3rem 0.75rem 3rem;
	line-height: 1.25rem;
	text-decoration: none;
	z-index: 1;
	transition: 0.25s ease all;
	border: 0;
	text-transform: capitalize;
}

.btn::after {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 100%;
	height: 200%;
	border-radius: 50%;
	content: " ";
	background-color: white;
	z-index: -1;
	transition: cubic-bezier(.51, .15, .53, .91) 0.25s all;
	transform: translateX(-50%);
}

.btn:hover::after {
	top: 0%;
	border-radius: 0%;
}

.btn-dark::after {
	background-color: var(--bs-primary);
}

.btn-light:hover {
	color: white;
	background-color: var(--bs-primary);
}

.btn-light::after {
	background-color: var(--bs-dark);
}

.btn-gradient {
	background: linear-gradient(90deg, #DE0067, #4441FF);
}
.plain-link{
	text-decoration:none;
	color:inherit;
}
.plain-link:hover{
	color:unset;
}

/******* Cursor *******/
#cursor {
	pointer-events: none;
}

.cursor-circle {
	position: fixed;
	top: -0px;
	left: -0px;
	mix-blend-mode: exclusion;
	z-index: 1000;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #DE0067;
	transition: width ease 0.25s, height ease 0.25s;
}

.cursor {
	position: fixed;
	top: -1rem;
	left: -1rem;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1000;
}

.cursor div {
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	border: 1.5px solid #bababa;
	transition: transform .5s ease, opacity .25s ease;
}

.cursor.is-active div {
	transform: scale(2.5);
	opacity: 0.25;
}

@media screen and (max-width: 992px) {
	.cursor {
		display: none;
	}

	.container {
		width: 95%;
	}
}

.link-arrow {
	display: inline-block;
	border-radius: 50%;
	position: relative;
	text-align: center;
	--link-arrow: 60px;
	line-height: var(--link-arrow);
	background: unset !important;
}

.link-arrow span {
	position: relative;
	width: 100%;
	display: block;
	width: var(--link-arrow);
	height: var(--link-arrow);
	line-height: var(--link-arrow);
	margin: 0;
	padding: 0;
	z-index: 20;
	color: black;
}

.link-arrow i {
	position: relative;
	z-index: 100;
	width: var(--link-arrow);
	height: var(--link-arrow);
	line-height: var(--link-arrow);
	color: white;
	transition: ease 0.3s;
}

.link-arrow:hover i, .toggle-switch i {
	color: black;
	transform: rotate(45deg);
}

.link-arrow span::after {
	position: absolute;
	inset: 0;
	content: " ";
	background-color: var(--bs-primary);
	transform: scale(1);
	transition: cubic-bezier(.59,.2,.02,.85) 0.6s;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.link-arrow span::before {
	position: absolute;
	inset: 0;
	content: " ";
	background-color: white;
	transform: scale(0);
	transition: cubic-bezier(.59,.2,.02,.85) 0.6s;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.link-arrow img {
	max-width: 80px;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 1rem;
	filter: brightness(0) invert(1);
}

.link-arrow span:hover::after, .box:hover .link-arrow span::after, .toggle-switch span::after {
	transform: scale(0);
	opacity: 0;
	transition: cubic-bezier(.59,.2,.02,.85) 0.4s;
}

.link-arrow span:hover::before, .box:hover .link-arrow span::before, .toggle-switch span::before {
	transform: scale(1);
	transition: cubic-bezier(.59,.2,.02,.85) 0.4s;
}

.team-section .link-arrow {
	--link-arrow: 30px;
}
.toggle-team{
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}
/******* css animations *******/
[data-inviewport="fade-right"] {
	transition: 1s;
	transform: translateX(-32px);
	opacity: 0;
}

[data-inviewport="fade-right"].is-inViewport {
	margin-right: 0px;
	transform: translateX(0px);
	opacity: 1;
}

[data-inviewport="fade-left"] {
	transition: 1s;
	transform: translateX(32px);
	opacity: 0;
}

[data-inviewport="fade-left"].is-inViewport {
	transform: translateX(0px);
	opacity: 1;
}

[data-inviewport="fade-down"] {
	transition: 1s;
	transform: translateY(-32px);
	opacity: 0;
}

[data-inviewport="fade-down"].is-inViewport {
	transform: translateY(0px);
	opacity: 1;
}

[data-inviewport="fade-up"] {
	transition: 1s;
	transform: translateY(32px);
	opacity: 0;
}

[data-inviewport="fade-up"].is-inViewport {
	transform: translateY(0px);
	opacity: 1;
}

.container .delay:nth-child(1) {
	transition-delay: 0.2s;
}

.container .delay:nth-child(2) {
	transition-delay: 0.3s;
}

.container .delay:nth-child(3) {
	transition-delay: 0.4s;
}

.container .delay:nth-child(4) {
	transition-delay: 0.5s;
}

.container .delay:nth-child(5) {
	transition-delay: 0.6s;
}

.container .delay:nth-child(6) {
	transition-delay: 0.7s;
}

.container .delay:nth-child(7) {
	transition-delay: 0.8s;
}

.container .delay:nth-child(8) {
	transition-delay: 0.9s;
}

.container .delay:nth-child(9) {
	transition-delay: 1s;
}

.container .delay:nth-child(10) {
	transition-delay: 1.2s;
}

.container .delay:nth-child(11) {
	transition-delay: 1.4s;
}

.container .delay:nth-child(12) {
	transition-delay: 1.6s;
}

.container .delay:nth-child(13) {
	transition-delay: 1.8s;
}

.container .delay:nth-child(14) {
	transition-delay: 2s;
}

/******* Copy sections *******/
.copy b {
	color: var(--bs-primary) !important;
}

main ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0;
}

main ul li {
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	text-align: left;
	padding-left: 1.25rem;
	display: inline-block;
	width: 100%;
	color: var(--dark);
	font-weight: 400;
}

main ul li::before {
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 2rem;
	text-align: center;
	border-radius: 50%;
	content: " ";
	background-color: var(--bs-primary);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	transform: scale(1.5);
	opacity: 0.25;
}

main ul li::after {
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 2rem;
	text-align: center;
	border-radius: 50%;
	content: " ";
	background-color: var(--bs-primary);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

main ul li:hover::after {
	transform: scale(1.5);
}

/******* Header *******/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 1000000;
	background: black;
	background: rgba(0,0,0,0.6) !important;
	backdrop-filter: blur(6px);
}

body::after {
	position: absolute;
	width: 80%;
	left: 10%;
	height: 300px;
	top: -120px;
	border-radius: 50%;
	content: "";
	background: var(--gradient);
	filter: blur(120px);
	z-index: -10;
	opacity: 0.75;
}

.wide-container {
	max-width: 95%;
}

.logo img {
	max-height: 30px;
}

.logo {
	position: relative;
}

.drg-text {
	width: 40px;
	position: relative;
	height: 100%;
	transition: ease 0.2s;
}

.drg-text img {
	margin-left: -10px;
	opacity: 0;
	transition: ease 0.2s;
}

.logo:hover .drg-text img {
	margin-left: 0;
	opacity: 1;
}

@media screen and (max-width: 992px) {
	.drg-text img {
		margin-left: 0px;
		opacity: 1;
	}

	.remove-drg-text {
		margin-left: -10px;
		opacity: 0;
	}
}
/******* Navigation *******/
nav {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

nav ul {
	padding: 0;
	margin: 0;
}

nav ul li {
	display: block;
	text-align: center;
	position: relative;
}

nav ul li a {
	overflow: hidden;
	height: 1.25em;
	line-height: 1.25em;
	color: white;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 0.875rem;
	padding:0 16px;
}

nav ul li a span {
	position: relative;
	display: inline-block;
	width: 100%;
	transition: ease 0.3s;
}

nav ul li a span::before {
	color: var(--primary);
	position: absolute;
	text-align: center;
	top: 100%;
	content: attr(data-hover);
	font-weight: 800;
	width:300%;
	transform:translateX(-50%);
	left:50%;
	overflow: visible;
}

nav ul li a span:hover {
	transform: translateY(-100%);
}

.active span::after {
	content: ".";
	color: var(--primary);
	font-weight: 900;
	margin-left: 2px;
}
.mobile-background{
    z-index:-1;
}
@media screen and (max-width: 992px) {
	nav {
		width: 100%;
		display: block;
		padding: 3rem;
		margin-top: 4rem;
	}

	.mobile-menu-contact {
		padding: 3rem;
		margin-bottom: 2rem;
	}

	nav ul li a {
		overflow: hidden;
		height: 2.5em;
		line-height: 2.5em;
		min-width: 100%;
		display: block;
		text-align: left;
		font-size: 1.175rem;
		padding-left:0;
	}

	nav ul li a span::before {
		text-align: left;
		width:100%;
	}

	nav ul li a span {
		margin-top: 2.5em;
		transition: ease 0.6s;
	}

	nav ul li a:nth-child(1) span {
		transition-delay: 0.2s;
	}

	nav ul li a:nth-child(2) span {
		transition-delay: 0.25s;
	}

	nav ul li a:nth-child(3) span {
		transition-delay: 0.3s;
	}

	nav ul li a:nth-child(4) span {
		transition-delay: 0.35s;
	}

	nav ul li a:nth-child(5) span {
		transition-delay: 0.4s;
	}

	nav ul li a:nth-child(6) span {
		transition-delay: 0.45s;
	}

	nav ul li a:nth-child(7) span {
		transition-delay: 0.5s;
	}

	nav ul li a:nth-child(8) span {
		transition-delay: 0.55s;
	}

	nav ul li a:nth-child(9) span {
		transition-delay: 0.6s;
	}

	nav ul li a:nth-child(10) span {
		transition-delay: 0.65s;
	}

	nav ul li a:nth-child(11) span {
		transition-delay: 0.7s;
	}

	nav ul li a:nth-child(12) span {
		transition-delay: 0.75s;
	}

	.reveal-nav {
		margin-top: 0em;
	}
}

.mobile-menu {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 5000;
	background-color: var(--bs-dark);
	background-size: cover;
	background-position: center center;
	transition: ease 0.2s;
}

.show-menu {
	top: 0px;
}

/******* Hamburger animation *******/
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 24px
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #fff;
	right: 0;
}

.hamburger-inner:after {
	width: 22px;
}

.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -9px
}

.hamburger-inner:after {
	bottom: -9px
}

.hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
	transition: top .1s ease .25s,opacity .1s ease
}

.hamburger--spin .hamburger-inner:after {
	transition: bottom .1s ease .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease,opacity .1s ease .12s;
	opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	width: 32px;
	transition: bottom .1s ease,transform .12s cubic-bezier(.215,.61,.355,1) .12s;
	transform: rotate(-90deg)
}

/******* Index banner *******/
.banner video {
	position: relative;
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

@media screen and (max-width: 768px) {
	.banner video {
		height: unset;
	}
}
.banner {
	position: relative;
	z-index: 10;
	width: 100%;
}

.banner::before {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background-image: linear-gradient(0deg, #030303, transparent);
	z-index: 10;
}

.banner button {
	position: absolute;
	bottom: 2em;
	right: 2em;
	z-index: 11;
}

.banner img {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}

/******* intro text animation *******/
.rotating-text {
	height: 5.5rem;
	overflow-y: hidden;
	overflow-x: visible;
}

.rotating-text span {
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

@media screen and (max-width: 992px) {
	.rotating-text {
		height: 4rem;
		overflow-y: unset;
	}
}

main {
	position: relative;
	overflow: hidden;
}

.intro-shape {
	position: absolute;
	left: -5%;
	width: 115%;
	top: 8em;
	opacity: 0.8;
}

.shape-one {
	position: absolute;
	left: -15%;
	width: 135%;
	top: 10%;
	opacity: 1;
	z-index: -1;
}

.shape-two {
	position: absolute;
	left: -25%;
	width: 135%;
	top: -30%;
	opacity: 1;
	transform: rotate(70deg);
	z-index: -2;
}

@media screen and (max-width: 992px) {
	.shape-one {
		left: -45%;
		width: 285%;
		top: 30%;
		transform: rotate(-10deg);
	}

	.shape-two {
		left: -25%;
		width: 235%;
		top: 20%;
	}
}

.shape-three {
	position: absolute;
	left: -15%;
	width: 135%;
	top: 10%;
	opacity: 1;
	z-index: -1;
}

.shape-four {
	position: absolute;
	left: -25%;
	width: 135%;
	top: 20%;
	opacity: 1;
	transform: rotate(60deg);
	z-index: -2;
}

@media screen and (max-width: 992px) {
	.shape-three {
		left: -45%;
		width: 285%;
		top: 10%;
		transform: rotate(0deg);
	}

	.shape-four {
		left: -25%;
		width: 235%;
		top: 40%;
		transform: rotate(50deg);
	}
}


/******* Logo image marquee *******/
.logo-swiper {
	position: relative;
	mask: linear-gradient(90deg, transparent 5%, white 10%, white 90%, transparent 95%);
	-webkit-mask: linear-gradient(90deg, transparent 5%, white 10%, white 90%, transparent 95%);
}

.logo-swiper .swiper-slide {
	text-align: center;
	padding: 1rem;
	height: 100px;
	align-items: center;
	width: 180px;
}

.logo-swiper .swiper-slide > img, .logo-swiper .swiper-slide > svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	align-items: center;
	object-position: center center;
}

.logo-swiper > .swiper-wrapper {
	transition-timing-function: linear !important;
}

@media screen and (max-width: 992px) {
	.logo-swiper .swiper-slide {
		width: 120px;
	}
}

/******* Showcase image slider *******/
.showcase-swiper, .showcase-swiper .swiper-wrapper {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.showcase-swiper .swiper-slide {
	text-align: center;
	position: relative;
	align-items: center;
	width: 50%;
	margin: 1em;
	overflow: hidden !important;
	border-radius: 1em;
}

.showcase-swiper .swiper-slide > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	align-items: center;
	object-position: center center;
	overflow: hidden;
}

@media screen and (max-width: 992px) {
	.showcase-swiper .swiper-slide {
		width: 80%;
		margin: 0.5em;
	}

	.showcase-swiper .swiper-slide > img {
		border-radius: 0.75em;
	}
}
.image-swap{
	border-radius:0.5em;
}
.showcase-slider-text {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: cubic-bezier(.51,.15,.53,.91) 0.25s;
	opacity: 0;
}

.showcase-slider-text2 h3, .showcase-slider-text2 p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
	.showcase-slider-text h3 {
		font-size: 1.25rem !important;
	}

	.showcase-slider-text {
		pointer-events: none;
	}
}

.image-swap::before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.0;
	z-index: 1;
	mix-blend-mode: multiply;
	transition: ease 0.3s;
	top: 0;
	left: 0;
	pointer-events: none;
}
.image-swap::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 300px;
	content: "";
	opacity: 0.0;
	transition: cubic-bezier(.51,.15,.53,.91) 0.25s;
	background: linear-gradient(0deg, black, transparent);
	pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.image-swap:hover::after {
		opacity: 0.0;
	}

	.image-swap:hover .showcase-slider-text {
		bottom: 0;
		opacity: 1;
	}
	.image-swap:hover::before {
		opacity: 0.0;
	}
}

button {
	border: unset !important;
}
.box-hover {
	opacity: 0;
	transition: cubic-bezier(.51,.15,.53,.91) 0.25s;
	transform: scale(1);
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	inset: 0;
	top: 0;
	left: 0;
}

.box-hover img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.image-swap .box-hover::before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	background-color: var(--bs-primary);
	opacity: 0.1;
	z-index: 1;
	mix-blend-mode: color;
	transition: ease 0.25s;
	top: 0;
	left: 0;
}


@media screen and (min-width: 1140px) {
	.work-hover:hover .box-hover {
		opacity: 1;
		transform: scale(1.1);
	}
	.work-hover:hover .box-hover::before {
		opacity: 0.99;
	}
}

.showcase-swiper img{
	aspect-ratio:16/9;
	height:unset;
	object-fit:cover;
	object-position:center center;
}
/******* Text reveal *******/
.reveal-text {
	overflow: hidden;
}

.reveal-text > span {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transform: translateY(120px);
	display: inline-block;
	transition: ease-out transform .8s;
}

.reveal-text > span.visible {
	transform: translateY(0px)
}

@media screen and (max-width: 1260px) {
	.showcase-slider-text {
		bottom: 0px;
		opacity: 1;
	}

	.image-swap::after {
		height: 200px;
		background: linear-gradient(0deg, black, transparent);
	}

	.image-swap::before {
		opacity: 0;
	}
}

/******* Glowing dividers *******/
.bottom-glow {
	width: 100%;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 500px;
}

.primary-glow {
	width: 60%;
	height: 400px;
	border-radius: 50%;
	background: var(--bs-primary);
	position: absolute;
	bottom: -70%;
	right: -10%;
	filter: blur(160px);
	opacity: 0.75;
}

.top-glow {
	width: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 500px;
}

.secondary-glow {
	width: 60%;
	height: 400px;
	border-radius: 50%;
	background: var(--bs-secondary);
	position: absolute;
	top: -70%;
	left: -10%;
	filter: blur(160px);
	opacity: 0.75;
}

.bottom-middle-glow {
	width: 100%;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 500px;
}

.top-middle-glow {
	width: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 500px;
}

.gradient-glow {
	width: 80%;
	height: 400px;
	border-radius: 50%;
	background: var(--gradient);
	position: absolute;
	bottom: -50%;
	right: 10%;
	filter: blur(160px);
	opacity: 0.75;
}

.top-middle-glow .gradient-glow {
	bottom: unset;
	top: -50%;
	z-index: -1;
}

.left-glow {
	width: 30%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
}

.left-glow-ball {
	width: 100%;
	height: 80%;
	border-radius: 50%;
	background: var(--bs-primary);
	position: absolute;
	top: 10%;
	left: -80%;
	filter: blur(160px);
	opacity: 0.75;
}

.right-glow {
	width: 30%;
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 100%;
}

.right-glow-ball {
	width: 100%;
	height: 80%;
	border-radius: 50%;
	background: var(--bs-secondary);
	position: absolute;
	top: 10%;
	right: -80%;
	filter: blur(160px);
	opacity: 0.75;
}

/******* Side image pills *******/
.right-pill {
	position: absolute;
	right: 0;
	top: 6em;
	height: calc(100% - 12em);
	width: 50%;
	border-radius: 100em 0 0 100em !important;
	overflow: hidden;
}

.right-pill img {
	height: 100%;
	width: 100%;
}

.left-pill {
	position: absolute;
	left: 0;
	top: 2em;
	height: calc(100% - 4em);
	width: 56%;
	border-radius: 0 100em 100em 0 !important;
	overflow: hidden;
	z-index: 10;
}

.left-pill img {
	height: 100%;
	width: 100%;
	border-radius: 0 !important;
}

@media screen and (max-width: 992px) {
	.right-pill {
		position: relative;
		right: -1em;
		top: 2em;
		height: 300px;
		width: 100%;
		border-radius: 100em 0 0 100em !important;
	}

	.right-pill img {
		height: 100%;
		width: 100%;
	}

	.left-pill {
		position: relative;
		left: -1em;
		top: -2em;
		height: 300px;
		width: 100%;
		border-radius: 0 100em 100em 0 !important;
	}

	.left-pill img {
		height: 100%;
		width: 100%;
		border-radius: 0 !important;
	}
}


footer ul {
	padding: 0;
	margin: 0;
}

footer ul li a {
	color: black;
	text-decoration: none;
	line-height: 1.75;
	display: block;
	font-size: 0.875rem;
}

.footer-form input {
	font-size: 0.875rem;
	border-radius: 1.5em 0 0 1.5em !important;
	padding-left: 1.5em
}

footer .link {
	text-decoration: none;
}

footer .link:hover {
	text-decoration: underline;
}

.one {
	top: 0;
}

footer button {
	background-color: var(--bs-primary) !important;
}


.top-overlap {
	margin-top: -60px;
	position: relative;
}

@media screen and (max-width: 992px) {
	.top-overlap {
		margin-top: -80px;
	}
}

.top-overlap .container {
	position: relative;
	z-index: 10;
}

.card figure {
	position: relative;
	width: 100%;
}

.tag {
	position: absolute;
	top: 1em;
	left: 1em;
}

.top-overlap .card figure img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.bg-white p {
	font-weight: 400;
}

/******* Index banner *******/
.index-divider {
	height: 70vh;
	max-height: 600px;
	background: grey;
	width: 100%;
	position: relative;
	object-fit: cover;
}

.index-divider img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

@media screen and (max-width: 992px) {
	.index-divider {
		height: 70vh;
		max-height: 400px;
	}
}

.index-divider::before {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	background-color: white;
	border-radius: 0 0 3rem 3rem;
}

.index-divider::after {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: " ";
	background-color: black;
	border-radius: 3rem 3rem 0 0;
}

/******* Award section *******/

.award {
	height: 75px;
	width: unset !important;
	margin-top: -40px;
}
.award-reviews .text-dark {
	color: white !important;
}
.award-swiper {
	padding: 0.5em;
}
@media screen and (max-width: 992px) {
	.award {
		margin-top: -30px;
		margin-bottom: 2em;
	}
}

.all-awards {
	width: 140px;
	margin: auto;
	margin-bottom: 2em;
	display: inline-block;
}

.awards-section .card:hover {
	border-color: var(--bs-primary) !important;
}

.awards-section .gold:hover {
	border-color: var(--bs-gold) !important;
}

.awards-section .silver:hover {
	border-color: var(--bs-silver) !important;
}

.awards-section .bronze:hover {
	border-color: var(--bs-bronze) !important;
}

.awards-section .view-all-awards:hover {
	border-color: rgba(255,255,255,0.6) !important;
}

.award-reviews .text-dark {
	color: white !important;
}

.award-swiper {
	padding: 0.5em;
}

.pill {
	border-radius: 3em;
	background-color: var(--bs-primary);
	color: white;
	display: inline-block !important;
	padding: 0.25em 1em;
	width: auto;
}

.gold .pill {
	background-color: var(--bs-gold);
}

.silver .pill {
	background-color: var(--bs-silver);
}

.bronze .pill {
	background-color: var(--bs-bronze);
}

/******* White section drg letters *******/
.letter-d {
	position: absolute;
	right: 96%;
	top: 300px;
	transform: rotate(-25deg);
	width: 600px;
	z-index: 1;
}

.letter-r {
	position: absolute;
	left: 95%;
	transform: rotate(-25deg);
	top: -200px;
	width: 600px;
	z-index: 1;
}

.letter-g {
	position: absolute;
	left: 95%;
	bottom: 100px;
	transform: rotate(70deg);
	width: 600px;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	.letter-d {
		position: absolute;
		right: 95%;
		top: 600px;
		width: 300px;
	}

	.letter-r {
		position: absolute;
		left: 98%;
		top: -60px;
		width: 300px;
	}

	.letter-g {
		position: absolute;
		left: 98%;
		bottom: 20%;
		width: 300px;
	}

	.review-swiper .text-dark {
		font-size: 1rem !important
	}
}

.review-swiper p img {
	max-height: 2.5rem;
	margin-right: 0.75em;
}


/******* Page heading *******/
.page-heading img {
	width: 100%;
	padding: 0 1em;
	margin-top: 60px;
	max-height: 280px;
	object-fit: contain;
}

@media screen and (max-width: 992px) {
	.page-heading h1 {
		font-size: 1.25rem !important;
	}
	.page-heading img {
		padding: 0 0em;
	}
}

/******* Meet the team *******/

.team-section figure {
	padding: 0;
	margin: 0;
}

.team-images {
	mask: linear-gradient(180deg, white 50%, transparent);
	-webkit-mask: linear-gradient(180deg, white 50%, transparent);
	height: 420px;
	position: relative;
}

.team-section figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 2;
}

.team-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: cubic-bezier(.51,.15,.53,.91) 0.25s;
	transform: scale(1);
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.team-section figcaption {
	margin-top: -4em;
}

.team-section figcaption .copy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team-section figcaption {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	height: 160px;
}

@media screen and (max-width: 1024px) {
	.team-section figcaption {
		height: 185px;
	}
}

@media screen and (max-width: 1024px) {
	.team-images {
		height: 310px;
	}
}

@media screen and (max-width: 768px) {
	.team-images {
		height: 260px;
	}
}

.formal {
	opacity: 1;
	transition: ease-out 0.35s;
	transition-delay: 0.1s;
}

.informal {
	opacity: 0;
	transition: ease-out 0.35s;
	transition-delay: 0.1s;
}

.team-member p {
	margin: 0;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.show-informal {
	opacity: 1;
}

.hide-formal {
	opacity: 0;
}

.show-informal-image {
	opacity: 1;
	transform: scale(1.1);
}

@media screen and (min-width: 992px) {
	.team-section .card:hover .team-hover, .team-section .card:active .team-hover {
		opacity: 1;
		transform: scale(1.1);
	}

	.formal {
		transition: ease-out 0.35s;
		transition-delay: 0.1s;
	}

	.informal {
		opacity: 0;
		transition: ease-out 0.35s;
	}

	.team-section .card:hover .formal, .team-section .card:active .formal {
		opacity: 0;
		transition: ease-out 0.35s;
	}

	.team-section .card:hover .informal, .team-section .card:active .informal {
		opacity: 1;
		transition: ease-out 0.35s;
		transition-delay: 0.1s;
	}
}

.team-section > .container > .row .team-col:nth-child(2n+2) {
	transform: translateY(60px);
}

.work-section > .container > .row .work-preview:nth-child(3n+2) {
	transform: translateY(40px);
}

.staggered-cards .col:nth-child(2n+2) {
	transform: translateY(32px);
}

@media screen and (max-width: 480px) {
	.staggered-cards .col:nth-child(2n+2) {
		transform: translateY(0px);
	}
}

@media screen and (max-width: 1260px) {
	.team-section > .container > .row .team-col:nth-child(2n+2) {
		transform: unset;
	}

	.team-section > .container > .row .team-col:nth-child(3n+2) {
		transform: translateY(40px);
	}
}

@media screen and (max-width: 768px) {
	.team-section > .container > .row .team-col:nth-child(3n+2) {
		transform: unset;
	}

	.team-section > .container > .row .team-col:nth-child(2n+2) {
		transform: translateY(40px);
	}

	.work-section > .container > .row .work-preview:nth-child(3n+2) {
		transform: unset;
	}

	.work-section > .container > .row .work-preview:nth-child(2n+2) {
		transform: translateY(40px);
	}
}


/******* Index banner *******/
.rounded-divider {
	position: relative;
}

.rounded-divider::before {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	background-color: black;
	border-radius: 0 0 3rem 3rem;
	z-index: 3;
}

.rounded-divider::after {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: " ";
	background-color: black;
	border-radius: 3rem 3rem 0 0;
	z-index: 2;
}

/******* Careers image *******/
.polo-section {
	--polo: 350px;
}

.right-polo {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50%;
	top: 0;
	z-index: 1;
	object-fit: cover;
	object-position: left center;
}

.left-polo {
	position: absolute;
	left: 0;
	height: 100%;
	width: 50%;
	top: 0;
	z-index: 1;
	object-fit: cover;
	object-position: right center;
}

.left-polo-mob {
	position: absolute;
	left: 0;
	height: var(--polo);
	width: 100%;
	bottom: 0;
	z-index: 1;
	object-fit: cover;
	object-position: top center;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1200px) {
	.polo-section {
		padding-bottom: var(--polo);
	}
}

/******* Work page *******/
.card-img {
	height: 300px;
	object-fit: cover;
	object-position: center;
}

.work-box {
	height: 500px;
	padding: 0;
	margin: 0;
	border-radius: 1em;
}

.work-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 992px) {
	.work-box {
		height: 320px;
		border-radius: 0.75em;
	}
}

.work-box-2 {
	padding: 0;
	margin: 0;
}
.work-box-2 img {
	height: 100%;
	aspect-ratio: 16/9;
	min-height:300px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0;
	padding: 0;
	border-radius: 0.5em;
}
.work-box-2 .image-swap {
	border-radius: 0.5em;
	overflow:hidden;
}
.work-box-2 .image-swap::after{display:none;}
.work-box-2 .image-swap:hover::before {
	opacity: 0.2;
}
@media screen and (max-width: 992px) {
	.work-box-2 img{
		border-radius: 0.75em;
	}
}
@media screen and (max-width: 480px) {
	.work-box-2 img {
		border-radius: 0.75em;
	}
}


.staggered-work > div:nth-child(2n+2) {
	transform: translateY(32px);
}

@media screen and (max-width: 768px) {
	.staggered-work > div:nth-child(2n+2) {
		transform: translateY(0px);
	}
}


/******* Awards page *******/
.award-swiper .swiper-slide {
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.02);
	border: 1px solid rgba(0,0,0,0.2);
	backdrop-filter: blur(16px);
	border-radius: 8px;
	transition: ease 0.3s;
}

.award-swiper .swiper-slide:hover {
	border: 1px solid var(--bs-primary);
	background-color: rgba(0,0,0,0.04);
}

.award-swiper img {
	max-height: 80px;
	max-width: 80%;
	padding: 0.5em;
	margin: 0;
}

.award-swiper {
	height: 500px;
}

@media screen and (max-width: 992px) {
	.award-swiper {
		height: 400px;
	}
}

.partners .awards-pagination {
	margin-top: 40px;
	position: relative !important;
	text-align: center;
}

.awards-pagination .swiper-pagination-bullet {
	background: grey;
}

.awards-pagination .swiper-pagination-bullet-active {
	background: var(--bs-primary) !important;
}

.review-pagination .swiper-pagination-bullet {
	background: white
}

@media screen and (max-width: 992px) {
	.review-pagination {
		width: 100%;
		text-align: center;
	}
}

.contact-details a {
	color: white !important;
	font-weight: 300;
	text-decoration: none;
}

.contact-details a:hover {
	text-decoration: underline;
}

.contact-details i {
	width: 25px;
}

form input, form textarea {
	border: 1px solid rgba(255, 255,255,0.25) !important;
	border-radius: 8px !important;
	backdrop-filter: blur(16px);
	background: rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.1) !important;
	padding: 1rem !important;
	color: white !important;
	font-weight: 300 !important;
}

form textarea {
	height: 200px;
}

.flying-plane {
	position: absolute;
	left: 5%;
	top: -160px;
	width: 95%;
	z-index: -1;
}

@media screen and (max-width: 992px) {
	.flying-plane {
		top: -20px;
		width: 185%;
	}
}


.map-section iframe {
	width: 100%;
	border-radius: 1rem;
	height: 500px;
	position: relative;
	margin: 0;
	padding: 0;
	outline: 0 !important;
}

.map-section .map::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	z-index: 10;
	border-radius: 1rem;
	opacity: 0.85;
	pointer-events: none;
	mix-blend-mode: exclusion;
}

.map-section .map::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--gradient);
	z-index: 10;
	border-radius: 1rem;
	opacity: 1;
	pointer-events: none;
	mix-blend-mode: hue;
}


.blog-prev {
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.blog-prev {
		margin-bottom: 0.5rem;
	}
	.blog-feature-image {
		object-fit: cover;
		height: 150px;
	}
}

.blog-post h3 a {
	text-decoration: none;
	color: white;
}

.blog-post h3:hover a {
	text-decoration: underline;
}

.blog-prev p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
	/*
.blog-prev img{
    height: 350px;
    object-fit: cover;
    object-position: center center;
}
*/
.large-blog-prev .blog-feature-image {
	max-height: 700px;
	min-height: 500px;
}

.blog-feature-image {
	object-fit: cover;
	height: 200px;
}

.blog-feature-image.taller {
	height: 400px;
}

.blog-popular img {
	height: 150px;
	object-fit: cover;
	object-position: center center;
}

.blog-img {
	position: relative;
	display: block;
}

.blog-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--bs-primary);
	z-index: 10;
	border-radius: 1rem;
	opacity: 0.0;
	pointer-events: none;
	mix-blend-mode: color;
	transition: ease 0.2s;
}

.blog-prev:hover .blog-img::after {
	opacity: 0.5;
}

.blog-details p {
	margin: 0;
	display: inline-block;
}

.blog-details a {
	color: white;
	padding: 0;
	font-size: 0.9rem;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	/*
.blog-prev img{
    height: 260px;
}
*/
	.blog-details a {
		font-size: 0.8rem;
	}
	.blog-feature-image {
		object-fit: cover;
		height: 150px;
	}
}

.popular-posts h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cs-description img {
	max-height: 60px;
}

.cs-text ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding: 0;
}

.cs-text ol li {
	border: 1px solid rgba(255, 255,255,0.25);
	border-radius: 12px;
	backdrop-filter: blur(16px);
	background: rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.1);
	padding: 1.25em;
	margin-bottom: 1em;
	counter-increment: my-awesome-counter;
	padding-left: 60px;
	font-size: 0.9rem;
}

.cs-text ol li::before {
	content: counter(my-awesome-counter);
	color: var(--bs-primary);
	font-weight: bold;
	width: 60px;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0.75em;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
}


/******* Case study swiper *******/
.cs-swiper .swiper-slide {
	width: auto;
}

.cs-swiper img {
	width: auto;
	height: 640px;
	border-radius: 0.5em;
	max-width: 92vw;
	max-height:80vh;
}

.cs-images {
	margin-bottom: -275px;
}

.cs-reviews {
	padding-top: 300px !important;
	mask: linear-gradient(180deg, transparent 0px, white 150px);
	-webkit-mask: linear-gradient(180deg, transparent 0px, white 150px);
}

.cs-reviews::after {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: " ";
	background-color: black;
	border-radius: 3rem 3rem 0 0;
}

@media screen and (max-width: 1024px) {
	.cs-swiper img {
		height: auto !important;
		max-height: 300px;
	}
}

/******* Next case study *******/
.next-project {
	--project-height: 500px;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.next-project {
		--project-height: 300px;
	}
}

.next-project a {
	height: var(--project-height);
	line-height: var(--project-height);
	text-decoration: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

.next-project img {
	position: relative;
	object-fit: cover;
	object-position: center center;
	height: var(--project-height);
	z-index: -1;
	width: 100%;
	transition: 0.4s ease 0.2s;
}

.next-project::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--bs-dark);
	z-index: 4;
	opacity: 0.8;
	pointer-events: none;
	transition: ease 0.2s;
}

.next-project::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--bs-primary);
	z-index: 5;
	opacity: 0.0;
	pointer-events: none;
	mix-blend-mode: color;
	transition: ease 0.2s;
}

.next-project:hover::after {
	opacity: 0.4;
}

.next-project:hover img {
	transform: scale(1.06);
}

/******* Peeking case study prev and next section *******/
.case-study-main img {
	max-height: calc(100vh - 120px);
	height:unset!important;
	width: unset;
	max-width:100%;
}

@media screen and (max-width: 768px) {
	.case-study-main img {
		height: unset;
		width: 100%;
	}
}

.case-study-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
	mask: linear-gradient(90deg, transparent 0%, white 20%, white 80%, transparent 100%);
	-webkit-mask: linear-gradient(90deg, transparent 0%, white 20%, white 80%, transparent 100%);
}

.case-study-bg img {
	object-fit: cover;
	object-position: center center;
	filter: blur(16px);
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(2.5);
}

.next-project-preview img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
	height: 400px;
	border-radius: 1em;
}

.next-project-preview {
	position: relative;
	z-index: 10;
}

.change-project {
	overflow: hidden;
}

.hover-next-project {
	transform: translateY(60px);
	transition: ease 0.4s;
}

.hover-next-project:nth-child(2) {
	transform: translateY(80px);
}

.hover-next-project:hover {
	transform: translateY(40px);
}

.hover-next-project:nth-child(2):hover {
	transform: translateY(60px);
}

@media screen and (max-width: 1024px) {
	.next-project-preview img {
		height: 160px;
		border-radius: 0.5em;
	}

	.hover-next-project {
		transform: translateY(40px);
	}

	.hover-next-project:nth-child(2) {
		transform: translateY(60px);
	}

	.hover-next-project:hover {
		transform: translateY(20px);
	}

	.hover-next-project:nth-child(2):hover {
		transform: translateY(40px);
	}
}

@media screen and (max-width: 768px) {
	.share-post .btn {
		width: 100%;
	}
}

.services-section .glass-card:nth-child(even) .service-text {
	order: +1;
}

.service-image img {
	max-height: 400px;
}

.services-section .glass-card:nth-child(even) .service-image img {
	border-radius: 1em 30em 30em 1em !important;
}

.services-section .glass-card:nth-child(odd) .service-image img {
	border-radius: 30em 1em 1em 30em !important;
}

@media screen and (max-width: 1024px) {
	.services-section .glass-card:nth-child(even) .service-text {
		order: unset;
	}

	.service-image img {
		max-height: 250px;
	}

	.services-section .glass-card:nth-child(even) .service-image img {
		border-radius: 0.5em !important;
	}

	.services-section .glass-card:nth-child(odd) .service-image img {
		border-radius: 0.5em !important;
	}
}


.service-swiper .swiper-slide img {
	height: 200px;
	width: 100%;
}

.service-swiper {
	position: relative;
	mask: linear-gradient(90deg, transparent 5%, white 10%, white 90%, transparent 95%);
	-webkit-mask: linear-gradient(90deg, transparent 5%, white 10%, white 90%, transparent 95%);
}

.service-swiper .swiper-wrapper {
	overflow: visible !important;
}

.service-swiper .swiper-slide {
	text-align: center;
	align-items: center;
	width: 300px;
}

.service-swiper .swiper-slide h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.service-swiper > .swiper-wrapper {
	transition-timing-function: linear !important;
}

@media screen and (max-width: 768px) {
	.service-swiper .swiper-slide img {
		height: 120px;
	}

	.service-swiper .swiper-slide {
		width: 200px;
	}
}

.avatar {
	width: 22px;
	height: 22px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 6px;
}

.award-swiper svg {
	max-height: 80px;
	max-width: 80%;
	padding: .5em;
	margin: 0;
}

.testimonial-logo {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	padding: 2px;
}

.bg-white .testimonial-logo {
	border: 1px solid rgba(0,0,0,0.1);
}

.testimonial-logo image, .testimonial-logo img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.sticky-apply {
	position: sticky !important;
	bottom: 1em;
}

.job-banner .glass-card {
	padding: 0.55em 1em;
	background: var(--bs-dark);
	border: 0 !important;
	display: inline-block;
}

.job-banner {
	position: relative;
	padding: 250px 0 0 0;
}

.job-banner img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	mask-image: linear-gradient(white 30%, transparent 100%);
	-webkit-mask-image: linear-gradient(white 30%, transparent 100%);
}

.breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,0.7);
}

.copy.split-lists ul, .copy.split-lists ol {
	columns: 2;
	-webkit-columns: 2;
}

@media screen and (max-width: 768px) {
	.copy.split-lists ul, .copy.split-lists ol {
		columns: 1;
		-webkit-columns: 1;
	}
}

.admin-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: white;
	line-height: 50px;
	display: block;
	min-width: 0;
	padding: 0;
	font-size: 20px;
	text-align: center;
}


.clamp-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp-5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.job-summary {
	overflow: hidden;
	height: 100%;
}

.job-summary .card-body {
	position: relative;
	margin-top: -50px;
}

.job-summary img {
	object-fit: cover;
	width: 100%;
	height: 200px;
	mask-image: linear-gradient(white 30%, transparent 100%);
	-webkit-mask-image: linear-gradient(white 30%, transparent 100%);
}


html {
	scroll-padding-top: 100px;
}

.brand-image {
	position: absolute;
	right: 0;
	top: 0em;
	width: 40%;
	height: 100%;
	border-radius: 0 0 0 50%;
	overflow: hidden;
}

.brand-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	top: 0;
	right: 0;
	border-radius: 50% 0 0 50%;
}

.brand-phone {
	height: 100%;
	position: absolute;
	left: 3em;
	top: 3em;
	z-index: 10;
}

main .brand-section:nth-child(even) .brand-image {
	left: 0;
	right: unset;
	border-radius: 0 0 50% 0;
}

main .brand-section:nth-child(even) .brand-bg {
	right: 0;
	border-radius: 0 50% 50% 0;
}

main .brand-section:nth-child(even) .brand-phone {
	right: 3em;
	left: unset;
}

main .brand-section:nth-child(even) .row {
	display: flex;
	justify-content: flex-end;
}

main .brand-section:nth-child(even) .row div .row {
	justify-content: flex-start !important;
}

.brands-navigation img {
	max-height: 70px;
	max-width: 80%;
}

.bottom-brands-navigation img {
	max-height: 40px;
	max-width: 80%;
	filter: brightness(0) invert(1);
}

.bottom-brands-navigation {
	position: fixed;
	bottom: -8em;
	width: 100%;
	transition: cubic-bezier(.51, .15, .53, .91) 0.5s all;
	z-index: 100;
}

	.bottom-brands-navigation .glass-card {
		background-color: rgba(50,50,50,0.6);
	}

.bottom-navigation {
	bottom: 2em;
}

.brand-section .copy img {
	max-height: 80px;
	max-width: 150px;
}


@media screen and (max-width: 992px) {
	.brand-image {
		width: 100%;
		border-radius: 0 !important;
		min-height: 400px;
		position: relative;
	}

	.brand-bg {
		border-radius: 0 !important;
	}

	.brand-phone {
		height: unset !important;
		width: 60% !important;
		position: absolute;
		left: 20% !important;
		top: 2em !important;
		z-index: 10;
		right: unset !important;
	}

	main .brand-section:nth-child(even) .row {
		display: flex;
		justify-content: center !important;
	}

	.brands-navigation img {
		max-height: 60px;
		max-width: 90%;
	}

	html {
		scroll-padding-top: 60px;
	}
}

@media screen and (max-width: 480px) {
	.brand-image {
		min-height: 360px;
	}

	.brand-phone {
		width: 80% !important;
		left: 10% !important;
	}
}

@media screen and (max-width: 768px) {
	.large-blog-prev .blog-feature-image {
		max-height: 500px;
		min-height: 300px;
	}
}


.award-swiper svg {
	max-height: 80px;
	max-width: 80%;
	padding: .5em;
	margin: 0;
	"
}

.testimonial-logo {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	padding: 2px;
}

.bg-white .testimonial-logo {
	border: 1px solid rgba(0,0,0,0.1);
}

.testimonial-logo image, .testimonial-logo img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.sticky-apply {
	position: sticky !important;
	bottom: 1em;
}

.job-banner .glass-card {
	padding: 0.55em 1em;
	background: var(--bs-dark);
	border: 0 !important;
	display: inline-block;
}

.job-banner {
	position: relative;
	padding: 250px 0 0 0;
}

	.job-banner img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
		mask-image: linear-gradient(white 30%, transparent 100%);
		-webkit-mask-image: linear-gradient(white 30%, transparent 100%);
	}

.breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,0.7);
}

.copy.split-lists ul, .copy.split-lists ol {
	columns: 2;
	-webkit-columns: 2;
}

@media screen and (max-width: 768px) {
	.copy.split-lists ul, .copy.split-lists ol {
		columns: 1;
		-webkit-columns: 1;
	}
}

.admin-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: white;
	line-height: 50px;
	display: block;
	min-width: 0;
	padding: 0;
	font-size: 20px;
	text-align: center;
}

.clamp-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.clamp-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp-5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-post .blog-img img {
	aspect-ratio: 16 / 9;
	height: unset;
	min-height: 150px;
}

.job-summary {
	overflow: hidden;
	height: 100%;
}

.job-summary .card-body {
	position: relative;
	margin-top: -50px;
}

.job-summary img {
	object-fit: cover;
	width: 100%;
	height: 200px;
	mask-image: linear-gradient(white 30%, transparent 100%);
	-webkit-mask-image: linear-gradient(white 30%, transparent 100%);
}

.blog-feature-image, .blog-feature-image.taller {
	height: unset;
	max-height: 700px;
}

@media screen and (max-width: 480px) {
	.blog-feature-image, .blog-feature-image.taller {
		max-height: 400px;
	}
}

.case-study-main img {
	max-height: calc(100vh - 140px);
	width: unset;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.case-study-main img {
		height: unset;
		width: 100%;
	}
}

.case-study-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
	mask: linear-gradient(90deg, transparent 0%, white 20%, white 80%, transparent 100%);
	-webkit-mask: linear-gradient(90deg, transparent 0%, white 20%, white 80%, transparent 100%);
}

.case-study-bg img {
	object-fit: cover;
	object-position: center center;
	filter: blur(16px);
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(2.5);
}
.mobile-background {
	z-index: -1;
}
@media screen and (max-width: 480px) {
	.intro-section .display-3 {
		font-size: 1.75rem !important;
	}
}
.logo-swiper {
	pointer-events: none;
}