* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html {
    background-color: white;
    color: #ffffff;
    font-family: Mozilla Headline, sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

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

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/healthy_food.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

h1 {
    margin: 0;
    padding: 0;
    font-size: 240%;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 53%;
}

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 100px, 300px;
    text-decoration: none;
    font-weight: 300;
    font-size: 130%;
    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: green;
    padding: 100px, 300px;
    color: white;
    border: 1px solid green;
    margin-right: 25px;
    margin-left: 25px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid green;
    color: green;
}

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

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid darkgreen;
    color: white;
}

.logo {
    margin-left: 20px;
    margin-top: 10px;
}

.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;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover {
    border-bottom: 2px solid green;
}

.section-features {
    display: inline;
    color: #555;
    padding: 100px;
}

.section-features .row.content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.section-features .col {
    flex: 1;
}

.section-features h3 {
    margin-bottom: 10px;
}

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

}

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

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

.box {
    padding: 1%;
}

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

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

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

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

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

}

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

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

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

.meals {
    padding: 0;
}

.section-features .long-copy {
    margin-bottom: 30px;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.section-steps {
    color: #555;

}

.steps-box {
    float: left;
}

.image {

    right: 60%;
}

.works-steps {
    margin-bottom: 50px;
}

.number {
    color: green;
    border: 4px solid green;
    display: inline-block;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
}

.works-steps {
    margin-bottom: 50px;
    margin-right: 25px;
}

.cities {
    color: #555;
}

.image-row {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    /*Keeps the images in one line*/
    align-items: flex-start;
}

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

.city-features {
    margin-bottom: 5px;

}

.icon-small {
    color: green;
    text-align: center;
    font-size: 120%;
    line-height: 145%;
    vertical-align: middle;
    margin-bottom: 5px;
}

a:link,
a:visited {
    color: green;
    text-decoration: none;
    border-bottom: 1px solid green;
    padding: 1px;
}

a:hover,
a:active {
    color: #555;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s, color 0.5s;
}

.reviews {
    color: white;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.reviews img {
    width: 100px;
    height: auto;

}

.section-testimonials {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("img/opbgi.jpeg");
    background-size: cover;
    background-attachment: fixed;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    margin-top: 20px;
    position: relative;
}

cite {
    font-size: 90%;
    display: block;
}

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

blockquote::before {
    content: '\201C';
    font-size: 500%;
    display: block;
    position: relative;
    top: 0;
    left: -3;
}

.plans1 {
    color: #555;
}

.plans {
    color: #555;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.Features {
    list-style: none;

}

li {
    vertical-align: middle;
}

.section-plans {
    background-color: #f5f5f5;
}

.plan-box {
    background-color: #ffffff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
}

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

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

.pm {
    text-align: end;
}

.plan-box div:last-child {
    border: 0;
    text-align: center;
}

.form1 {
    color: #555;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-group label {
    width: 100px;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    flex: 1;
    padding: 5px;
    margin-left: 20px;
}

.form {
    color: #555;
    width: 400px;
    margin: auto;

    margin-left: 50px;
    margin-top: 20px;
}

.section-form {
    width: 60%;
    margin: 0 auto;
}

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

input[type=radio] {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer {
   color: #555;
    background-color: #333;
    width: 100vw;

}
footer *{
    background-color: #333;
}
.footer1{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.footer-nav{
    list-style: none;
    margin-left: 20px;
    float: left;
   
}
.cr{
    color: #888;
    font-size: 90%;
    margin-left: 20px;
    text-align: center;
    margin-top: 20px;
}
.socials {
     list-style: none;
    color: #888;
    float: right;
    transition: color 0.5s;
}
.footer-nav li, .socials li{
    display: inline-block;
}
.T:hover{
    color: #ddd;
}
.F:hover{
    color: #ddd;
}
.I:hover{
    color: #ddd;
}
.footer-nav li a:link, .socials li a:link, .footer-nav li a:visited, .socials li a:visited{
    text-decoration: none;
    border: 0;
    color: #888;
}
.footer-nav li a:hover, .socials li a:hover{
    color: #ddd;
}
.footer-nav li a{
     margin-right: 20px;
}
