/* Base Reset */
* {
    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;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

/* HEADER */
header {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('img/hero-bg.jpg');
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

h1 {
    margin-bottom: 20px;
    color: white;
    font-size: 240%;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 20px;
}

/* NAVIGATION */
.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 {
    color: white;
    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 {
    border-bottom: 2px solid #e67e22;
}

/* BUTTONS */
.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,
input[type=submit] {
    background-color: #e67e22;
    color: #fff;
    border: 1px solid #e67e22;
    margin-right: 25px;
}

.btn-ghost {
    border: 1px solid #e67e22;
    color: #e67e22;
}

.btn:hover,
.btn:active,
input[type=submit]:hover {
    background-color: #cf6d17;
    color: #fff;
}

.btn-ghost:hover {
    border: 1px solid #cf6d17;
    color: #fff;
}

/* SECTIONS */
section {
    padding: 80px 0;
}

h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: "";
    width: 100px;
    margin: 30px auto 0;
}

/* FEATURES */
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 30px;
}

.box {
    padding: 1%;
}

h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 110%;
    margin-bottom: 15px;
}

.box p {
    font-size: 90%;
    line-height: 145%;
}

.icon-big {
    font-size: 350%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
}

/* MEALS */
.section-meals {
    padding: 0;
}

.meals-showcase {
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.meals-showcase li {
    float: left;
    width: 25%;
}

.meal-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    transition: transform 0.5s, opacity 0.5s;
}

.meal-photo img {
    width: 100%;
    transform: scale(1.15);
    opacity: 0.7;
}

.meal-photo img:hover {
    transform: scale(1.03);
    opacity: 1;
}

/* STEPS */
.section-steps {
    background-color: #f4f4f4;
    min-height: 120vh;
}

.steps-box:first-child {
    text-align: center;
    padding-right: 3%;
    margin-top: 30px;
}

.steps-box:last-child {
    padding-left: 3%;
    margin-top: 70px;
}

.app-screen {
    width: 40%;
    min-height: 20%;
    border-radius: 37px;
}

.works-step {
    margin-bottom: 50px;
    margin-right: 25px;
    float: left;
}

.works-step div {
    color: #e67e22;
    border: 4px solid #e67e22;
    display: inline-block;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 5px;
    margin-right: 20px;
    float: left;
    font-size: 150%;
}

.works-step p{
    font-size: 90%;
    line-height: 145%;
    margin-left: 80px;
}

#step-3 {
    margin-bottom: 5px;
}

.btn-app img {
    display: flex;
    float: left;
    margin: 22px auto;
    width: 40%;
    height: auto;
}

/* CITIES */
.section-cities {
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.box img {
    width: 100%;
    margin-bottom: 15px;
}

.city-feature {
    margin-bottom: 5px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-top: -5px;
    margin-right: 10px;
}

.city-feature a {
    color: #e67e22;
    text-decoration: none;
    border-bottom: 1px solid #e67e22;
    padding-bottom: 1px;
}

.city-feature a:hover {
    color: #555;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
}

/* TESTIMONIALS */
.section-testimonials {
    min-height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url('img/back-cust.webp');
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

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: -3px;
}

cite {
    font-size: 90%;
    display: block;
    margin-top: 25px;
}

cite img {
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

/* PRICING */
.section-plans {
    background-color: #f4f4f4;
    min-height: 100vh;
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto 30px;
}

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

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

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

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

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

/* FORM */
.contact-form {
    width: 60%;
    margin: 0 auto;
    min-height: 100vh;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100%;
}

/* FOOTER */
footer {
    background-color: #333;
    font-size: 80%;
    padding: 50px;
    color: #888;
}

.footer-nav,
.social-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-nav li,
.social-links li {
    margin: 0 15px;
}

.footer-nav a,
.social-links a {
    text-decoration: none;
    color: #888;
}

.footer-nav a:hover,
.social-links a:hover {
    color: #fff;
}

.footer p {
    text-align: center;
    font-size: 90%;
    margin-top: 20px;
}

/* SOCIAL ICON COLORS */
.fb:hover { color: #3b5998; }
.google:hover { color: #dd4b39; }
.twitter:hover { color: #00aced; }
.insta:hover { color: #517fa4; }

/* RESPONSIVE STYLES */
@media only screen and (max-width: 768px) {
    html { font-size: 16px; }

    .hero-text-box {
        width: 90%;
        padding: 0 5%;
    }

    .main-nav {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    .main-nav li {
        display: block;
        margin: 10px 0;
    }

    .col,
    .meals-showcase li {
        width: 100% !important;
        float: none;
        margin-bottom: 20px;
    }

    .btn,
    .btn-full,
    .btn-ghost {
        width: 100%;
        margin: 10px auto;
        display: block;
    }

    .app-screen {
        width: 80%;
    }

    .btn-app img{
       display: flex;
        float: left;
        margin: 22px auto;
        width: 25%;
        height: auto;
    }

    .section-steps{
        min-height: 160vh;
    }

    .contact-form {
        width: 90%;
    }

    .footer-nav,
    .social-links {
        flex-direction: column;
    }

    .footer-nav li,
    .social-links li {
        margin: 10px 0;
    }
}
