/* main them color #e67e22  #7bed9f #1e90ff  (https://flatuicolors.com)*/
/*****************global*********************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;/*to give our own box area will occupy to the border, set my selet area*/
}

html {
    background-color: #fff;
    color: #555;
    font-family: 'Lato',Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}
/*****************header section*********************/
header {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/hero.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
 }
.hero-text-box {
    position: absolute;
    top:50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
    
}
.logo {
    width: 100px;
    height: auto;
    float: left;
    margin-top: 40px;
    border-radius: 300px;
}
/*.main-nav {
    float: right;
    list-style: none;
     margin-top: 55px;
}
.main-nav li{
    display: inline-block;
    margin-left: 40px;
}
.main-nav li a:link,.main-nav li a:visited {
    padding: 8px 0px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.8s;
}
.main-nav li a:hover,.main-nav li a:active {
    border-bottom: 2px solid #1e90ff;

}*/
/*****************reusable section*********************/
.row {
   max-width: 1148px;

    margin: 0 auto;
}
section {
    padding: 80px 0px;
    
}
.box{
      padding: 1%;
    
}
/*****************heading*********************/
h1 h2 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    
     text-transform: uppercase;
    
}

h1 {
    
    font-size: 240%;
    font-weight: 300;
    word-spacing: 4px;
    color: #fff;
    letter-spacing: 1px;
  }
h2 {
    font-size: 180%;
    font-weight: 300;
    word-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
     }
h2:after{
    display: block;
    height: 2px;
    background-color:#1e90ff;
    width: 100px;
    content: "";
    margin: 0 auto;
    margin-top: 30px;
}

h3{
    font-size: 110%;
    margin-bottom: 15px;
    }
/*****************paragraph*********************/
.long-copy{
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}
.box p{
    font-size: 90%;
    line-height: 140%;
}
/*********
/********icons*********************/
.icon-big{
   font-size: 350%;
    display: block;
    color:#1e90ff;
    margin: 10px;
    text-align: center;
    align-content: center;
    }
.city-icon {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #1e90ff;
    font-size: 120%;
    /* Secretes to align text and icons */
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
    
}
/*****************buttons*********************/
.btn:link , .btn:visited {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    border-radius: 200px;
    border: 2px solid #1e90ff;
    transition: background-color 0.8s, border 0.8s, color 0.8s;
}

.btn-full:link , .btn-full:visited {
    background-color: #1e90ff;
  margin-right: 15px;
}

.btn-ghost:link , .btn-ghost:visited {
        color: #1e90ff;
}

.btn:hover, btn:active {
    background-color: #1e90ff;
    border: 2px solid #1e90ff;
}
.btn-full:hover , .btn-full:active{
    background-color: #1B1464;
   
}

.btn-ghost:hover , .btn-ghost:active {
        color: #fff;
    background-color: #1e90ff;
}

/*****************Features*********************/
.section-features .long-copy{
    margin-bottom: 40px;
}

/*****************meals*********************/
.section-meals {
    padding: 0;
}
.meals-showcase {
    list-style: none;
    width: 100%;
}
.meals-showcase li {
    display: block;
    float: left;
    width: 24.5%;
     margin: 1px;
}
.meal-photo {
    width: 100%;
    height: 130px;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}
.meal-photo img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 1.5s, opacity 0.5s;
    opacity: 0.7;
   }

.meal-photo img:hover {
        transform: scale(1.25);
     opacity: 1;
}
.clearfix {zoom:1; }
.clearfix:after { 
content: '.';
clear: both;
display: block;
    height: 0;
visibility:hidden;
}
/**************************************/
/****************How it Works*********************/
/*************************************/
.section-steps{
    background-color: #f4f4f4;
}
.steps-box {
    margin-top: 30px;
    
}
.steps-box:first-child {
    text-align: right;
    padding-right: 3%;
    
}
.steps-box:last-child {
    padding-left: 3%;
    margin-top: 70px;
}
.app-screen {
    width: 40%;
}
.works-step {
 margin-bottom: 50px;
}
.works-stpe:last-of-type{
    margin-bottom:80px;
}
.works-step div{
    color: #7bed9f;
    border: 2px solid #7bed9f;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 5px;
    float: left;
    font-size: 150%;
    margin-right: 25px;
    
}
.btn-app img{
    height: 50px;
    width: auto;
    margin-right: 10px;
}
.btn-app:link , btn-app:visited {
    border:0
}
/**************************************/
/****************Cities*********************/
/*************************************/
.box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
 }
.city-feature
{
 margin-bottom: 5px;
}
a:link,a:active , a:visited{
    text-decoration: none;
    color: #7bed9f;
    border-bottom: 1px solid #7bed9f;
    padding-bottom: 1px;
    transition: border-bottom 0.4s,color 0.4s;
    
}

a:hover, a:active {
    color: #555;
    border-bottom: 1px  solid transparent
}
/**************************************/
/****************Testimpnial Section*********************/
/*************************************/

.section-testimonials{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(img/back-customers.jpg);
    background-position: center;
    background-size: cover;
    color:white;
    background-attachment: fixed;
}   
blockquote:before{
    content: "\201C";
    font-size: 500%;
    display: block;
    position: relative;
    top: -5px;
    left: -5px;
    margin-top: 40px;
}
blockquote{
    padding: 2%;
    font-style: italic;
    line-height: 145%;
}

cite{
    font-size: 90%;
    margin-top: 25px;
    display: block;
}

cite img{
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
/*RIGHT*/
.rowright{
    width: auto;
    clear: both;
    display: block;
}
.footerright{
    background-color: #1e90ff;
    padding: 10px 0px 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 70%;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 3px;
}
/* MENU */
nav {    
    display: block;
    text-align: center;
    }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
  }
  .nav a {
    display:block; 
    background: #111; 
    color:#fff; 
    text-decoration: none;
    padding: .8em 1.8em;
    text-transform: uppercase;
    font-size: 80%;letter-spacing: 2px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
  }
  .nav{
     margin-top: 5px;   
    vertical-align: top; 
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius:6px;
  }
  .nav li{position: relative;}
  .nav > li { 
    float:left; 
    border-bottom: 4px #aaa solid; 
    margin-right: 1px; 
  } 
  .nav > li > a { 
    margin-bottom:1px;
    box-shadow:inset 0 2em .33em -.5em #555; 
  }
  .nav > li:hover , .nav > li:hover >a{  border-bottom-color:#1e90ff;}
  .nav li:hover > a { color:#1e90ff; }
  .nav > li:first-child  { border-radius: 4px 0 0 4px;} 
  .nav > li:first-child>a{border-radius: 4px 0 0 0;}
  .nav > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .nav > li:last-child >a{border-radius: 0 4px 0 0; }
  .nav li li a { margin-top:1px}
  
  
  
    .nav li a:first-child:nth-last-child(2):before { 
     content:""; 
     position: absolute; 
     height:0; 
     width: 0; 
     border: 5px solid transparent; 
     top: 50% ;
     right:5px;  
   }
   
   
   
   /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid  #1e90ff;
  z-index: 1;
  left: -99999em;
}
.nav > li:hover > ul {
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
}
.nav > li li ul {  border-left:1px solid #fff;}


.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: #1e90ff; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: #1e90ff;
  right: 10px; 
}
/* MENU */
.importantlink {
  display: table;
  width: 50%;
  height: 300px;
  border: none;
  padding: 20px;
  float: left;
  color: #1e90ff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #dfe6e9;
  border: 1px solid #dfe6e9;
  line-height: 1.6;
  font-weight: 350;
  box-shadow: 5px 10px #888888;
  }
.importantlink ul{
     list-style-type: none;
}
.importantlink li a {
  color: #1e90ff;
  text-decoration: none;
  text-transform: uppercase;
  }
