*{
  margin: 0;
  padding: 0;
  box-sizing: border-box ;
}
html{
  background-color: #FFFFFF;
  color: #555;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.row{
  max-width: 71rem;
  margin: 0 auto;
}
header{
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("img/hero-img.jpg");
  background-attachment: fixed;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
h1{
  margin-top: 0 !important;
  margin-bottom: 1.3rem !important;
  padding: 0 !important;
  color: #fff;
  font-size: 240%;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  word-spacing: 0.2rem;
}
.hero-text-box{
  position: absolute;
  width: auto;
  top: 50%;
  left: 30%;
  transform: translate(-50%,-50%);
}
.btn:link,
.btn:visited,
input[type=submit]{
  display: inline-block;
  padding: 0.6rem 1.8rem !important;
  text-decoration: none;
  font-weight: 300;
  border-radius: 16.5rem;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}
.btn-full:link,
.btn-full:visited,
input[type=submit]{
  background-color: #e67e22;
  color: #fff;
  border: 0.06rem solid #e67e22;
  margin-right: 1.5rem;
}
.btn-ghost:link,
.btn-ghost:visited{
  border: 0.06rem solid #e67e22;
  color: #e67e22;
}
.btn:hover,
.btn:active,
input[type=submit]{
  background-color: #cf6d17;
}
.btn-ghost:hover,
.btn-ghost:active,
input[type=submit]:hover{
  border: 0.06rem solid #cf6d17;
  color: #fff;
}
.btn-full:hover,
.btn-full:active{
  border: 0.06rem solid #cf6d17;
  color: #fff;
}
.logo{
  height: 3rem;
  width: auto;
  float: left;
}
.main-nav{
  float: right;
  list-style: none;
  margin-top: 0;
}
.main-nav li{
  display: inline-block;
  margin: 1.8rem ;
}
.main-nav li a:link,
.main-nav li a:visited{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 0.12rem solid transparent;
  padding: 0.5rem 0;
  transition: border-bottom 0.2s;
}
.main-nav li a:hover,
.main-nav li a:active{
  border-bottom: 0.12rem solid #e67e22;
}
.row{
  padding: 0.6rem;
  margin: 0 2.4rem;
}
section{
  padding: 4.8rem 0rem;
}
h2{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 180%;
  word-spacing: 0.12rem;
  text-align: center;
  margin-bottom: 1.8rem;
  letter-spacing: 0.06rem;
}
h2::after{
  display: block;
  height: 0.12rem;
  background-color: #e67e22;
  content: " ";
  width: 6rem;
  margin: 0 auto;
  margin-top: 1.8rem;
}
.long-copy{
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
}
.box{
  padding: 1%;
}
h3{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 110%;
  margin-bottom: 1rem;
}
.box p{
  font-size: 90%;
  line-height: 145%;
}
.icon-big{
  font-size: 350%;
  display: block;
  color: #e67e22;
  margin-bottom: 0.6rem;
}
.meals-showcase{
  list-style: none;
  width: 100%;
}
.meals-showcase li{
  display: block;
  float: left;
  width: 25%;
}
.meal-photo{
  width: 100%;
  margin: 0;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #000;
  transition: transform 0.5s, opacity 0.5s;
}
.meal-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.15);
  opacity: 0.7;
}
.meal-photo img:hover{
  transform: scale(1.13);
  filter: brightness(1.1);
}
.clearfix{zoom: 1;}
.clearfix::after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.section-meals{
  padding: 0;
}
.works-step p{
  margin-bottom: 3rem;
  margin-right: 1.5rem;
  padding-top: 0.6rem;
}
.works-step:first-child p{
  margin-bottom: 3rem;
  margin-right: 1.5rem;
  padding-top: 0;
}
.steps-box:first-child{
  text-align: center;
  padding-right: 3%;
  margin-top: 1.8rem;
}
.steps-box:last-child{
  padding-left: 3%;
  margin-top: 70%;
}
.app-screen{
  box-shadow: 0.6rem 0.6rem 0.3rem #aaaaaa;
  width: 40%;
}
.works-step div{
  color: #e67e22;
  border: 0.3rem solid #e67e22;
  display: inline-block;
  border-radius: 50%;
  height: 3.3rem;
  width: 3.3rem;
  text-align: center;
  padding: 0.3rem;
  font-size: 150%;
  float: left;
}
.btn-app img{
  margin-top: 3rem;
  height: 2.4rem;
  width: auto;
}
.btn-play img{
  height: 2.35rem;
}
.section-steps{
  background-color: #f4f4f4;
}
.box img{
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.city-features{
  margin-bottom: 0.3rem;
}
.icon-small{
  display: inline-block;
  width: 1.8rem;
  text-align: center;
  color: #e67e22;
  font-size: 120%;
  line-height: 120%;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-right: 0.6rem;
}
a:link,
a:visited{
  color: #e67e22;
  text-decoration: none;
  border-bottom: 0.06rem solid #e67e22;
  padding-bottom: 0.06rem;
}
a:hover,
a:active{
  color: #555;
  border-bottom: 0.06rem solid transparent;
  transition: border-bottom 0.5s, color 0.5s;
}
.section-testimonial{
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("img/c-back.jpg");
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}
blockquote{
  padding: 2%;
  font-style: italic;
  line-height: 145%;
  margin-top: 2.4rem;
  position: relative;
}
cite{
  font-size: 90%;
  display: block;
  margin-top: 1.5rem;
}
cite img{
  height: 2.7rem;
  border-radius: 50%;
  margin-right: 0.6rem;
  vertical-align: middle;
}
blockquote::before{
  content: '\201C';
  font-size: 500%;
  display: block;
  position: absolute;
  top: 0;
  left: -0.2rem;
}
.section-plans{
  background-color: #f4f4f4;
}
.plan-box{
  background-color: #fff;
  border-radius: 0.3rem;
  width: 90%;
  margin-left: 5%;
}
.plan-box div{
  padding: 0.9rem;
  border-bottom: 0.06rem solid #e8e8e8; 
}
.plan-price{
  font-size: 300%;
  margin-bottom: 0.6rem;
  font-weight: 300;
  color: #e67e22;
}
.plan-price-meals{
  font-size: 80%;
}
.plan-price span{
  font-size: 30%;
  font-weight: 300;
}
.plan-box ul{
  list-style: none;
}
.plan-price ul li{
  padding: 0.3rem 0;
}
.plan-box div:last-child{
  border: 0;
  text-align: center;
}
.steps-box:first-child{
  background-color: #fcfcfc;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.contact-form{
  width: 60%;
  margin: 0 auto;
}
input[type=text],
input[type=email],
select{
  border: 0.06rem solid #ccc;
  width: 100%;
  padding: 0.4rem;
  border-radius: 0.2rem;
}

textarea{
  width: 100%;
}
input[type=checkbox]{
  margin: 0.6rem 0.3rem 0.6rem 0;
}
footer{
  background-color: #333;
  font-size: 80%;
  padding: 3rem;
}
.footer-nav{
  list-style: none;
  float: left;
}
.social-links{
  list-style: none;
  float: right;
}
.footer-nav li,
.social-links li{
  display: inline-block;
  margin-left: 1.2rem;
}
.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{
  text-decoration: none;
  border: 0;
  color: #888;
}
.footer-nav li a:hover,
.footer-nav li a:hover{
  color: #ddd;
}
footer p{
  color: #888;
  text-align: center;
  font-size: 90%;
  margin-top: 1.2rem;
}
.fb:hover{
  color: #3b5998;
}
.twitter:hover{
  color: #00aced;
}
.insta:hover{
  color: #517fa4;
}
.google:hover{
  color: #dd4b39;
}
.social-links li a:hover,
.social-links li a:hover{
  font-size: 160%;
}