/* Basic setup */
*{
	margin: 0;
	padding:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.row {
	margin: 0 auto;
	max-width: 1140px;
}
/**************semantics**********/
blockquote{
	padding: 1px 20px;
	text-align: left;
	font-style: italic;
	line-height: 145%;
}

blockquote:before {
    content: "\201C";
    display: block;
    font-size: 562.5%;
}
cite{
margin-top: 20px;
display: block;
vertical-align: middle;
}
cite img {
	border-radius: 50%;
	height: 50px;
  margin-right: 10px;
	vertical-align: middle;
}

html{
	background-color: #fff;
	color: #555;
	font-family: "Lato","Arial","san-serif";
	font-size: 20px;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}
header{
background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.7)),to(rgba(0, 0, 0, 0.7))), url(images/hero.jpg);
background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(images/hero.jpg);
background-attachment: fixed;
background-size:cover;
background-position: center;
background-attachment: fixed;
height: 100vh;
position: relative;
}
a:link,
a:visited
{
	text-decoration: none;
	padding: 3px;
	border-bottom: 1px solid #e67e22;
	-webkit-transition: border-bottom 1s, color 0.5s;
	transition: border-bottom 1s, color 0.5s;
}
a:hover,
a:active
{
	color: #555;
	border-bottom: 1px solid transparent;
}
h1,h2,h3{
	font-weight: 300;
	text-transform: uppercase;

}
h1{
	color: #fff;
	font-size: 250%;
	letter-spacing: 1px;
	word-spacing: 4px;
}

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

h3{
word-spacing: 1px;
font-size: 110%;
margin-top: 15px;
margin-bottom: 15px;
}

section{
	padding: 80px 0;
}

/* butoon components */
.btn:link,
.btn:visited,
input[type=submit]
{
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 300;
	border-radius: 200px;
	margin-right: 10px;
	-webkit-transition: background-color 0.5s,border 0.5s, color 0.5s;
	transition: background-color 0.5s,border 0.5s, color 0.5s;
}

.btn-order:link,
.btn-order:visited,
input[type=submit]
{
	background-color: #e67e22;
	border: 1px solid #e67622;
	color: #fff;
	margin-right: 15px;
	-webkit-transition: background-color 0.5s,border 0.5s, color 0.5s;
	transition: background-color 0.5s,border 0.5s, color 0.5s;
}

.btn-story:link,
.btn-story:visited
{
border: 1px solid #e67e22;
color: #e67e22;
}
.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
background-color: #cf6d17;
}

.btn-order:hover,
.btn-order:active,
/* input[type=submit] */
{
	background-color: #cf6d17;
	border: 1px solid #cf6d17;
		/* color: #fff; */
}

.btn-story:hover,
.btn-story:active
{
background-color: #cf6d17;
border: 1px solid #e67e22;
color: #fff;
}

/* header components  */
.header-text{
		position: absolute;
		top:50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 35%
}
.logo{
	margin-top: 25px;
	height: 100px;
	width: auto;
	float: left;
}
.logo-black{
	margin-top: 5px;
	height: 50px;
	width: auto;
	float: left;
    display: none;
    margin: 5px 0;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.98);
    box-shadow: 0 2px 2px #efefef;
    z-index: 1;

}
.sticky .main-nav li a:link,
.sticky .main-nav li a:visited
  {
    padding: 8px 0 22px;
	color: #555;

}
.sticky .logo {
    display: none;
}
.sticky .logo-black {
    display: block;
}

.main-nav{
	float:right;
	list-style: none;
	margin-top: 19px;

}

.main-nav li {
display: inline-block;
margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited
  {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 10px;
	border: 0;
	-webkit-transition: border 0s, color 1s;
	transition: border 0s, color 1s;
}


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

}
/***********Section component**************/
.margin-issue{
	margin-left: 0;
}
.row h2{
/* width: 60%; */
}
.row h2:after {
	margin: 30px auto 50px auto ;
	display: block;
	content: "";
	width:150px;
	height: 2px;
	color:#e67e22;
	background-color: #e67e22;

}

.long-copy {
	width: 70%;
	margin: 30px auto;
	line-height: 145%;
}

.icons{
	color: #e67e22;
	padding-left: 25%;
	padding-top: 15px;
	margin-top: 50px;
}
.box{
	padding-right: 30px;
}
.box p {
	line-height: 145%;
	text-align: left;
	font-size: 90%;
}
/******************** section-meal ********************/
.section-meal{
	padding: 0
}

.meal-showcase{
	list-style: none;
}

.meal-showcase li {
	display:block;
	float:left;
	width: 25%;
}
.clear-fix:after{
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.meal-photo {
	width: 100%;
	overflow:hidden;
	background-color: #000;
}
.meal-photo img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	width: 100%;
	height: auto;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s;
	opacity: 0.7;
}
.meal-photo img:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*******************usage section*******************/
.Usage {
    background-color: #eaeaea
}
.app-screen{
	width: 40%;
	margin-right: 30px;
	margin-top: 30px;
}
.step-box:first-child{
	text-align: right;
	padding-right: 3%;
}
.usage-text{
	margin-bottom: 50px;
}

.usage-text:first-child{
	margin-top: 70px;
}

.usage-text div {
	border: 2px solid #e67e22;
	display:inline-block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	margin-right: 30px;
	padding-top: 10px;
}
.usage-text p {
	text-align: left;
	padding-left: 30px;
}
.download-button {
	height: 50px;
	padding-right: 30px;
}
.btn-app:link {
	border: 0;
}
/**************cities********************/
.cities-img{
	height: 150px;
	width: auto;
	margin-bottom: 15px;
}
.city-feautue{
	margin-bottom: 10px;
}
.fa-solid,.fa-brands{
	color: #e67e22;
	padding-right: 10px;
	margin: 5px;
}
/********Testimonial section*********/
.testimonials{
	background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.8)),to(rgba(0, 0, 0, 0.8))), url(images/back-customers.jpg);
	background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(images/back-customers.jpg);
	color: #fff;
	background-size: cover;
	background-attachment: fixed;
}
/************ pricing*************/
.pricing{
background-color: #eaeaea;
}
.price{
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	-webkit-box-shadow: 0 2px 2px #black;
	box-shadow: 0 2px 2px #black;
}
.price ul{
	list-style: none;
	padding: 5px 0;
}
.price li {
	padding-bottom: 5px;
}
.price div {
	padding: 10px 10px;
	border-bottom: 1px solid #eaeaea;
}
.price div:last-of-type{
	text-align: center;
}
.pricing-price{
	background-color: #f7f7f7;
}
#bottom{
	padding-bottom: 35px;
}
.pricing-price p:first-of-type{
	color:#e67e22;
}
.enlarge{
color:#e67e22;
font-size: 250%;
font-weight: 300;
}

/******************contact  us *******************/
.label{
	margin-bottom: 55px;
}
.label-news{

}
.input {
	margin-bottom: 40px;
	width: 100%;
}
.contact-form{
	margin: 0 auto;
	width: 60%;
}

.input-checkbox{
	padding-top: 15px;
}

input[type=text],
input[type=email],
textarea,
select{
	width: 100%;
	padding: 7px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
/********************Footer***********************/
footer{
	background-color:  #343434;
	padding: 50px 0;
}

.nav-footer{
	list-style: none;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.social-footer{
	list-style: none;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav-footer li {
padding-right: 30px;
}
.social-footer li {
	padding-right: 30px;
}
.footer-par{
	padding-top: 30px;
	text-align: center;
}
.nav-footer a:link,
.nav-footer a:visited
{
	color:#555;
	border: none;
}

.social-footer .fa-solid,.fa-brands,
.social-footer li a:link,
.social-footer li a:visited
{
	color: #555;
	border: none;
}
.logo-black{
	margin-left: auto;
	margin-right: auto;
}
/*********************media queries*****************/
