/* ------------------ */
/* BASIC SETUP */
/*___________________*/

*{
    margin:0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,body{
    background-color: #fff;
    color: #555;
    font-family: 'LATO','Arial',sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix{zoom:1}
.clearfix:after{
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: none;
}
        
/* ------------------ */
/*     HEADER        */
/*___________________*/

header{
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.72)),to(rgba(0, 0, 0, 0.72))),url(img/hero-indian2.png);
    background-image:linear-gradient(rgba(0, 0, 0, 0.72),rgba(0, 0, 0, 0.72)),url(img/hero-indian2.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}


.hero-text{
    position: absolute;
    width:1140px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ------------------------------*/
/* REUSABLE COMPONENTS */
/*_______________________________*/


.row{
    max-width: 1100px;
    margin: auto;
}

/*--- HEADINGS ---*/

h1,h2,h3{
    
    font-weight: 300;
    text-transform: uppercase;
    }

h1{
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2{
    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: 0 auto;
    margin-top: 30px;
}

h3{
    font-size: 110%;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 20px;
}

/*-----ICONS------*/

.icon-big{
    font-size:350%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
}

/*---paragraphy----*/

.long-copy{
    line-height: 145%;
    margin-left: 15%;
    width: 70%;
    margin-bottom: 50px;
}

.section-features .long-copy{
    margin-bottom: 30px;
}
.box{
    padding: 1%;
    text-align: left;
}

.box p{
    font-size:90%;
    line-height: 145%;
}
/*--- BUTTONS ---*/

.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 200px;
    margin-right: 20px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit]{
    background-color:#e67e22;
    color: white;
    border: 1px solid #e67e22;
    }


.btn-ghost:link,
.btn-ghost:visited{
    border: 1px solid #e67e22;
    color: #e67e22;
}

.btn:hover,
.btn:active,
input[type=submit]:hover{
    background-color:#d06d14;
    color: #fff;
    border: 1px solid #d16c11;
}

/*----LOGO----*/

.logo
{
    height:100px;
    width: auto;
    float: left;
    margin-top: 20px;
}
.logo-sticky{
    display: none;
    height:50px;
    width: auto;
    float: left;
    margin:5px 0;
}


.nav-main{
    float:right;
    list-style: none;
    margin-top: 20px;
}

.nav-main li{
    display: inline-block;
    margin: 40px 20px;
    
}
.nav-main li a:link,
.nav-main li a:visited
{
    text-decoration: none;
    color: #fff;
    font-size: 90%;
    text-transform: uppercase;
    -webkit-transition:border-bottom 0.3s;
    transition:border-bottom 0.3s;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
}

.nav-main li a:hover,
.nav-main li a:active
{
    border-bottom: 2px solid #e67e22;
}

/*Mobile-nav*/

.mobile-nav-icon{
    float: right;
    margin-top: 15px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon ion-icon{
    font-size: 200%;
    color: #fff;
}

/*Sticky Navi*/

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px #efefef;
    z-index:9999;
}

.sticky .nav-main{margin-top:18px;}
.sticky .nav-main li{
    display: inline-block;
    margin: 2px 20px;
    
}
.sticky .nav-main li a:link,
.sticky .nav-main li a:visited{
    color: #555;
    padding: 16px 0;
}

.sticky .logo{display: none;}
.sticky .logo-sticky{display: block;}

/*----Features-----*/


section{
    padding: 80px 0;
}
.section-features{
    text-align: center;
    font-weight: 300;
}

/*----------------------*/
/*Meals-Section*/
/*----------------------*/

.section-meals{
    padding: 0;
    margin-bottom: 20px;
}

.meals-showcase{
    list-style: none;
    width: 100%;
}

.meals-showcase li{
    display:block;
    float: left;
    width:25%;
}

.meal{
    width: 100%;
    margin: 0;
    background-color: #000;
    overflow: hidden;
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
}

.meal img{
    width: 100%;
    height:300px;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.7;
    }

.meal img:hover{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
}


/*-----------------------*/
/*How it  works*/
/*-----------------------*/

.section-steps{
    background-color: #f4f4f4;
}

.steps-box img{
    width: 40%;
}
.steps-box:first-child{
    text-align:right;
    padding-right: 3%;
    margin-top: 30px;
}
.steps-box:last-child{
  padding-left: 3%;
  margin-top: 70px;
}
.work-steps {
    margin-bottom: 50px;
}

.work-steps div{
    color: #e67e22;
    border: 2px solid #e67e22;
    display: inline-block;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    font-size: 150%;
    text-align: center;
    padding: 5px;
    float: left;
    margin-right: 25px;
}

.work-steps:last-of-type{
    margin-bottom: 80px;
}
.btn-app img{
    height:50px;
    width: auto;
    margin-right: 20px;
}

/*-------------------*/
/*Cities*/
/*-------------------*/

.box img{
    height:175px;
    width:100%;
}

.icon-small{
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-right: 10px;
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}

.city-feature a{
    text-decoration: none;
    color: #e67e22;
    border-bottom: 1px solid #e67e22;
    padding-bottom: 1px;
    -webkit-transition: border-bottom 0.2s,color 0.2s;
    transition: border-bottom 0.2s,color 0.2s;
}

.city-feature a:hover{
    border-bottom: none;
    color: #555;
}

/*----------------------------*/
/*Testimonial*/
/*----------------------------*/

.section-testimonials{
   background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.65)),to(rgba(0, 0, 0, 0.65))),url(img/food-thali.jpg);
   background-image: linear-gradient(rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65)),url(img/food-thali.jpg);
background-size: cover;
background-position: center;
    color: #fff;
    background-attachment: fixed;
}

blockquote{
    padding: 2%;
    line-height:  145%;
    font-style: italic;
    position: relative;
    margin-top: 40px;
}

cite{
    font-size: 90%;
    margin-top: 25px;
    display: block;
}
blockquote:before{
    content: "\201c";
    font-size: 500%;
    display: block;
    position: absolute;
    top:-5px;;
    left: -3px;
}
cite img{
    height: 45px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
}

/*---------------------*/
/*PLansCard*/
/*---------------------*/

.section-plans{
    background-color: #f4f4f4;
}

.plan-box{
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    height: auto;
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
}

.plan-box div{
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    
}
.plan-box div:first-child{
   background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
.plan-box div:last-child{
    text-align: center;
    border: 0;
}

.plan-price{
    margin-bottom: 10px;
    font-size: 300%;
    font-weight:100;
    color:#e67e22;
}
.plan-price span{
    font-size:30%;
    font-weight: 100;
}
.plan-price-meal{
    font-size: 80%;
}

.plan-box ul{
    list-style: none;
}
.plan-box ul li{
    padding:5px 0;
}


/*---------------------*/
/*Input Form*/
/*---------------------*/

.contact-form{
    width: 60%;
    margin: 0 auto;
    font-weight: 300;
}

input[type=text],
input[type=email],
select,
textarea{
    width: 100%;
    border-radius: 3px;
    border:1px solid #ccc;
    padding: 7px;
}

input[type=checkbox]{
    margin: 15px 5px 15px 0;
}

input[placeholder]{
    font-weight: 300;
}

.selector{
    font-weight: 300;
}

*:focus{outline: none;}

/*---------------------*/
/*Footer*/
/*---------------------*/

footer{
    background-color: #333;
    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:last-child,
.social-links li:last-child
{
    margin-right: 0;
}

.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;
    font-size: 80%;
    -webkit-transition: color 0.2s, font-size 0.2s,color 0.2s;
    transition: color 0.2s, font-size 0.2s,color 0.2s;
}
.footer-nav li a:hover,
.footer-nav li a:active{
    color: #ddd;
}

footer p{
    color: #888;
    text-align: center;
    font-size: 80%;
    margin-top: 90px;
    margin-bottom: 10px;
}

.social-links li a:link,
.social-links li a:visited{
    font-size: 100%;
}

.ion-social-facebook:hover{
    color:#3b5998;
}
.ion-social-twitter:hover{
    color:#00aced;
}
.ion-social-Linkedin:hover{
    color:#007bb6;
}
.ion-social-instagram:hover{
    color:#bc2a8d;
}


/*Animations */

.js--wp-1,
.js--wp-2,
.js--wp-3
{
    opacity: 0;
    animation-duration: 1s;
}
.js--wp-4{
    animation-duration: 0.5s;
}
.js--wp-1.animate__fadeIn,
.js--wp-2.animate__fadeInUp,
.js--wp-3.animate__fadeIn{
    opacity: 1;
}
