* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', sans-serif;

    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
#cartt{
    font-size: 25px;
}
.herotext {
    font-family: 'Lato', sans-serif;
    position: absolute;
    width: 1140px;
    top: 25%;
    left: 50%;
    transform: translate(-55%, 50%);
}

.row {
    max-width: 1140px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;

}

h1 {
    margin: 0px !important;
    color: white;
    font-size: 240%;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 7px;

}

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    color: white;
    border-radius: 300px;
    margin-top: 20px;
    margin-right: 20px;

}

.clear-fix {
    zoom: 1
}

.clear-fix::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.btnfull:link,
.btnfull:visited,
input[type=submit] {
    border: 1px solid #e67e22;
    background-color: #e67e22;
    transition: transform 0.2s;
    transition: letter-spacing 0.3s;

}

.btnfull:hover,
.btnfull:active,
input[type=submit]:hover {
    transform: scale(1.2);
    letter-spacing: 1px;
}

.btnghost:link,
.btnghost:visited {
    border: 1px solid #e67e22;
    color: #e67e22;
    transition: transform 0.2s;
    transition: letter-spacing 0.3s;

}

.btnghost:hover,
.btnghost:active {
    transform: scale(1.2);
    letter-spacing: 1px;
}
#title{
    color: white;
    font-size: 3rem;
    padding-top: 35px;
    padding-left: 20px;
    display: inline-block;
    font-family: 'Mochiy Pop One', sans-serif;
}

.logo {
    height: 70px;
    width: auto;
    float: left;
    margin-top: 30px;
    margin-left: -80px;

}

.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
    font-family: 'Lato', sans-serif;


}

.main-nav li {
    display: inline-block;
    margin-left: 60px;

}

.main-nav li a:link,
.main-nav li a:visited {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 80%;


}

.main-nav li:active,
.main-nav li:hover {
    transform: scale(1.3);
    transition: transform 0.3s;
    transition: border-bottom 0.1s;
    padding-bottom: 4px;
    border-bottom: 2px solid #e67e22;

}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7)), url("https://blog.luminite.com/hubfs/sustainable%20packaging.jpg");
    height: 100vh;
    background-size: cover;

}

h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    padding-top: 29px;
}

h2::after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: "";
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

.longcopy {
    line-height: 145%;
    width: 80%;
    margin-left: 15%;
    margin-bottom: 35px;
}

.box {
    padding: 1%;
    /* border: 2px solid black; */
    height: 400px;
    margin-right: 11spx;

}

.box p {
    font-size: 90%;
    line-height: 145%;
}

h3 {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.bigicon {
    font-size: 350%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
    /* padding-left: 30%; */
    /* height: 50px;
    width: auto; */
}






.meals-show {
    list-style: none;
    width: 100%;

}

.meals-show li {
    display: block;
    float: left;
    width: 25%;
}

.meal-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;

}

.meal-photo img {
    width: 100%;
    height: 300px;
    transform: scale(1.6);
    opacity: 0.5;
    
}

.meal-photo img:hover {
    transform: scale(1.2);
    transition: transform 0.4s;
    opacity: 0.9;
}






.section-steps {
    background-color: rgb(255, 255, 255);
    height: 770px;
    width: 100%;
   

}


.works-step {
    margin-bottom: 50px;
    margin-top: 14%;
    width: 100%;

}

.steps-box:first-child {
    text-align: center;
    padding-right: 3%;
    margin-top: 30px;

}

.steps-box:last-child {
    padding-left: 4%;
    /* margin-top: 70%; */
}

.app-screen {
    width: 60%;
    border-radius: 45px;
    /* box-shadow: 3px 3px 100px rgb(57, 56, 56); */

}


.works-step div {
    /* margin-top: 10px; */
    color: #e67e22;
    border: 4px solid #e67e22;
    border-radius: 50%;
    /* display: inline-block; */
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
}

.works-step p {
    margin-left: 11%;
    /* margin-right: 20%; */
    padding-top: 10px;
}


.btn-app img {
    height: 50px;
    width: auto;
    margin-right:30px;
    margin-left: 30px;
    box-shadow: 3px 3px 20px rgb(27, 26, 26);

    /* border: 7px solid #e67e22; */
}
#lastchild{
    margin-left: 50%;
    /* background-color: black; */
    /* border: 2px solid black; */
}

.works-step:last-of-type {
    margin-bottom: 100px;
}



.section-city {
    height: 520px;
    background-color: #dddddddd;
}

.citypic h3 {
    text-align: center;
}

.cityfeatures a {
    text-decoration: none;
    color: rgb(34, 33, 33);
    border-bottom: 2px transparent;
    color: #e67e22;



}

.cityfeatures a:hover {
    /* color: #e67e22; */
    border-bottom: 2px solid#e67e22;
    padding-bottom: 3px;
    transition: border-bottom 0.05s;
    font-weight: 600;
}

.icons {
    color: #e67e22;
    /* display: inline-block;
    width: 30px;
    /* text-align: center; */
    /* font-size: 120%; */
    /* line-height: 120%; */
    /* vertical-align: middle;  */
    margin-right: 15px;
}

.citypic img {

    width: 100%;
    /* height: auto; */

}

.citypic {
    margin-right: 12px;
}





.section-test {
    /* background-color: rgb(238, 236, 231); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("https://upload.wikimedia.org/wikipedia/commons/6/6d/Good_Food_Display_-_NCI_Visuals_Online.jpg");
    height: 600px;

}

.section-test h2 {
    color: #fff;

}

cite {
    /* margin-left: 110px; */
    font-size: 15px;
    display: block;
    /* vertical-align: center; */

    margin-top: 30px;

}

blockquote {
    color: #fff;
    line-height: 120%;
    font-style: italic;
    margin-left: 16%;
    /* position: relative; */
}

blockquote::before {
    content: '\201C';
    font-size: 500%;
    display: block;
    margin-top: 90px;

    /* position: relative; */
    /* top: 0; */
    /* left: -3; */

}

cite img {
    /* margin: 40px 0px 20px 0px; */
    width: 17%;
    border-radius: 50%;
    height: 60px;
    vertical-align: middle;
    margin-right: 10px;

}



.signup-section {
    background-color: rgb(238, 236, 231);
    height: 1400px;

}

.plan-box {
    background-color: white;
    border-radius: 20px;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 40px;
    /* height: 600px; */
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.plan-box div img{
    width: 100%;
    border-radius: 25px;
}
.plan-price {
    font-size: 300%;
    margin-bottom: 10px;
    font-weight: 210;
    color: #e67e22;
}

.plan-price-meal {
    font-size: 80%;
}

.plan-price span {
    font-size: 30%;
    font-weight: 800;
}

.plan-box ul li {
    padding: 5px 0px;

}

.plan-box ul {
    list-style: none;
}

.signup-section h2 {
    padding-bottom: 20px;
    /* border: 4px solid black; */
}

.plan-box div:last-child {
    text-align: center;
}

.plan-box div:first-child {
    background-color: #f3f3f3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.contact-section {
    width: 80%;
    margin: 0 auto;
    height: 600px;
}

input[type=text],
input[type=email],
select {
    width: 70%;
    padding: 7px;

    border-radius: 3px;
    border: 1px solid #ccc;
    /* margin: 1px 0px; */
}

form div {
    margin: 5px 0px;
    width: 50%;
    /* border: 8px solid black; */
}

textarea {
    width: 70%;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0px;
}





.footer {
    background-color: #333;
    /* height: 500px; */
    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 {
    /* text-decoration: none; */
    display: block;
    margin-right: 20ox;

}

.footer-nav li,
.social-links li {
    /* text-decoration: none; */
    display: inline;
    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 li a:active,
.footer-nav li a:hover {
    color: #ddd;
    letter-spacing: 2px;
    /* transform: scale(1.5); */
    transition: letter-spacing 0.3s;

}

.fb:active,
.fb:hover {
    color: #2556c2;
    transform: scale(1.5);
    transition: transform 0.2s;


}

.go:active,
.go:hover {
    color: #dd4b39;
    transform: scale(1.5);
    transition: transform 0.2s;


}

.in:active,
.in:hover {
    color: rgb(238, 15, 223);
    transform: scale(1.5);
    transition: transform 0.2s;



}

.tw:active,
.tw:hover {
    color: #00aced;
    transform: scale(1.5);
    transition: transform 0.2s;

}

footer p {
    color: #888;
    text-align: center;
    font-size: 90%;
    margin-top: 50px;
}





/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}



.col {
	/* color: blue; */
	display: block;
	float:left;
	/* margin: 1% 0 1% 1.6%; */
}
.span-1-of-4{
    width: 23.2%;
}
.span-1-of-3{
	width: 33%;
}
.span-1-of-2{
    width:50%;
}



@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}






/* -----------------responsive csss----------------- */



@media only screen and (max-width: 480px) {
    section {
        padding: 25px 0;
    }

    .contact-section {
        width: 100%;
    }
}

@media only screen and (max-width: 790px) {
    body {
        font-size: 16px;
    }

    .citypic {
        margin-right: 10px;
    }

    section {
        padding: 30px 0px;
        height: auto;

    }

    .section-steps {
        height: 100%;
    }

    .section-city {
        height: 100%;
    }

    .section-test {
        height: 1300px;
    }

    .signup-section {
        height: 850px;
    }

    .row,
    .herotext {
        padding: 0 4%;
    }

    .col {
        width: 100%;
        margin: 0 0 4% 0;
        ;
    }

    .box {
        height: auto;
    }

    .main-nav {
        display: none;
    }

    .app-screen {
        width: 40%;

    }

    .steps-box:first-child {
        text-align: center;
    }

    .works-step div {
        height: 40px;
        width: 40px;
        margin-right: 15px;
        padding: 4px;
        font-size: 120%;
    }

    .works-step {
        margin-bottom: 20px;

    }

    .works-step:last-of-type {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .longcopy {
        width: 80%;
        margin-left: 10%;
    }

    body {
        font-size: 18px
    }

    .signup-section {
        background-color: rgb(238, 236, 231);
        height: 1500px;
    
    }

    .contact-section {
        width: 80%;
        margin: 0 auto;
        height: 900px;
    }

    section {

        padding-inline-start: 60px 0;
    }

    .steps-box {
        margin-top: 10px;
    }

    .steps-box:last-child {
        padding-left: 4%;
        margin-top: 10px;
    }

    .works-step {
        margin-bottom: 40px;
    }

    .works-step:last-of-type {
        margin-bottom: 60px;
    }

    .app-screen {
        width: 50%;
    }

    .icons {
        width: 17px;
        margin-right: 5px;
    }

    .cityfeatures {
        font-size: 90%;

    }

    .plan-box {
        width: 100%;
        margin-left: 0%;
    }

    .plan-price {
        font-size: 250%;
    }

    .contact-section {
        width: 80%;
    }
}


@media only screen and (max-width: 1250px) {
    .herotext {

        width: 100%;
        padding: 0px 9%;
    }

    .row {
        padding: 0 2%;
    }
}