@media(max-width: 992px) {
	.client-wrapper {
		background-image: url(/content/dam/accenture/final/accenture-com/a-com-custom-component/iconic/imagery/Accenture-IR360-Client.jpg);
	}
}

.client-wrapper{
	/* width:100%;
	height:100%; */
	position:relative;
}

#client-section {
  /* overflow: hidden;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 999; */
}

.client-wrapper .bubble-navigation .items-holder {
  max-width: 970px;
}

#client-wrapper.video-ended canvas {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

#client-section video#client-video {
  /* position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
}




.client-wrapper .cube-wrap {
  margin: 0px auto;
  perspective: 1560px;
  position: absolute;
  width: 100%;
  max-width: 780px;
  left: calc(50% - 390px);
  height: 100%;
  -ms-overflow-style: none;  /* Hide scrollbar for IE, Edge */
  scrollbar-width: none;  /* Hide scrollbar for IE, Edge Firefox */
	z-index: 1;
	top: 20px;
	overflow: hidden;
}

.client-wrapper .cube-wrap.inhide {
	z-index: -1;
}

/* Hide scrollbar for Chrome */
.client-wrapper .cube-wrap::-webkit-scrollbar {
  display: none;
}

.client-wrapper .cube-wrap .cube {
  width: 780px;
  transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: rotateY(110deg);
}

body.popup-open .client-wrapper .cube-wrap .cube .content {
  transform: translateX(-50%) translateY(-700px);
  transition: transform 1s;
  transition-delay: 0.5s;
  animation: opacity-one-to-zero;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes opacity-one-to-zero {
	0% {
	  opacity:1
	}

	100% {
	  opacity:0
	}
}

.client-wrapper .cube-wrap .cube.client-rotate-right-to-center {
  animation: client-rotate-right-to-center 0.7s linear forwards;
}

.client-wrapper .cube-wrap .cube.client-rotate-left-to-center {
  animation: client-rotate-left-to-center 0.7s linear forwards;
}

.client-wrapper .cube-wrap .cube .content {
  position: absolute;
  width: 100%;
  max-width: 680px;
	display: none;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateZ(-1000px) scale(1);
  transform-origin: top;
  padding: 40px 50px 40px 50px;
  border-radius: 20px;
	background: radial-gradient(50% 50% at 50% 50%, hsl(0deg 0% 0% / 48%) 40%, rgb(58 41 69 / 0%) 100%);
}

@media(min-width: 1200px){
	.client-wrapper .cube-wrap .cube .content {
	  transform: translateX(-50%) translateZ(-1000px) scale(1.2);
	}
}

@media(min-width: 1400px){
	.client-wrapper .cube-wrap .cube .content {
		transform: translateX(-50%) translateZ(-1000px) scale(1.5);
	}
}

@media(min-width: 1600px){
	.client-wrapper .cube-wrap .cube .content {
		transform: translateX(-50%) translateZ(-1000px) scale(1.64);
	}
}

@keyframes client-rotate-right-to-center {
	0% {
	  transform: rotateY(300deg);
	}

	100% {
	  transform: rotateY(360deg);
	}
}

@keyframes client-rotate-left-to-center {
	0% {
	  transform: rotateY(100deg);
	}

	100% {
	  transform: rotateY(0deg);
	}
}

.client-wrapper .cube-wrap .cube .content.active {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.client-wrapper .content .d-flex {
	display: flex;
}
.client-wrapper .content .d-flex.flex-align-items-center {
	align-items: center;
}
.client-wrapper .content .has-right-border {
	border-right: 1px solid #fff;
}
.client-wrapper .content .has-left-border {
	border-left: 1px solid #fff;
}
.client-wrapper .content .has-bottom-border {
	border-bottom: 1px solid #fff;
}
.client-wrapper .content .has-padding-right-30 {
	padding-right: 30px;
}
.client-wrapper .content .has-padding-left-30 {
	padding-left: 30px;
}
.client-wrapper .content .has-margin-top-20 {
	margin-top: 20px;
}
.client-wrapper .content .has-margin-bottom-20 {
	margin-bottom: 20px;
}
.client-wrapper .content .has-width-50 {
	width: 50%
}
.client-wrapper .content .has-width-70{
	width: 70%;
}

.client-wrapper .content h1 {
	font-family: 'Graphik';
	font-style: normal;
	font-weight: 300;
	font-size: 70px;
	line-height: 107%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 0;
}

.client-wrapper .content h2 {
	font-family: 'Graphik';
	font-style: normal;
	font-weight: 300;
	font-size: 42px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 0;
}

.client-wrapper .content p {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 300;
	font-size: 25px;
	line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
	margin: 0;
}

.client-wrapper .content span.expand-button {
	font-family: 'Graphik';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  width: 150px;
  display: flex;
  margin: 30px auto 0 auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}



.client-wrapper canvas {
	position: absolute;
  top: 0;
	opacity: 0;
}
