
:root{
	
--color-main-light: #F1DADA;
--color-main-medium: #E3B5B5;
--color-main-dark: #1421FF;

}


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: 120%;
	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: #6F7DF8;
	margin: 0 12px;
}

.about_text p{
	font-size: 0.9rem;
	padding-bottom: 1em;
}

.logo_mk{
	width: 150px;
	height: 150px;
}

@media(max-width: 500px){

.about_hero{
	padding-top: 60px;
}
.about_content{
	transform: translateY(-60px);
}

.logo_mk{
	width: 100px;
	height: 100px;
}

}


.goals_container{

	width: 80vw;
	margin: 0 auto;
	object-fit: center;
	align-items: center;
}

.goals{
	padding-right: 0em;
}

.goals h3{
 padding: 0.5em 0;
}

.goals p, .goals ul li{
 line-height: 2em;
 font-size: 0.9rem;
 opacity: 0.8;
}

.goals ul li{
	margin-left: 1em;
}

.goals_bg img{
	width: 100%;
}

.goal_icon{
	width: 40px;
	height: 40px;
	margin-top: 20px;
}

.goal_icon img{
	width: 100%;
}

@media(max-width: 500px){
	.goals_bg{
		display: none;
}
}


.customers_container{

	width: 80vw;
	margin: 20px auto;
	object-fit: center;
	align-items: center;
	margin-bottom: 0;
}

.customer_bg{

	display: flex;
}

.customer_bg img{
	width: 70%;
	margin: 0 auto;
}

.customer_text{

}

.customer_text h3{
 padding: 0.5em 0;
 color: #1421FF;
}

.customer_text p{
 font-size: 0.9rem;
 opacity: 0.8;
 line-height: 1.5em;
 padding-bottom: 1em;
}

h2{
	font-size: 7rem;
	color: white;
	text-align: center;
	text-shadow: 0px 0px 2px var(--color-main-dark);
}

@media(max-width: 500px){

h2{
	font-size: 3rem;
	color: white;
	text-align: center;
	text-shadow: 0px 0px 1px var(--color-main-dark);
}

}

.quotes_container{
	width: 80vw;
	margin: 0 auto;
	padding-bottom: 100px;
}

.quotes_container h3{
	color: var(--color-main-dark);
	font-size: 2.5rem;
	padding: 1em 0;
}


.quote {
	box-shadow: 20px 20px 20px rgba(0,0,0,0.2);
	padding: 0 30px;
}

.quote h4{
	color: var(--color-main-dark);
	font-size: 3rem;
	padding-top: 0.5em;
	text-align: center;
}

.quote p{
	font-size: 0.9rem;
}

.learnings_container{
	width: 80vw;
	margin: 50px auto;
}

.assumption, .learning{
	display: flex;
	padding: 40px;
}

.assumption{
	border-right: 1px solid #dcdcdc;
}


.assumption h3{
	font-size: 2rem;
	padding-right: 1em;
	color: var(--color-main-dark);
	opacity: 0.2;
}

.learning h3{
	font-size: 2rem;
	padding-right: 1em;
	color: var(--color-main-dark);
	opacity: 1;
}

@media(max-width: 500px){
.assumption, .learning{
	padding: 20px 0;
	border-right: none;
}	
}


.persona_title{
	display: flex;
}

.persona_title h3{
	color: var(--color-main-dark);
	font-size: 2.5rem;
	text-align: center;
	padding-bottom: 1em;
}

.persona_title img{
	width: 100px;
}

.persona_container{
	width: 80%;
	margin: 100px auto;

	object-fit: center;
	align-items: center;
}
.persona_bg {
	width: 35vw;
	height: 35vw;
	display: flex;
	object-fit: center;
	align-items: center;
	background-image: url("../img/case/persona.png");
	background-size: contain;
	background-repeat: no-repeat;
}


.persona_info{
	display: flex;
	align-items: center;
	width: 40%;
	height: 100%;
	padding-left: 1em;
	background-color: rgba(255, 255, 255, 0.8);
	
}

.persona_info p{
	font-size: 0.9rem;
	line-height: 2em;
}

.persona_quote{
font-family: permanent marker;
font-size: 1.5rem;
color: var(--color-main-dark);
opacity: 0.2;
padding-bottom: 1em;
}

.persona_text h4{
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.persona_text p{
	font-size: 0.9rem;
	margin-bottom: 1em;
}

@media(max-width: 500px){
.persona_bg{
	width: 80vw;
	height: 80vw;
}
.persona_info p{
	font-size: 0.6rem;
}	
}



.problem_title{
	width: 100vw;
	justify-content: center;
}

.problem_title h3{
	margin: 0 auto;
	text-align: center;
	color: var(--color-main-dark);
	font-size: 2.5rem;
	line-height: 2em;
}

.problem_decor{
	width: 100px;
	margin: 20px auto;
}

.Problem_decor img{
	margin: 0 auto;
}

.problem{
	width: 100vw;
	height: 32vw;
	background-image: url("../img/case/problem.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	object-fit: center;
	align-items: center;
	margin-bottom: 100px;
}

.problem p{
	width: 40%;
	margin: 0 auto;
	font-size: 1rem;
	padding-left: 2em;
	line-height: 1.8em;
	color: white;
	font-weight: 600;
}

@media(max-width: 500px){
.problem p{
	width: 80%;
	margin: 0 auto;
	padding-left: 0;
	font-size: 0.8rem;
	line-height: 1.5em;
	color: black;
	transform: translateY(40vw);
}	

.problem{
	margin-bottom: 70vw;
}
}


.workflows_container{
	width: 80vw;
	margin: 0 auto;
}

.workflow{
	position: relative;
}

.workflow h3{
	position: absolute;
	font-size: 2.5rem;
	left: -0.5em;
	font-family: sans-serif;
	font-weight: 900;
	color: var(--color-main-dark);
	opacity: 0.1;
	z-index: -1;

}

.workflow p{
 margin: 2em 0;
}

.workflow img{
	margin-bottom: 80px;
}

.feedbacks_container{
	width: 80vw;
	margin: 50px auto;
}

.feedbacks_container h2{
	font-size: 5rem;
	line-height: 1em;
	text-align: left;
	color: var(--color-main-dark);
	opacity: 0.2;
	text-shadow: none;
}


.feedback_icon {
	display: flex;
}

.feedback_icon img{
	width: 10rem;
	height: 10rem;

}

@media(max-width: 500px){

.feedbacks_container h2{
	font-size: 3.5rem;
}

.feedback_icon img{
	width: 8rem;
	height: 8rem;

}

.feedback_screen img{
	width: 60%;
	margin: 0 auto;
}

}


.feedbacks{
	margin: 50px 0;
}

.feedback_screen{
	display: flex;
}

.feedback_screen img{
	border-radius: 20px;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}

.feedback{
	background-color: white;
	opacity: 0.8;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0 20px 20px 20px;
	font-size: 0.8rem;
	padding: 2em;
	margin-bottom: 2em;
}


.fixes_container{
	width: 100vw;
	padding: 0 10vw;
	overflow: hidden;
}

.fixes_title{
	display: flex;
}

.fixes_title h3{
	font-size: 4rem;
	padding-right: 0.5em;
	color: var(--color-main-dark);
	opacity: 0.2;
}

.fixes_icon{
	width: 5rem;

}

.fix{
	margin-top: 50px;
	margin-bottom: 100px;
	align-items: center;
	position: relative;
}

.fix_visual{
	display: flex;
	object-fit: center;
	align-items: center;
}

.before, .after{
	width: 40%;


}

.before img, .after img{
	border-radius: 25px;
	box-shadow: 0 10px 20px rgba(200, 200, 220, 0.5);
}

.before h3, .after h3{
	text-align: center;
	color: var(--color-main-dark);
	padding-bottom: 0.5em;
}

.before h3{
	opacity: 0.2;
}


.fix_arrow{
	width: 20%;
	text-align: center;
	color: var(--color-main-dark);
	opacity: 0.2;
	font-size: 3rem;

}

.fix_text{
	position: relative;
	margin-left: 20%;

}
.fix_bg{
	position: absolute;
    top: 0;
    left: 60%;
	z-index: -1;
}

.fix_feedback{
	background-color: white;
	opacity: 0.7;
	box-shadow: 0 10px 20px rgba(200, 200, 220, 0.5);
	border-radius: 0 25px 25px 25px;
	font-size: 0.8rem;
	padding: 2em;
	margin-bottom: 3em;
}

.fix_text p{
	

	padding-bottom: 2em;
	font-size: 0.9rem;
}

@media(max-width: 500px){

.fix_text {	
	margin-left: 0;
}

.fixes_title h3{
	font-size: 2rem;
}

.fix_arrow{
	font-size: 2rem;

}

.fix_bg{
    display: none;
}

.before img, .after img{
	border-radius: 10px;
}

.fix_feedback{
	border-radius: 0 15px 15px 15px;
}

}


.visual_logo{
	width: 60vw;
	margin: 60px auto;
	text-align: center;
	line-height: 3em;
	padding-bottom: 80px;
}	

@media(max-width: 500px){

.visual_logo{
	width: 80vw;
	padding-bottom: 60px;
}

}



.hf{
	position: relative;
	display: flex;
}
.hf_container{
	width: 100vw;
	padding: 50px 5vw;
	background: url(../img/case/visual_bg.png);
	background-size: cover;
}

.hf_title{
	display: flex;
	object-fit: center;
	align-items: center;
}

.hf_title h2{
	text-align: left;
	font-size: 10rem;
	line-height: 1.2em;
	transform: translate(-7vw, -20%);
}

.hf{
	height: 48vw;
	overflow: hidden;
}
.hf img{
	position: relative;
	width: 140%;
	left: -20%;
	top:-20%;
	margin: 0 auto;
	margin: auto auto;
}

.prototypes_container{

}
.prototypes_container h1{
	text-align: center;
	font-size: 8rem;
	padding: 50px 0;
	color: white;
 	text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.prototye{
	position: relative;
	align-items: center;
}

.prototype_motion{
	position: relative;
	max-height: 110vh;
	overflow: hidden;
}

.prototype_motion video{
	position: relative;
	width: 120%;
	top: -10%;
	left: -10%;
}

.prototype_text{
	position: relative;
	display: flex;
	align-items: center;
}

.prototype_decor{
	position: absolute;
	top: 0;
	right: 0;
}

#pd1{
	width: 200px
}

#pd2{
	width: 280px
}

#pd3{
	width: 250px;	
}

#pd4{
	width: 300px;
}

.prototype_text_content{
	margin-left: 10vw;
	margin-right: 5vw;
}

.prototype_text_content h3{
	text-align: left;
	font-size: 3rem;
	line-height: 3em;
	color: var(--color-main-dark);
}

.prototype_text_content p, .prototype_text_content li{
	font-size: 0.9rem;
	line-height: 2em;
}

.prototype_text_content li{
	margin-left: 1em;
}

.prototype_button{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3em;
	text-align: center;
	align-items: center;
	background-color: var(--color-main-dark);
	color: white;
	border-radius: 1.5em;
	width: 10em;
	height: 3em;
	margin: 100px auto;	
	transition: 0.6s;
}

.prototype_button:hover{
	transform: translateY(-20%);
}

@media(max-width: 500px){

.prototypes_container h1{
	font-size: 3.5rem;
 	text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.prototype_decor{
	display: none;
}

.prototype_text_content h3{
	font-size: 2rem;
}

.prototype_button{
	font-size: 1.5rem;
}
}


