:root{
	
--color-main-light: #F1DADA;
--color-main-medium: #E3B5B5;
--color-main-dark: #E44B5D;

}


body{
	font-family: poppins;
}

img, video {
  width: 100%;
 }

 a{
 	text-decoration: none;
 }

 html{
  scroll-behavior: smooth;
}

.nav_case_title{
	padding-right: 100px;
	font-family: raleway;
	font-size: 0.9rem;
	letter-spacing: 1px;
}

@media(max-width: 500px){

.nav_case_title{
	display: none;
}

}

#progress{
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 80px;
  width: 80px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 999;
}

#progress-value{
  display: block;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  background-color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--color-main-medium);
  z-index: 1000;
}


.about_container {
	width: 80vw;
	margin: 0 auto;
	align-items: center;
}

.about_hero img{
	width: 110%;
	transform: translateX(-10%);
}



.roles{
	display: flex;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

.role{
	display: flex;
}

.role p{
	font-size: 0.9rem;
	line-height: 1em;
	font-weight: 600;
}

.role_decor{
	width: 4px;
	height: 14px;
	background-color: var(--color-main-dark);
	margin: 0 12px;
}

.about_text p{
	font-size: 0.9rem;
	padding-bottom: 1em;
}

.logo_jump{
	width: 250px;
	height: 50px;
}

@media(max-width: 500px){

.about_hero{
	padding-top: 60px;
}

.about_content{
	transform: translateY(-10%);
}

.logo_jump{
	width: 150px;
	height: 30px;
}


}


h2{
	font-size: 5rem;
	line-height: 2em;
	color: var(--color-main-dark);
	text-align: center;
	padding-top: 0.5em;
	text-shadow: 5px 5px 0px #ececec;
}


h3{
	line-height: 2em;
}

h4{
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	line-height: 3em;
	padding-top: 0.5em;
}

@media(max-width: 500px){

h2{
	font-size: 3rem;
	text-shadow: 3px 3px 0px #ececec;
}

h4{
	font-size: 1.8rem;
}

}

.market_container{
	width: 80vw;
	margin: 60px auto;
}

.market_caption{
	text-align: center;
}

.trends_container{
	width: 50vw;
	margin: 0 auto;
}

.trend{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.trend_icon{
	display: flex;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 0;
}

.trend h3{
	color: var(--color-main-dark);
}

.trend_text{
	padding-left: 2em;
}

@media(max-width: 500px){

.trends_container{
	width: 80vw;
}


.trend{
	display: block;

}

.trend_icon{
	width: 60px;
	height: 60px;
}

.trend_text{
	padding-left: 0;
	margin-top: 1em;
}

}

.competitors{
	width: 80vw;
	margin: 60px auto;
}

.competitor{
	text-align: center;
	padding: 1rem;
}

@media(min-width: 900px){

.competitor img{
	width: 80%;
	margin: 0 auto;
}

}

.position{
	width: 80vw;
	margin: 60px auto;
	
	align-items: center;
}

.position_content{
	display: flex;
	align-items: center;
}

.position_title{
	font-size: 1.6rem;
	line-height: 2em;
	
	font-weight: 700;
	
	
}

.position_text p{
	padding: 0 2em;
	font-size: 1.2rem;
	line-height: 2em;
	border-left: 3px solid var(--color-main-dark);
}

.position_decor{
	width: 80%;
	margin: 0 auto;
}

@media(max-width: 500px){



.position_text p{
	font-size: 0.9rem;
}

}

.research{
	width: 80vw;
	margin: 60px auto;

	align-items: center;

}


.students{
	width: 80vw;
	margin: 40px auto;
	padding-bottom: 40px;
}

.student_photo{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 50px auto;
}

.student_name{
	font-weight: 700;
	text-align: center;
}

.student_button{
	width: 10em;
	margin: 30px auto;
	background-color: white;
	border-radius: 20px;
	border: 1px solid black;
	box-shadow: 3px 3px 0px black;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: center;
	padding: 1em;
	transition: 0.4s;

}

.student_button a{
	color: black;
}

.student_button:hover{
	transform: translateY(-20%);
}

.quotes{
	width: 80vw;
	margin: 40px auto;
}



.quote{
	width: 80%;
	height: 450px;
	margin: 20px auto;
	border-radius: 40px;
	background-color: #f5f5f5;
}

.quote_photo{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: black;
	margin: 40px auto;
}

.quote_photo img{
	transform: translate(3px, 3px);
}

.quote_text{
	font-size: 0.8rem;
	line-height: 1.6em;
	padding: 0 2em;
}

.findings{
	width: 84vw;
	margin-left: 10.5vw;
	padding: 60px 0;
}


.finding{
	margin-bottom: 60px;
}

.finding_text {
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 25px;
	font-size: 0.9rem;
	line-height: 1.6em;
	padding: 2em 3em;
}

.finding_arrow{
	display: flex;
	align-items: center;
}

.finding_arrow img{
	width: 36px;
	margin: 10px auto;
}

@media(max-width: 500px){
.findings{
	width: 80vw;
	margin-left: 10vw;
}

.finding_arrow img{
	transform: rotate(90deg);
}


}


.pains{
	width: 80vw;
	margin: 60px auto;
	padding-bottom: 20px;
}

.pain{
	text-align: center;
}

.pain_icon{
	width: 150px;
	height: 150px;
	margin: 20px auto;
}

.pain_name{
	font-weight: 700;
	font-size: 1.2rem;
}

.pain_text{
	font-size: 0.9rem;
	padding: 1em 2em;
}

.persona{
	width: 80vw;
	margin: 80px auto;
	padding-bottom: 40px;
}

.persona img{
	width: 80%;
	margin: 0;
}

.persona h3{
	padding-top: 1em;
}

.persona p{
	font-size: 0.9rem;
	line-height: 1.6em;
	padding-top: 0.9em;
}

@media(max-width: 500px){
.persona img{
	width: 100%;
}
}

.problem{
	width: 80vw;
	margin: 60px auto;
}

.problem_photo{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1.5px solid black;
}

.problem_photo img{
	width: 90%;
	height: 90%;
	margin: 5% 5%;
	border-radius: 50%;
}

.problem_quote{
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 30px;
	padding: 2em 3em;
}

.workflow{
	width: 80vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.workflow_step{
	background-color: #f5f5f5;
	border-radius: 20px;
	padding: 1em 2em;
	margin: 15px 0;
}

.workflow_arrow{
	width: 36px;
	height: 36px;
	margin: auto 20px;
}

@media(max-width: 500px){

.problem_photo{
	width: 150px;
	height: 150px;
}

.workflow{
	display: block;
}
.workflow_arrow{
	display: none;
}
}

.lf{
	width: 80vw;
	margin: 80px auto;
	padding-bottom: 60px;
}

.hfs{
	width: 80vw;
	margin: 40px auto;
}

.colors{
	width: 80vw;
	margin: 80px auto;
	padding-top: 20px;
}

.color{
	width: 80%;
	margin: 0 auto;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.color p{
	width: 100%;
	text-align: center;
	color: white;
}

.systems{
	width: 80vw;
	margin: 80px auto;
}

.system img{
	width: 60%;
	margin: 0 20%;
	padding-bottom: 30px;
}

.system p{
	text-align: center;
}

#color1{
	background-image: url(../img/case2/color1.png);	
}

#color2{
	background-image: url(../img/case2/color2.png);	
}

#color3{
	background-image: url(../img/case2/color3.png);	
}

#color4{
	background-image: url(../img/case2/color4.png);	
}

#color4 p{
	color:black;	
}


.prototype_button{
  width: 10em;
  height: 3em;
  margin: 80px auto;
  background-color: var(--color-main-dark);
  color: white;
  border-radius: 2em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 3em;
  transition: 0.4s;

}

.prototype_button:hover{
	transform: translateY(-20%);
}


