
/***** sort bar ******/
.flex-parent {
  display:flex;
}
.flex-child {
  flex:1 1 auto;

}
.flex-child>button {
  font-size: 0.8em;
  
}
.flex-none {
  flex:none;
}

.home-quato {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 90px;
  width: 85%;
}

.home-quato>h2 {
  text-align: left;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 0.04em;
  line-height: 1.7em;
}

/*.sorts .js-sort {

  background-color:#eee;
  border-width:0;
  border-radius:4px;
}
@media (max-width:500px) {
  .sorts .js-sort {
    width:100%;
    display:block;
    text-align:left;
  }

}*/
/*.search>input{
  width: 160px;
  height: 50px;
}
*/

.container {
  width: 100%;
	max-width:100%;
	margin-right: auto;
	margin-left: auto;
}

.product-item {
 /* margin: 20px;*/
	position:relative;
	overflow:hidden;
	/*transform:scale(1,1);*/
	transition:all 0.3s;
	z-index:5;
}
.product-item:hover {
	z-index:6;
	/*transform:scale(2,2);*/
}
.product-image {
	width:100%;
	vertical-align: middle;
	transition:all 0.3s;
	transform:scale(1,1);
}
.product-item:hover .product-image {
	transform:scale(1,1);
}

.col-text {
  margin-top: 60px;
/*  padding-left: 50px;*/

}

.p-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.05em;

}
.p-color {
  color: #696969;
}

.p-sub-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6em;
  letter-spacing: 0.05em;
}
.sub-color {
  color: #0086ad;
}

/*.p-body {
  font-weight: 300;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  line-height: 1,5em;
}

.p-body-color {
  color: #696969;
}*/
.p-link {
  margin-top: 30px;
  width: 150px;
  background-color: #e7c351;
  text-align: center;
  padding: 15px;

}
.p-link>a {
  text-decoration: none;
  font-size: 0,8em;
  color: white;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}

 


.col-pic>img {
  margin-left: 20px;
  width: 100%;
}

/*role-section*/
.role-list {
  margin-left: 30px;
}
/*.role-section {
  width: 100%;
  margin-top: 40px;
}*/

.role-color {
  background-color: #f1f0f4;
}
.role-box {
  margin-left: auto;
  margin-right: auto;
  width: 90%;

}
.role-pad {
  padding: 15px 0 15px 0;
  /*margin-left: 30;*/
}


.role-content {
  margin-right: 80px;
  margin-bottom: 15px;
}
.box-content {
 /* width: 80%;*/
/*  text-align: center;*/
}
.box-title {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.box-body {
  font-size: 0.6em;
  letter-spacing: 0.05em;
}

/*overview section*/
.overview-section {
  background-color: #005582;
}
.overview-box {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.overview-wrap {
  padding:40px 0 40px 0;
}
.overview-body {
 /* margin-left: 30px;*/
  text-align: left;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  color: #f4f4f4;
} 
.overview-head {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  color: #f4f4f4;

}
/*@media (max-width: 720px) {
  .over-sm-none {
    display: none;
  }

}*/



/*inspiration section*/
.insp-box {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media (max-width: 720px) {

  .insp-pic>img {
    display: none;
  }

}

.insp-pic>img {
  width: 100%;
}



@media (max-width: 920px) {
   .insp-pic {
  margin-top: 150px;
}
}
.insp-wrap {
  padding:40px 0 40px 0;
}

.insp-head {
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 0.05em;
 

}
.insp-body {
  text-align: left;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.03em;
  line-height: 1.8em;

} 
.orange-color {
  color: #ff6600;
}

.green-color {
  color:#00e600;
}
/*how might we section*/
.hmw-section{
  background-color: #f1f0f4;
}

.groupon-hmw-section {
  background-color: #f1f0f4;
}
.hmw-box {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.hmw-wrap {
  padding: 30px 0 20px 0;
}
.hmw-head {
  /*text-align: right;*/
  margin-top: 25px;
 /* margin-bottom: 30px;*/
 /* text-transform: uppercase;*/
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 0.05em;
 }

 .problem-head {
  /*color: white;*/
  text-align: left;
 /* margin-top: 25px;*/
 /* margin-bottom: 30px;*/
 /* text-transform: uppercase;*/
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 0.05em;
 }

.hmw-body {
  /*color: white;*/
  text-align: left;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0.03em;
  line-height: 1.8em;

} 
.hmw0body>ul {
  margin:0;
}
.hmw-body>ul>li {
  color: #ee5a40;
}

.solu-section{
  background-color: #5390bf;
}

.solu-head {
  color: white;
  text-align: left;

  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 0.05em;
 
}
.groupon-color {
  color: #2eb721;
  margin-top: 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
    letter-spacing: 0.05em;
   
}
.groupon-solu-head {
    color: black;
    text-align: left;
    font-weight: 900;
    font-size: 1.5em;
    letter-spacing: 0.05em;
}

.solu-body {
  color: white;
  text-align: left;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0.03em;
  line-height: 1.8em;

} 

.groupon-solu-body {
    color: black;
  text-align: left;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0.03em;
  line-height: 1.8em;
}
/*feature interface section*/
.groupon-body-width {
  margin: 20px;
}
.fea-box {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.fea-wrap {
  padding: 40px 0 40px 0;
}
.fea-content {
  margin-right: 15px;
}

.fea-head {
  text-align: left;
  margin-top: 25px;
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 0.05em;
 }

 .research-head {
  color: #858585;
  text-align: left;
  margin-top: 25px;
 /* margin-left: 30px;*/
 /* text-transform: uppercase;*/
  font-weight: 900;
  font-size: 0.9em;
  letter-spacing: 0.05em;
 }

 .feature-title {
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    color: #020202;
}
 }
 .fea-body {
  text-align: left;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0.03em;
  line-height: 1.8em;

} 

.competitor-back {
  background-color: #f1f0f4;
}

.com-right {
  margin-right: 30px;
}
.body-size {
    
    text-align: left;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    line-height: 1.8em;
}
.fea-body>ul>li {
  list-style: none;
  text-align: left;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    line-height: 1.8em;
}

.fea-body>img {
  width: 100%;
}

.fea-body-width {
  padding: 20px 0 10px 0;

}
.fea-body-width>img {
  width: 60%;
}
/*target audience title*/
.target-title-wrap {
  width: 80%;
}
/*target audience section*/
.target-box {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.target-wrap {
  padding: 80px 0 80px 0;
}
.target-content {
/*  margin-left: 30px;
  margin-right: 80px;*/
}
.target-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 4em;
  letter-spacing: 0.05em;
}
.persona-title {
  margin-top:50px;
}
.target-head {
  text-align: left;
/*  margin-top: 30%;*/
  margin-bottom: 30px;
 /* text-transform: uppercase;*/
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: 0.05em;
 }
 .target-body {
  text-align: left;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0.03em;
  line-height: 1.8em;

} 
/*.target-move {
  margin-left: 50%;
}*/
.target-section {
  background-color:#f1f0f4;
}
.target-image {
  text-align: center;
}
.target-image>img {
  width: 30%;
}

@media (max-width: 720px) {

  .target-image>img {
    display: none;
  }

}
/*how to play*/
.play-box {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.play-wrap {
   padding: 40px 0 40px 0;
}

.sitemap-color {
  color: #ee5a3f;
}
.play-head {
  text-align: left;
/*  margin-top: 30%;*/
/*  margin-bottom: 30px;*/
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.7em;
  letter-spacing: 0.05em;
 }
 .groupon-sitemap-body {
    text-align: left;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    line-height: 1.8em;
 }

 .nutri-wireframe-header {
    text-align: left;
    color: #ee5a3f;
    /* margin-top: 30%; */
    /* margin-bottom: 30px; */
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.7em;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
 }
 .groupon-wireframe-header {
  text-align: left;
    color: #2eb721;
    /* margin-top: 30%; */
    /* margin-bottom: 30px; */
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.7em;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
 }

 /*user flow section*/
 .flow-section {
  background-color: #005582;
 }

.nutri-visual-section {
  background-color: #ffb566;
}
.groupon-visual-section {
/*  background-color: #bee8c0;*/
}
/* .nutri-wire-section {
  background-color: #ffb566;
 }*/
 .flow-box {
      margin-left: auto;
  margin-right: auto;
  width: 80%;
 }

 .flow-wrap {
    padding: 40px 0 40px 0;
 }
 .flow-head {
  text-align: left;
  /*margin-top: 30%;*/
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.7em;
  letter-spacing: 0.05em;
  color: white;
 }

 /*visual section*/
 .visual-section {
  background-color: #f1f0f4;
 }
 .visual-box {
      margin-left: auto;
  margin-right: auto;
  width: 80%;
 }

 .visual-wrap {
    padding: 40px 0 40px 0;
 }
 .visual-head {
  text-align: left;
  /*margin-top: 30%;*/
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.7em;
  letter-spacing: 0.05em;
  color: #696969;
 }

 .visual-head-nutri {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2em;
  letter-spacing: 0.05em;
  color: #696969;
 }

.nutri-visual-body {
  text-align: left;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    line-height: 1.8em;
}

.nutri-img-shadow {
  padding: 15px;
  margin: 5px;
  box-shadow: 0px 0px 4px 2px #d5d5d5;
 /*video section*/
}
.video-box {
   margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.video-wrap {
  padding:20px 0 0 0;
}
.video-part {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.video-part iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.product-content {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:100%;
	background-color:white;
	padding:10px;
	color:black;
	transition:all 0.3s;
	transform:translate(0,100%);
	border-radius:25%;
}*/
.product-item:hover .product-content {
	transform:translate(0,0);
	
}
/*.productname{
  position: relative;
  width: 100%;
  height: 100%;
}*/
/*.product-title {
  position: absolute;
  top: 10%;
  left: 20%;
	font-size:1em;
	margin-bottom:0.3em;
 
}*/
/******** phone size **********/
@media (max-width: 460px) {
      
      .product-item {
        z-index:6;
        /*transform:scale(2,2);*/
      }
      
      .product-item .product-image {
        transform:scale(1,1);
      }
      
      .product-item .product-content {
        transform:translate(0,0);
        
      }
      .hmw-head {
        text-align: left;
      }
}

@media (max-width: 800px) {
    .overview-wrap {
    margin-left: 30px;
  }

  .insp-wrap {
    margin-left: 30px;
  }
  .hmw-head {
    margin-left: 30px;
  }
  .solu-body {
    margin-left: 30px;
  }
}



@media (min-width: 0) {
  .role-box {
    padding: 30px;
  }

  
}



.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  color: black;
}

.prev{
  left: 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.3);
}


.nutri-product-list {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.nutri-mock>img {
  margin-left: 30px;
  /*width: 50%;*/
}
.groupon-mockup {
  text-align: right;
}
.groupon-mockup>img {
  margin-left: 30px;
  width: 50%;
}
.nutri-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.5em;
  letter-spacing: 0.05em;

}

.nutri-color {
  color: #2eb821;
}

.nutri-link {
    margin-top: 30px;
    width: 150px;
    background-color: #ee5a40;
    text-align: center;
    padding: 15px;
}

.groupon-link {
  margin-top: 30px;
  width: 150px;
  background-color: #6fdc64;
  text-align: center;
  padding:15px;
}

.groupon-link>a {
  text-decoration: none;
  font-size: 1em;
  color: white;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.nutri-link>a {
  text-decoration: none;
  font-size: 1em;
  color: white;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.nutri-overview-section {
  background-color: #ffb566;
}

.footer-content {
  width:400px;
}

.app-frame {
  text-align: center;
}

.app-frame iframe {
  border: none;
  border-radius: 40px;
  box-shadow: #00000040 0 0 5px;
}
.groupon-overview-section {
  background-color: #3c873f;
}
.groupon-role-section {
  background-color: #f1f0f4;
}

.foundart-color {
  color: #f490b3;
}

.foundart-sub-color {
  color: black;
}

.foundart-link {
    margin-top: 30px;
    width: 150px;
    background-color: #ffc828;
    text-align: center;
    padding: 15px;
}

.foundart-link>a {
  text-decoration: none;
    font-size: 1em;
    color: white;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
}

.foundart-code {
  margin-left: 50px;
    margin-top: 60px;
    text-align: center;
}

.foundart-color-header {
    text-align: left;
    color: #ee5a3f;
    /* margin-top: 30%; */
    /* margin-bottom: 30px; */
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.7em;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
/*.style-box {
  padding:20px;
}*/
.foundart-pic {
  padding:15px;
}
.foundart-pic>img {
  padding:40px;
}

.foundart-parttwo {
  padding-top: 50px;
}
.foundart-role-color {
  background-color: #fff5f9;
}
.foundart-overview-section {
  background-color: #020202;
}
.foundart-insp-section {
  background-color: #f490b3;
}
.foundart-header-color {
  color: black;
}
.exp-head {
    color: black;
    text-align: left;
    /* margin-top: 25px; */
    /* margin-bottom: 30px; */
    /* text-transform: uppercase; */
    font-weight: 900;
    font-size: 1.5em;
    letter-spacing: 0.05em;
}
.coffee-overview-section {
  background-color: #6f4b35;
}
.coffee-color {
  color: #3a140d;
}
.coffee-role-color {
  background-color: #e2e2e2;
}
.coffee-style-section {
  background-color: #e2e2e2;
}
.coffee-exp-pic {
  padding-bottom: 40px;
}
.coffee-style-box {
  margin-right: 20px;
}

.portrait-bottom {
  padding-bottom: 20px;
}

.portrait-color {
  color: #038ec5;
}
.portrait-overview-section {
  background-color: #038ec5;
}
.portrait-role-color {
  background-color: #f4fbff;
}


.type-overview-section {
  background-color: black;
}