:root{
	
--color-main-light: #F1DADA;
--color-main-medium: #E3B5B5;
--color-main-dark: #F1B03E;

}


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: 100vw;
  padding: 0px 10vw;
  padding-top: 56px;
  background-color: #f5f5f5;
	align-items: center;
}

.about_hero{
  display: flex;
}

.about_hero img{
  width: 110%;
	transform: translateX(-15%);
}

.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_sleep{
  width: 240px;
  height: 240px;
}

@media(max-width: 500px){

.about_hero img{
  width: 100%;
  transform: translateX(0);
}

.about_content{
  transform: translateY(0);
}

.logo_sleep{
  width: 150px;
  height: 150px;
}


}


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;
}

}

.concept{
  display: flex;
  padding-bottom: 40px;
}

.guide{
  width: 80vw;
  margin: 20px auto;
}

.guide p{
  text-align: center;
}

.guide img{
  width: 60%;
  margin: 40px 20%;
}

.persona{
  width: 80vw;
  margin: 60px auto;
  padding-bottom: 40px;
}

.persona img{
  transform: translateX(-5vw);
}

.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{
  transform: none;
}
}

.ads{
  margin: 40px 0;
}
.ad{
  display: flex;
}

.merchandise{
  margin: 80px 0; 
}

.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%);
}

