*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body{
    background-color: #ffffff;
    color: #555;
    font-family: Lato,sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

header{
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('img/1stbgimage.webp');
    background-attachment: fixed;
    height: 100vh;
    background-size:cover ;
    background-position: center;
}
h1{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}
.hero-text-box{
    position: absolute;
    width: 90%;
    max-width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;

}

.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 300;
    border-radius: 200px;
    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: 1px solid #e67e22;
    margin-right: 25px;
}
.btn-ghost:link,
.btn-ghost:visited{
    color: #e67e22;
    border: 1px solid #e67e22;
}
.btn:hover,
.btn:active,
input[type=submit]{
    background-color: #cf6d17;
}
.btn-ghost:hover,
.btn-ghost:active{
    border: 1px solid #cf6d17;
    color: #fff;
}
.btn-full:hover,
.btn-full:active{
    border: 1px solid #cf6d17;
}


.logo{
    height: 100px;
    width: auto;
    float: left;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 30px;
}
.main-nav{
    float: right;
    list-style: none;
    margin: 55px;
}
.main-nav li{
    display: inline;
    margin-left: 40px;
}
.main-nav li a:link,
.main-nav li a:visited{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    padding: 8px 0;
    transition: border-bottom 0.2s;

}

.main-nav li a:hover,
.main-nav li a:active{
    border-bottom: 2px solid #e67e22;

}

.row{
    margin-top: 20px;
    margin-bottom: 20px;
}

.row h2{
    margin-top:35px ;
    font-size: 180%;
    font-weight:375;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.row h2:after{
    display: block;
    height: 2px;
    background-color:#e67e22;
    content: " ";
    width: 150px;
    margin: 15px auto 0 auto;
}
.row h3{
    text-transform: uppercase;
    font-weight: 375;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.long-copy{
    margin: auto;   /* center properly */
    width: 90%;
    max-width: 800px;    /* prevent stretching */
    text-align: center;
    margin-bottom: 40px;

}
.col i{
    font-size: 200%;
}

.col-meal{
    padding: 0 10px;
}
.meal-image{
    width: 100%;
    height: 200px;       /* same height for all */
    object-fit: cover;
    transition: padding 0.2s,filter 0.2s;

}

.meal-image:hover{
    box-sizing: border-box;
    padding: 10px;
    filter: brightness(50%);
}

.step-section{
    background-color: #f4f4f4;
}
.phone-img{
    width: 100%;
    object-fit: contain;
    height: 300px;
}
.work-steps{ 
    margin-top: 20px;
    padding: 0;
    display: flex;
}
.work-steps div{
    height: 50px;
    width: 50px;
    display: flex;             
    justify-content: center;      
    align-items: center;
    line-height: 1; /*for proper numbering in the center of the circle*/
    margin-right: 15px;
    color: #e67e22;
    font-size: 150%;
    font-weight: 400;
    border: 3.5px solid #e67e22;
    border-radius: 50%;
    flex-shrink: 0;   
}
.work-steps p{
    margin: 8px;
}
.app-play-store{
    display: flex;
    margin-top: 20px;
}
.btn-download{
    width: 90%;
    height: 75px;
    object-fit: contain;
    margin-bottom: 40px;
}

.section-cities i{
    font-size: 100%;
}
.city-feature{
    font-size: 18px;
    line-height: 145%;
}

.city-feature a:link,
.city-feature a:visited
{
    color: #e67e22;
}

.city-feature a:active,
.city-feature a:hover{
    text-decoration: none;
    color: #555;
    transition: color 0.5s, text-decoration 0.5s;

}

.section-testimonials{
    background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url('img/bg-img-cust.jpg');
    background-attachment: fixed;
    background-size:cover ;
    background-position: center;
    color: #fff;
    padding: 35px;
    
}

blockquote{
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    margin-top: 40px;
    position: relative;
    
}
blockquote::before{
    content: '\201c';
    font-size: 500%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
cite{
    font-size: 90%;
    display: block;
    margin-top: 25px;
}
cite img{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    vertical-align: middle;
    
}

.section-plans i{
    font-size: 100%;
}
.plan-box{
    background-color: #f4f4f4;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
}

.plan-box div{
    padding: 15px;
    border-bottom:1px solid #dddada ;
}

.plan-price{
    font-size: 300%;
    margin-bottom: 10px;
    font-weight: 100;
    color: #e67e22;
}

.plan-price span{
    font-size: 30%;
    font-weight: 300;
}

.plan-price-meal{
    font-size: 80%;
}

.plan-box ul{
    list-style: none;
}

.plan-box ul li{
    padding: 5px 0px;
}

.plan-I{
    font-size: 80%;
    margin-right: 4px;
}

.plan-box div:last-child{
    border: 0;
    text-align: center;
}
.plan-box div:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.section-form{
    background-color: #f4f4f4;
}
.contact-form{
    width: 60%;
    margin: 0 auto;
}
input[type=text],
input[type=email],
textarea,
select{
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

input[type=checkbox]{
    transform: scale(1.5);
    margin: 10px 5px 10px 4px;
}

footer{
    background-color: #333;
    font-size: 80%;
    padding: 50px;
}
.footer-nav{
    list-style: none;
    float: left;
}
.social-links{
    list-style: none;
    float: right;
}
.footer-nav li,
.social-links li{
    display: inline-block;
    margin-right: 20px;
}

.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 a:hover,
.footer-nav li a:active{
    color: #ddd;
}
footer p{
    color: #888;
    text-align: center;
    font-size: 90%;
    margin-top: 20px;
}
.fb,
.twitter,
.google,
.insta{
    color: #888;
    font-size: 160%;
}
.fb:hover{
    color: #3b5998;
}

.twitter:hover{
    color: #00aced ;
}

.google:hover{
    color: #dd4b39;
}

.insta:hover{
    color: #517fa4;

}


