.animation-wrap{
	position: relative;
}

/*DELIVERY-----------------------------------------------------*/

.spacer {
	position: relative;
	height: 100vh;
	background-color: lightgrey;
}



#dod {
	padding: 20px;
	font-family: 'Inter', sans-serif;
}

#dod__slider {
	/* min-width: 850px; */
	background-color: #ffffff;
}


.sticky {
	position: fixed;
  top: 0;
  width: 100%;
}

#dod__title {
	width: 100%;
	/* max-width: 820px; */
	margin: 70px auto 0px auto;
	font-family: 'Inter', sans-serif;
	font-size: 33px;
	font-weight: 600;
	line-height: 38px;
	text-align: center;
}
#dod__title {
  width: 100%;
	max-width: 100vw;
}
.color-turq {
	color: #01AAD5;
}

#dod__steps {
	position: relative;
	width: 100%;
	max-width: 1220px;
	display: flex;
	justify-content:space-around;
	margin: 0px auto;
	padding-top: 0px;
}

.dod__step + .dod__step {
	margin-left: 25px;
}
.dod__step {
	position: relative;
	display: flex;
	flex-direction: column;
}
.step__title {
	position: relative;
	margin-bottom: 0px;
	color: #1B232E;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 27px;
}
.step__para {
	width: 100%;
	max-width: 320px;

	color: #5C5C5C;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.step__link {
	position: relative;
	color: #01AAD5;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	text-decoration: none;
}
.step__link::after  {
	content:'';
	position: absolute;
	top: 52%;
	right: -60px;
	transform: translateY(-50%);
	width: 50px;
	height: 10px;
	background: url('../delivery-orchestration/carat.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transition: right 0.3s ease-in-out;
}
.step__link:hover::after {
	right: -70px;
}

.step__number {
	position: absolute;
	top: 0;
	left: -25px;
	color: #01AAD5;
}

/* svg styling */
.svgWrap {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
}

#dod__wrap {
	position: relative;
	overflow: hidden;
}

#dod__diagram {
	position: relative;
	width: 100%;
	max-width: 1220px;
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	background-color: #ffffff;
}

.svgWrap {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 36.20%;
}

#dod__diagram svg {
	position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
}

#dod__title {
	font-size: 55px;
	line-height: 60px;
}

/*#downZone {
	background-color: #e6e6e6;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
*/
#downZone {
	background-color: #e6e6e6;
	width: 100%;
	height: 100%;
	padding-top: 25px;
	padding-bottom:25px;
	display: flex;
	/* align-items: center; */
	justify-content: space-around;
}

/* this nextSection should be replaced by the id of the section thats actually below the svg */
#animationWrapper {
	position: relative;
}


/* utils */
.nowrap {
	white-space: nowrap;
}

.mobile-hide {
	display: none;
}


@media screen and (max-width: 780px) {

	#dod__diagram {
		width: 150%; /* controls the overall size of the svg */
	}
}


@media screen and (max-width: 549px) {
	
	#dod__diagram {
		width: 200%; /* controls the overall size of the svg */
	}

}

@media screen and (max-width: 379px) {
	
	#dod__diagram {
		width: 300%; /* controls the overall size of the svg */
	}

}













/*FAQ SPEECH BUBBLES-----------------------------------------------------*/

#faq {
	position: relative;
	box-sizing: border-box;
	min-height: 695px;
	padding: 20px; 
	background: rgb(32,68,120);
	background: linear-gradient(180deg, rgba(32,68,120,1) 0%, rgba(22,45,79,1) 35%, rgba(22,45,79,1) 90%);
}
#faq__bg {
	position: absolute;
	top: 0;
	right: 0;
	user-select: none;
	z-index: 0;
}

.tail--left {
	position: absolute;
	bottom: 0;
	left: -17px;
	transform: rotateY(180deg);
}
.tail--left path {
	fill: rgba(80,201,232,1) 
	/* transition: fill 0.3s ease-in-out; */
}
.active .tail--left path {
	fill: #b2b2b2;
}

.tail--right {
	position: absolute;
	bottom: 0;
	right: -17px;
}
.tail--right path {
	fill: rgb(1,170,213);
	/* transition: fill 0.3s ease-in-out; */
}
.active .tail--right path {
	fill: rgba(132,132,132,1);
}
#faq .flexWrap {
	position: relative;
	z-index: 1;
	width: 100%;
	
	 padding: 0 40px;
    margin: auto;
 
}

.faq__copy {
	margin-bottom: 30px;
}

.faq__title {
	max-width: 560px;
	margin-bottom: 40px;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 55px;
	font-weight: 700;
	line-height: 62px;
}

.faq__para {
	max-width: 460px;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}

#faq__bubbles {
	width: 100%;
	max-width: 650px;
	display: flex;
	flex-direction: column;
}

.faq__bubble {
	position: relative;
	box-sizing: border-box;
	max-width: 460px;
	min-height: 150px;

	padding: 40px;
	margin-bottom: 20px;

	background: rgb(1,170,213);
	background: linear-gradient(297deg, rgba(1,170,213,1) 10%, rgba(69,197,229,1) 55%, rgba(80,201,232,1) 100%);
	border-radius: 35px 35px 35px 35px;
	-moz-border-radius: 35px 35px 35px 35px;
	-webkit-border-radius: 35px 35px 35px 35px;

	transition: background 0.3s ease-in-out;
	cursor: pointer;
}
 
.faq__bubble::after {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 9px;
	height: 18px;
	background: url('../speech-bubbles/carat.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
}
.faq__bubble.active::after {
	transform: translateY(-50%) rotate(180deg)
}

.faq__bubble.active {
	background: rgb(178,178,178);
	background: -moz-linear-gradient(90deg, rgba(178,178,178,1) 0%, rgba(132,132,132,1) 80%);
	background: -webkit-linear-gradient(90deg, rgba(178,178,178,1) 0%, rgba(132,132,132,1) 80%);
	background: linear-gradient(90deg, rgba(178,178,178,1) 0%, rgba(132,132,132,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2b2b2",endColorstr="#848484",GradientType=1);
}

.faq__bubble.-right {
	align-self: flex-end;
}

.bubble__copy {
	width: 100%;
	overflow: hidden;
	margin-right: 20px;

	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}

.active .bubble__slide {
	transform: translateX(-50%);
}
.bubble__slide {
	width: 200%;
	display: flex;
	transition: transform 0.3s ease-in-out;
}

.bubble__slide > div {
	width: 100%;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 800px) {
	#faq {
		padding: 90px; 
	}
	#faq .flexWrap {
		/*display: flex;
		max-width: 1160px;*/
		display: flex;
    max-width: 1360px;
   
	}

	#faq__bubbles {
		margin-left: 40px;
	}
}

