@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700|Give+You+Glory);

/*------------------------------------------------------------------
Theme Name: Foodpicky - Responsive Bootstrap Restaurants Directory template Online food ordering 
Version: 1.0
Author: codenpixel.com  
Contact: info@codenpixel.com
-------------------------------------------------------------------*/

/* Table of Content
*****************************************************


01. General Properties
- Styling
- Buttons
- Inputs
- Forms
02. Main Nav
03. Header
04. Food items
05. Pricing
06. Map


*/

body {
  background: rgba(252, 251, 249, 0.68);
  font-size: 16px;
  color: #4d4f56;
  font-weight: 400;
  overflow-x: hidden;
}

/* ==========================
*   Typohraphy
============================*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  color: #25282b;
}

a {
  color: #5c4ac7;
}

a:hover {
  text-decoration: none;
  color: #ef3b0e;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: #404048;
}

ul {
  list-style-type: none;
  padding: 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eaebeb;
}

/*==================================
* Bootstrap grid tweaks
*===================================*/

.container {
  max-width: 1270px;
  width: 94%;
}

/* Remove space from columns */

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*="col-"]:not(:first-child),
.row.no-gutter [class*="col-"]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/*==================================
* Just simple warppers
*===================================*/

.page-wrapper {
  padding-top: 68px;
  /* Used for inpper pages if navigation fixed to the top */
}

.inner-page {
  margin-top: 30px;
  margin-bottom: 50px;
}

/*==================================
* Foms
*===================================*/

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #5c4ac7;
  margin-top: 0;
  padding: 10px;
  border-radius: 100%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 100%;
}

.custom-control-indicator {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 1px 3px rgba(93, 92, 99, 0.05);
  border: 1px solid rgba(116, 135, 150, 0.23);
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #5c4ac7;
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #5c4ac7;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0088"%3E%3Cpath fill="%23fff" d="M6.564.75l-3.593.612-1.538-1.55l04.262.9747.2582.193z"/%3E%3C/svg%3E");
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #5c4ac7;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #76767;
}

.custom-control {
  padding-left: 30px;
}

.form-control {
  border: 1px solid #eaebeb;
  border-radius: 2px;
}

.custom-select {
  line-height: 1;
}

/* ==========================
*   Buttons
============================*/

.form-control-lg,
.dropdown-menu,
.btn,
.btn-group-lg > .btn,
.btn-lg,
.img-rounded {
  border-radius: 2px;
}

.btn {
  transition: all 0.4s;
}

.btn-secondary {
  color: #373a3c;
  background-color: rgba(252, 251, 249, 0.68);
  border-color: #eaebeb;
}

.btn-purple {
  color: #eaebeb;
  background-color: #5c4ac7;
  border-color: #eaebeb;
}

.btn-purple:hover {
  color: #eaebeb;
  background-color: #4e3fa7;
  border-color: #eaebeb;
}

.theme-btn {
  background-color: #5c4ac7;
  border-color: #5c4ac7;
  color: #fff;
}

.theme-btn-dash {
  border: 2px dashed #5c4ac7;
  background-color: transparent;
  color: #5c4ac7;
}

.theme-btn-dash:hover,
.theme-btn,
.theme-btn.btn-lg:hover,
.btn-secondary:hover {
  background-color: #5c4ac7;
  color: #fff;
  border: 1px solid #5c4ac7;
}

.theme-btn-dash:hover {
  border: 2px solid #5c4ac7;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.primary-color {
  color: #5c4ac7;
}

/* ==========================
*   Helpers
============================*/

.space-xs {
  padding-bottom: 15px;
  padding-top: 15px;
}

.space-sm {
  padding-bottom: 30;
  padding-top: 30px;
}

.space-md {
  padding-top: 90px;
  padding-bottom: 90px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.b-l {
  border-left: 1px solid #edeed;
}

.b-r {
  border-left: 1px solid #edeed;
}

.b-t {
  border-top: 1px solid #edeed;
}

.b-b {
  border-bottom: 1px solid #edeed;
}

.b-b-0 {
  border-bottom: none !important;
}

.b-t-0 {
  border-top: none !important;
}

.b-l-0 {
  border-left: none !important;
}

.b-r-0 {
  border-right: none !important;
}

.align-wrap {
  display: inline-table;
  min-height: 100%;
}

.align-vertical {
  display: table-cell;
  vertical-align: middle;
}

.font-white {
  color: #fff;
}

/* ============================
* PAGINATION
==============================*/

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  border-color: #eaebeb;
}

.page-link {
  color: inherit;
  background-color: #fff;
  border: 1px solid #eaebeb;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  background-color: #5c4ac7;
  border-color: #5c4ac7;
}

/* ==========================
*   Header and navigation
============================*/

#header {
  position: fixed;
  width: 100%;
  border: 0;
  z-index: 99;
}

.nav-fixed {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.navbar {
  background-image: url("../images/back.jpg");
  padding: 0.95rem 1rem;
  border-radius: 0;
  background-position: bottom;
}

.navbar-nav .nav-item {
  padding-left: 10px;
}

.navbar-dark .navbar-toggler {
  background-image: none;
  border-color: transparent;
}

@media (max-width: 62em) {
  .navbar-nav {
    padding-top: 0.425rem;
    padding-left: 0.75rem;
  }
  .navbar-nav .nav-item {
    float: none;
  }
  .navbar-brand {
    float: left !i
    ;
  }
  .navbar-brand,
  .navbar-nav .nav-item {
    display: block;
  }
  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .dropdown-menu {
    position: relative;
    float: none;
    background-color: transparent;
  }
  .dropdown-menu a {
    color: #fff;
  }
}

.headroom--pinned {
  display: block;
}

.headroom--unpinned {
  display: none;
}

.navbar-fixed-top {
  position: fixed;
}

.navbar-toggler {
  padding: 4px 0;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  color: #5c4ac7;
  border-radius: 2px;
}

/********* top links part ***********/

.top-links {
  padding: 15px 0;
  border-bottom: 1px solid #eaebeb;
}

.top-links ul {
  margin-bottom: 0;
}

.link-item a {
  font-size: 12px;
  color: #414551;
}

.link-item.active span {
  background-color: #5c4ac7;
  color: #fff;
}

.links {
  display: block;
}

.links span {
  border: 1px solid #eaebeb;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  color: #3a3e47;
  font-weight: 600;
  display: inline-block;
  margin-right: 18px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.links li:hover span {
  background-color: #e8500e;
  color: #fff;
}

@media (max-width: 800px) {
  .top-links {
    display: none;
  }
}

/* ==========================
*   Hero
============================*/

.hero {
  padding-top: 12%;
  /* padding-bottom: 10%; */
  padding-bottom: 6%;
  text-align: center;
  position: relative;
}

.hero h1 {
  font-family: "Give You Glory", cursive;
  color: #fff;
  font-size: 3.7em;
  font-weight: 700;
}

.hero:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(7, 6, 29, 0.37);
}

.hero .hero-inner {
  position: relative;
  z-index: 1;
}

/* ==========================
*   Hero steps
============================*/

.step-item {
  display: inline-block;
  margin: 0 40px 0;
  position: relative;
}

.banner-form {
  margin-bottom: 60px;
  display: block;
  margin-top: 20px;
}

.step-item svg {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.step-item img {
  display: block;
  margin: 0 auto 15px;
}

.step-item h4 {
  font-family: "Give You Glory", cursive;
  color: #fff;
  font-size: 21px;
}

.step-item h4 span {
  color: #5c4ac7;
}

.step1:after,
.step2:after {
  position: absolute;
  content: "";
  right: -58%;
  top: -20%;
  width: 130px;
  height: 32px;
  background: url(../images/arrow.png);
}

.step2:after {
  background: url(../images/arrow-dotted.png);
  height: 25px;
  right: -95%;
  top: -15%;
}

@media (max-width: 568px) and (min-width: 280px) {
  .step1:after,
  .step2:after {
    display: none;
  }
  .hero h1 {
    font-size: 2.2em;
    padding-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step-item {
    margin: 0 30px 0;
  }
}

/* ==========================
*   Detect location
============================*/

.location-match {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.location-match span {
  font-weight: 600;
}

.location-match a {
  color: #5c4ac7;
}

.location-match a:hover {
  color: #43434c;
}

/* ==========================
*  Popular block
============================*/

.popular {
  padding: 70px 0 90px;
  background-size: 100%;
}

.food-item-wrap {
  border: 1px solid #eaebeb;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fafaf8;
}

.food-item-wrap h5 a {
  color: #25282b;
  font-size: 21px;
  font-weight: 600;
}

.food-item-wrap .title h3 {
  font-size: 16px;
  margin-bottom: 35px;
  color: #414551;
  line-height: 21px;
  font-weight: 300;
}

.food-item-wrap .price {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  display: inline-block;
}

.food-item-wrap .product-name {
  margin-bottom: 20px;
}

.food-item-wrap .content {
  padding: 25px 15px 35px;
}

.food-item-wrap .restaurant-block {
  border-top: 1px solid #eaebeb;
  float: left;
  width: 100%;
}

.food-item-wrap .right-text {
  margin-left: 10px;
}

.food-item-wrap .right-text a {
  display: block;
}

.food-item-wrap .left {
  float: left;
  padding: 8px 15px;
}

.food-item-wrap .left img {
  padding-top: 3px;
}

@media (min-width: 320px) and (max-width: 568px) {
  .food-item-wrap .left {
    float: left;
    padding: 10px;
  }
  .food-item .left img {
    width: 45px;
  }
  .food-item-wrap .right-text {
    font-size: 13px;
  }
}

.food-item-wrap .right {
  padding: 10px 0;
}

.food-item-wrap .right-like-part {
  border-left: 1px solid #eaebeb;
  padding: 25px 15px;
  font-size: 13px;
}

@media (min-width: 280px) and (max-width: 580px) {
  .food-item-wrap .right-like-part {
    padding: 24px 10px;
    font-size: 10px;
  }
}

.food-item-wrap .right-like-part img {
  vertical-align: middle;
  margin-right: 5px;
}

.food-item-wrap .right-text a {
  color: #25282b;
  font-weight: 400;
}

.food-item-wrap .right-text span,
.food-item-wrap .right-like-part,
.food-item-wrap .right-like-part span {
  font-weight: 300;
  color: #748796;
}

.food-item-wrap .figure-wrap {
  position: relative;
  height: 210px;
}

.food-item-wrap .food-item-wrap figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.food-item-wrap .food-item-wrap figure img {
  width: 100%;
}

.food-item-wrap .figure-wrap:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  /*background: url(../images/zig-zag.png);*/
  width: 100%;
  height: 5px;
}

.food-item-wrap:hover h5 > a,
.food-item-wrap:hover .right-text > a {
  color: #5c4ac7;
}

.food-item-wrap .figure-text {
  position: absolute;
  top: 0;
  padding: 13px 28px 18px 18px;
  width: 100%;
  height: 100%;
}

.food-item-wrap .figure-text .bottom {
  position: absolute;
  bottom: 25px;
  float: left;
  width: 87%;
}

.food-item-wrap .review {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

.food-item-wrap .distance {
  background: #5c4ac7;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
}

.food-item-wrap .rating i {
  color: #ffd953;
  font-size: 16px;
}

.food-item-wrap .rating .fa-star-o {
  font-size: 17px;
}

.food-item-wrap .rating {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.food-item-wrap .review {
  right: 30px;
  position: absolute;
  bottom: 30px;
}

.food-item-wrap .review a {
  color: #fff;
}

.food-item-wrap .left-sidebar,
.food-item-wrap .right-sidebar {
  width: 300px;
}

.food-item-wrap .lf-ghost {
  width: 395px !important;
  float: left;
}

@media (max-width: 543px) {
  ...;
}

@media (min-width: 544px) and (max-width: 767px) {
  .food-item-wrap .right-text {
    margin: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .food-item-wrap .right-like-part {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border: 0;
    border-top: 1px solid #eaebeb;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .food-item-wrap .restaurant-block {
    text-align: center;
  }
  .food-item-wrap .left {
    float: none;
  }
  .food-item-wrap .pull-left {
    float: none;
  }
  .food-item-wrap .right-text span,
  .food-item-wrap .right-like-part,
  .food-item-wrap .right-like-part span {
    width: 100%;
  }
  .right-like-part.pull-right {
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eaebeb;
    padding: 10px;
  }
  .food-item-wrap .price-btn-block {
    text-align: center;
  }
  .food-item-wrap .price-btn-block .price {
    margin-bottom: 15px;
    display: block;
  }
  .food-item-wrap .price-btn-block .btn {
    float: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .food-item-wrap .left {
    padding: 10px;
    font-size: 11px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  ...;
}

/*============================================
* Modal 
=============================================*/

.cart-addon .food-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding: 2px 0 15px;
}

.cart-addon .food-item:last-of-type {
  border-bottom: none;
}

.cart-addon .food-item .item-img img {
  max-width: 70px;
}

.cart-addon .food-item .rest-descr {
  margin-left: 80px;
}

.cart-addon .food-item h6 {
  /* margin: 0 0 2px 0; */
}

.cart-addon .food-item h6 a {
  font-size: 16px;
  color: #4d4f56;
  display: block;
  margin: 4px 0 0 0;
  line-height: 20px;
}

.cart-addon .food-item .price {
  font-weight: 600;
  margin-top: 15px;
  display: block;
  color: #25282b;
}

.cart-addon .food-item .form-control {
  margin-top: 8px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  right: -15px;
  position: absolute;
  top: -15px;
  background-color: #5c4ac7;
  opacity: 1;
  width: 30px;
  height: 30px;
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  display: block;
}

button.close span {
  display: block;
}

/*-----------------------------------  
How it works section
-----------------------------------*/

.how-it-works {
  background-image: url(../images/city.png), url(../images/pattern.png);
  background-repeat: repeat-x, repeat;
  background-position: bottom, center;
  padding: 90px 0;
  position: relative;
}

.how-it-works .text-xs-center > h2 {
  color: #d8bea5;
  margin-bottom: 50px;
}

.how-it-works-wrap h2 {
  margin-bottom: 10px;
  font-size: 21px;
}

.how-it-works-wrap > p {
  font-weight: 300;
}

.how-it-works-steps {
  position: relative;
  padding: 0 2.1rem;
}

.how-it-works .how-middle {
  margin-top: 70px;
}

.how-it-works p.pay-info {
  font-size: 16px;
  color: #d8bea5;
  margin-top: 25px;
  text-align: center;
}

.how-it-works h3 {
  color: #fff;
}

/*-----------------------------------  
Steps
-----------------------------------*/

.how-it-works p {
  color: #9c9da5;
}

.step .icon {
  position: relative;
  width: 86px;
  height: 86px;
  margin: 10px auto 20px;
  line-height: 78px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.step .icon:before {
  content: attr(data-step);
  position: absolute;
  top: -10px;
  left: 5px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 38px;
  background-color: #5c4ac7;
  border-radius: 50%;
  font-size: 1.5em;
  font-family: "Give You Glory", cursive;
  font-weight: 700;
  color: #fff;
}

.step .icon img,
.step .icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}

.how-it-works .step-2 {
  padding-top: 20%;
}

.col1:after {
  position: absolute;
  content: "";
  right: -21%;
  top: 15%;
  width: 185px;
  height: 34px;
  background: url(../images/arrow-big.png) no-repeat;
}

.col2:after {
  position: absolute;
  content: "";
  right: -16%;
  top: 11%;
  width: 175px;
  height: 34px;
  background: url(../images/arrow-big-dotted.png) no-repeat;
}

.how-it-works-solution {
  margin-bottom: 26px;
}

@media (max-width: 543px) {
  .col1:after,
  .col2:after {
    display: none;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .col1:after,
  .col2:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col1:after,
  .col2:after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col1:after,
  .col2:after {
    right: -30%;
  }
}

@media (min-width: 1200px) {
  ...;
}

/****** featured restaurants block *******/

.featured-restaurants {
  padding-top: 4em;
  position: relative;
}

@media (min-width: 280px) and (max-width: 580px) {
  .featured-restaurants {
    padding: 50px 0 20px;
    position: relative;
  }
  .featured-restaurants .title-block {
    margin-bottom: 15px;
  }
  .featured-restaurants .title-block h4 {
    font-size: 21px;
  }
}

@media (min-width: 280px) and (max-width: 580px) {
  .featured-restaurants:before {
    display: none;
  }
}

.featured-restaurants .restaurant-wrap {
  border-radius: 3px;
  padding: 15px;
  float: left;
  width: 100%;
}

.featured-restaurants .restaurant-logo {
  border-radius: 3px;
}

.featured-restaurants .restaurant-logo img {
  width: 95px;
  height: auto;
  border: 1px solid #eaebeb;
}

@media (min-width: 320px) and (max-width: 543px) {
  .restaurant-wrap {
    /* text-align:center */
  }
  .featured-restaurants .restaurant-logo img {
    width: 85px;
    margin-bottom: 15px;
  }
}

.featured-restaurants .restaurant-wrap h5 {
  margin-top: 5px;
  font-weight: 600;
}

.featured-restaurants .restaurant-wrap h5 a {
  color: #25282b;
}

.featured-restaurants .bottom-part {
  margin-top: 5px;
}

.featured-restaurants .cost,
.featured-restaurants .mins,
.featured-restaurants .ratings {
  font-size: 12px;
  display: inline-block;
}

.featured-restaurants .cost,
.featured-restaurants .mins {
  margin-right: 1rem;
}

.featured-restaurants .ratings span i {
  color: #5c4ac7;
}

.featured-restaurants .ratings .fa-star-o {
}

.restaurants-filter ul li {
  display: inline-block;
  padding: 0 0.5rem;
}

.featured-restaurants .restaurants-filter ul li a {
  font-weight: 400;
  color: #414551;
  font-size: 16px;
  text-transform: capitalize;
}

.featured-restaurants .restaurants-filter ul li a:hover {
  color: #e8500e;
}

@media (min-width: 320px) and (max-width: 480px) {
  .restaurants-filter {
    float: none;
  }
  .restaurants-filter ul li {
    padding: 0 0.5rem;
  }
}

.featured-restaurants .featured-restaurants h4 {
  margin-bottom: 45px;
}

.featured-restaurants .restaurant-listing {
  margin-bottom: 50px;
  margin-top: 25px;
}

.featured-restaurants .single-restaurant {
  margin-bottom: 30px;
}

.add-restaurants {
  background: #fafaf8;
  border: 1px solid #eaebeb;
  padding: 35px 10px 23px;
  border-radius: 2px;
}

.add-restaurants p strong {
  font-weight: 600;
  color: #5c4ac7;
}

@media (min-width: 320px) and (max-width: 543px) {
  .featured-restaurants .restaurant-wrap {
    margin-bottom: 10px;
  }
  .add-restaurants {
    text-align: center;
  }
  .add-restaurants a.btn.theme-btn {
    display: block;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .featured-restaurants .restaurant-wrap {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

/*-----------------------------------  
App section
-----------------------------------*/

.app-section {
  padding-top: 35px;
  position: relative;
}

.app-section:after {
  content: "";
  background: url(../images/city-2.png) center bottom;
  background-color: #5c4ac7;
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: repeat-x;
}

.app-wrap {
  position: relative;
  z-index: 2;
}

@media (min-width: 280px) and (max-width: 568px) {
  .app-wrap {
    padding-bottom: 30px;
  }
}

.app-wrap figure {
  margin: 0;
  text-align: center;
}

.app-wrap .left-text {
  padding-top: 110px;
}

.app-wrap .left-text h3,
.app-wrap .left-text p {
  color: #fff;
}

/* ==========================
*  Download app buttons
============================*/

.app-btn {
  color: #ffffff;
  float: left;
  margin-right: 15px;
  background: #81858b;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  transition: all 0.3s;
}

.app-btn i {
  font-size: 38px;
  line-height: 50px;
  margin: 0px;
  padding: 0 18px;
}

.app-btn .pull-right {
  padding: 8px 25px 8px 10px;
}

.app-btn .text {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.app-btn:hover,
.app-btn:active,
.app-btn:focus {
  color: #ffffff;
  background: #111111;
}

.android-button {
  background: #82b21c;
}

@media (min-width: 348px) and (max-width: 767px) {
  .app-section {
    padding: 55px 0;
  }
  .text-img-block figure {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .app-wrap .left-text {
    padding-top: 100px;
    font-size: 80%;
  }
  .app-btn i {
    font-size: 28px;
    line-height: 41px;
    margin: 0px;
    padding: 0 18px;
  }
  .app-btn {
    padding-right: 5px;
  }
  .app-btn .pull-right {
    padding: 7px 14px 0 5px;
  }
  .app-btn i {
    padding: 0 10px;
  }
}

/* ==========================
*  Footer
============================*/

footer {
  /*background: url(../images/pattern.png) center repeat;*/
  background: url(../images/back.jpg) center repeat;
  padding: 90px 0;
  z-index: 1;
  position: relative;
}

.payment-options ul li {
  display: inline-block;
  margin-right: 8px;
}

footer h5 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 15px;
}

.footer-logo-block img {
  display: block;
  margin-bottom: 15px;
}

footer p,
footer,
footer span {
  font-weight: 300;
  color: #9c9da5;
}

.address h5 a {
  color: #5c4ac7;
  font-size: 26px;
  font-family: "Give You Glory", cursive;
  margin-left: 20px;
  font-weight: 600;
}

.address h5 a:hover {
  color: #fff;
}

.popular-locations ul li {
  display: inline-block;
  width: 49%;
}
footer ul li a {
  color: #9c9da5;
  transition: all 0.3s;
}

.how-it-works-links {
  margin-bottom: 70px;
}

.address p {
  margin-bottom: 35px;
}

footer ul li a:hover {
  color: #5c4ac7;
}

footer li a {
  line-height: 20px;
  display: inline-block;
}

.payment-options ul {
  margin-top: 10px;
  float: left;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .footer-logo-block {
    margin-bottom: 25px;
  }
}

/* ==========================
*  Inner pages
============================*/

.inner-page-hero {
  padding-top: 5%;
  padding-bottom: 5%;
}

/********* profile banner part ***********/

.profile-banner figure img {
  width: 100%;
}

.image-wrap {
  border-radius: 2px;
  padding: 10px;
  float: left;
  background: #fff;
}

.image-wrap figure {
  background: #fff;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  float: left;
  margin-bottom: 0;
}

.image-wrap figure img {
  max-width: 100%;
  display: block;
}

.profile p {
  color: #fff;
}

.banner figure {
  margin-bottom: 0;
}

.profile-desc h6 a {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}

.profile .right-text {
}

.profile-img {
  width: 24.7%;
}

.profile .right-text span {
  margin-bottom: 8px;
  display: block;
}

.profile-desc h6 {
  display: inline-block;
  margin-right: 3rem;
  margin-bottom: 10px;
}

.profile-desc a.btn {
  display: inline-block;
  padding: 3px 20px;
  background-color: #82b21c;
  vertical-align: text-bottom;
  font-size: 13px;
  color: #fff;
}

.profile-desc .right-text {
  width: 100%;
  border-right: 0;
  color: rgba(255, 255, 255, 0.5);
}

.profile-desc .nav-item a {
  color: #fff;
}

.profile-desc .nav-item.ratings a span i {
  color: #ffd953;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .profile-desc .right-text {
    margin-top: 0;
  }
  .profile-desc h6 {
    margin-right: 0;
  }
  .image-wrap {
    padding: 1px;
    border-radius: 2px;
    margin-bottom: 20px;
  }
  .profile-desc a.btn {
    float: right;
  }
  .image-wrap img {
    width: auto;
  }
  .profile-img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-desc .right-text {
    margin-top: 0;
  }
}

/********* breadcrumb part ***********/

.breadcrumb {
  background: transparent;
  padding: 22px 0;
  border-bottom: 1px solid #e6e6e6;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.breadcrumb ul li:before {
  position: absolute;
  left: -25px;
  top: 0;
  content: "/";
}

.breadcrumb ul li:first-child:before {
  content: none;
}

.breadcrumb ul li a,
.breadcrumb ul li {
  color: #333366;
}

.breadcrumb ul,
.breadcrumb {
  margin-bottom: 0;
}

@media (min-width: 320px) and (max-width: 568px) {
  .breadcrumb ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
  }
  .breadcrumb ul li:before {
    display: none;
  }
}

.result-show .dropdown button {
  color: #333366;
  font-size: 14px;
  border: 0;
}

.result-show div i {
  margin-left: 10px;
  font-size: 22px;
  vertical-align: middle;
  color: #000;
}

.result-show {
  padding: 7px 0 10px;
  border-bottom: 1px solid #eaebeb;
  color: #333366;
  margin-bottom: 20px;
}

.result-show p {
  padding: 0;
  margin: 5px 0;
}

.sidebar {
  border: 1px solid #eaebeb;
  background: #fafaf8;
  border-radius: 3px;
}

.sidebar-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-inner .sidebar input,
.sidebar .input-group-btn .btn {
  height: 55px;
  border-left: 0;
  border-right: 0;
}

.widget {
  border: 1px solid #eaebeb;
  background: #fafaf8;
  border-radius: 3px;
  margin-bottom: 20px;
}

.widget-heading {
  padding: 15px;
  color: #fff;
  border-radius: 3px;
  border-bottom: 1px solid #eaebeb;
}

.menu-widget .widget-heading {
  border-bottom: none;
}

.widget-heading .widget-title {
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.widget-heading .widget-title .btn {
  padding: 0px 24px;
}

.widget-delivery .col-xs-6 {
  padding: 25px 15px 20px;
  background: #fff;
  border-right: 1px solid #eaebeb;
  display: -webkit-inline-box;
  border-bottom: 1px solid #eaebeb;
}

.widget-delivery .col-xs-6:last-of-type {
  border-right: 1px solid transparent;
}

.sidebar .widget-delivery .col-xs-6 {
  border-bottom: none;
}

.sidebar-title {
  padding: 15px 15px 15px;
  background: #5c4ac7;
  float: left;
  width: 100%;
}

.sidebar-title h6 {
  float: left;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.sidebar-title i {
  float: right;
  color: #fff;
  font-size: 15px;
  margin-top: 3px;
}

.main-block ul li {
  line-height: 28px;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #eaebeb;
  font-weight: 500;
  color: #414551;
}

.main-block ul li a {
  color: #414551;
  display: block;
  font-weight: 500;
  padding: 15px;
}

.main-block ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.main-block ul li:hover {
  background: #fffdfd;
}

.main-block ul li:hover a {
  color: #5c4ac7;
}

.main-block ul:hover li:last-child {
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid #eaebeb;
}

.main-block ul li:first-of-type {
  border-top: none;
}

a.more-link {
  padding-left: 15px;
  margin: 5px 0 25px;
  float: left;
}

.block {
  border-bottom: 1px solid #eaebeb;
  margin-top: 30px;
}

.main-block form ul li {
  padding: 15px;
}

.main-block .input-group input,
.main-block .input-group-btn {
  height: 55px;
  border-left: none;
}

/* Food items */

.menu-widget,
.widget {
  border: 1px solid #eaebeb;
  background: #fafaf8;
  border-radius: 2px;
  position: relative;
}

.widget-body {
  padding: 20px;
}

.panel {
  margin-bottom: 15px;
  border: 1px solid #dcdee3;
  border-radius: 3px;
  box-shadow: none;
}

.panel-heading {
  padding: 15px;
  border: none !important;
  border-radius: 0;
}

.panel-heading i {
  padding-right: 7px;
  font-size: 14px;
}

.panel-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #25282b;
}

.panel-title a {
  color: #25282b;
}

.panel .panel-body {
  padding: 20px;
}

.list-check > li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}

.list-check > li:after {
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  left: 0;
  content: "\f05d";
  color: #7ab55c;
  font-size: 18px;
}

.menu-widget .food-item {
  padding: 15px;
}

.menu-widget .food-item:first-of-type {
  border-bottom: none;
}

.menu-widget .food-item .restaurant-logo {
  height: auto;
  display: block;
}

.menu-widget .food-item .restaurant-logo img {
  max-width: 100%;
  display: block;
}

.menu-widget .food-item:first-of-type {
  border-top: 1px solid #eaebeb;
}

.menu-widget .food-item:last-of-type {
  border-bottom: transparent;
}

.menu-widget .food-item.white {
  background-color: #fff;
}

.menu-widget .food-item .rest-descr {
  padding-left: 115px;
  padding-top: 0;
}

.menu-widget .food-item .rest-descr h6 a {
  color: #25282b;
  font-size: 18px;
  font-weight: 600;
}
.menu-widget .food-item .price {
  font-weight: 600;
  color: #000;
  position: relative;
  margin-top: 6px;
}

.order-row .form-control {
  border-radius: 0;
}

.order-row .title-row {
  margin-bottom: 10px;
}

.order-row .title-row a i {
  margin-top: 7px;
}

.order-row {
  border-bottom: 1px solid #eaebeb;
}

.order-row:last-of-type {
  border-bottom: none;
}

@media (max-width: 543px) {
  .widget-cart {
    margin: 20px auto;
    float: right;
    width: 100%;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .widget-cart {
    margin: 20px auto;
    float: right;
    width: 66.666667%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-cart {
    margin-top: 20px;
    float: right;
    width: 66.666667%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

a[aria-expanded="true"] .fa-angle-right {
  display: none;
}

a[aria-expanded="false"] .fa-angle-down {
  display: none;
}

/*==============================
*
* Rstaurants 
*
==============================*/

/*.restaurant-entry {*/
/*  border: 1px solid #eaebeb;*/
/*  border-radius: 2px;*/
/*  margin-bottom: 20px;*/
/*}*/

.restaurant-entry .entry-logo {
  /*float: left;*/
  width: 110px;
  height: auto;
  border: 1px solid #eaebeb;
  border-radius: 2px;
  margin-top: 15px;
  margin-left: 15px;
  overflow: hidden;
}

.restaurant-entry .entry-logo img {
  max-width: 100%;
  display: block;
}

.restaurant-entry .entry-dscr {
  /*padding-left: 145px;*/
  margin-top: 15px;
}

.restaurant-entry .entry-dscr h5 a {
  color: #414551;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.restaurant-entry .entry-dscr ul li {
  font-size: 12px;
  margin-top: 7px;
}

/*.restaurant-entry .right-review {*/
/*  padding: 15px 10px;*/
/*  border-left: 1px solid #eaebeb;*/
/*  min-height: 145px;*/
/*}*/

.restaurant-entry .right-review p {
  color: #414551;
  font-weight: 500;
  margin: 0 0 10px;
}

.restaurant-entry .right-review .rating-block {
  color: #5c4ac7;
  background: transparent;
  border: none;
  padding: 5px 15px 5px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .restaurant-entry .entry-logo {
    float: none;
    text-align: center;
    margin: 10px auto;
  }
  .restaurant-entry .entry-dscr {
    padding: 0 15px;
    text-align: center;
  }
  .restaurant-entry .right-review {
    padding: 15px 10px;
    border-left: transparent;
    border-top: 1px solid #eaebeb;
  }
}

/*==============================
* TAGS
==============================*/

.tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tags li {
  float: left;
}

.tag {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 28px;
  margin: 0 10px 10px 0;
  padding: 0 20px 0 15px;
  -webkit-transition: all 0.4s;
  border: 1px solid #eaebeb;
  border-radius: 2px;
  background: #ffffff;
  color: inherit;
  font-weight: normal;
}

.tag:after,
.tag:before {
  -webkit-transition: all 0.4s;
  background: #fff;
}

.tag:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
}

.tag:after {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.tag:hover {
  color: #fff;
  border-color: #5c4ac7;
  background-color: #5c4ac7;
}

/*==================================
* MAPS
*=================================*/

.pricing-page {
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

.pricing-box {
  background-color: #fcfbf9;
  border-radius: 3px;
  border: 1px solid #ededed;
  padding: 60px 20px 0;
  margin-top: -80px;
  margin-bottom: 50px;
  text-align: center;
  color: #414551;
  position: relative;
  z-index: 2;
}

@media (min-width: 380px) and (max-width: 1170px) {
  .pricing-box {
    margin-top: 50px;
  }
}

.pricing-box .price {
  color: #e8500e;
  font-size: 78px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.pricing-box .price .currency {
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: -20px;
  top: -7px;
}

.pricing-box h2 {
  font-size: 33px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.pricing-box p {
  font-weight: 600;
}

.pricing-box ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-box ul li {
  padding: 8px 0;
}

.pricing-box .btn {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  height: 50px;
  line-height: 32px;
  font-size: 16px;
  -webkit-transform: translateY(50%);
  -khtml-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.pricing-box .btn:hover {
  color: #fff;
}

.pricing-faq div {
  padding-top: 30px;
}

.pricing-faq h3 {
  font-size: 18px;
  font-weight: 600;
}

.pricing-faq p {
  margin: 30px 0;
}

.gl-page-content-section {
  padding-top: 69px;
}

/*==================================
* MAPS
*=================================*/

.map-wrapper {
  width: 43%;
  display: inline-block;
  overflow: hidden;
  float: left;
  position: fixed;
  z-index: 10;
}

.map-wrapper .search-map {
  width: 100%;
  height: 100%;
}

#map {
  height: 100vh;
}

#map-result-section {
  width: 57%;
  float: right;
  padding: 20px;
}

#map {
  width: 100%;
  height: 100vh;
}

.wwone__map-infobox {
  background: #fff;
  width: 260px;
  height: 340px;
}

.wwone__map-infobox__close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #5c4ac7;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  right: 0;
  top: 0;
  z-index: 9999;
}

.wwone__map-infobox__close span {
  color: #fff;
}

.wwone__map-infobox__close:hover {
  color: #fff;
  text-decoration: none;
}

.wwone__map-infobox__thumb {
  width: 100%;
  height: auto;
}

.wwone__map-infobox__badge {
  position: absolute;
  display: block;
  line-height: 25px;
  color: #fff;
  text-align: center;
  left: 10px;
  top: 10px;
  z-index: 9999;
  background: #5c4ac7;
  display: inline-block;
  padding: 0px 10px;
  margin-top: 5px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
}

.wwone__map-infobox__inner {
  background: #fff;
  width: 220px;
  position: relative;
  font-size: 14px;
  margin: 0;
  background-color: #fff;
  padding: 20px;
}

.wwone__map-infobox__inner:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  left: 50%;
  margin-left: -15px;
  bottom: -30px;
}

.wwone__map-infobox__inner__heading {
  color: #5c4ac7;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.wwone__map-infobox__inner__info {
  padding: 10px 0 20px 0;
  font-size: 12px;
  color: #748796;
}

.wwone__map-infobox__inner__info strong {
  width: 60px;
  display: inline-block;
  color: #25282b;
}

.wwone__map-infobox__inner__btn {
  background-color: #5c4ac7;
  padding: 6px 15px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.wwone__map-infobox__inner__btn:hover {
  color: #fff;
}

@media (min-width: 897px) and (max-width: 970px) {
  .map-wrapper {
    width: 40%;
    display: inline-block;
  }
  #map-result-section {
    width: 60%;
  }
}

@media (min-width: 280px) and (max-width: 896px) {
  .map-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    max-height: 420px;
  }
  #map-result-section {
    width: 100%;
  }
}

/*! =========================================================
* bootstrap-slider.js
*
* Maintainers:
*		Kyle Kemp
*			- Twitter: @seiyria
*			- Github:  seiyria
*		Rohit Kalkur
*			- Twitter: @Rovolutionary
*			- Github:  rovolution
*
* =========================================================
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================= */

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -3px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -12px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
  background-color: #f0eff1;
}

.slider-selection {
  position: absolute;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #5c4ac7;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  filter: none;
  box-shadow: 0 0 3px 3px rgba(93, 92, 99, 0.05);
  border: 1px solid #ededed;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
  opacity: 1;
}

#ex2SliderVal {
  font-weight: 600;
  padding: 0 5px;
  color: #3a3e47;
}

#aDiv {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.restaurants-filter.pull-right a {
	background: #000;
	color: #fff !important;
	padding: 10px 15px;
	border-radius: 6px;
}
#mainNavbarCollapse {
	margin: 22px 0;
}
.carousel-inner{
		height:auto;
	}
	#carouselExampleIndicators{
		height:500px;
	}
	.navbar-brand img {
	    width: 75px;
        height: 75px;
}
@media (max-width: 500px) {
.restaurants-filter.pull-right li {
	display: inline-block;
	margin: 10px -6px;
	text-align: center;
}
.navbar-toggler{
	position: relative;
	top: 15px;
}
.navbar {
	background-image: url("../images/back.jpg");
	padding: 3px 1rem;
	border-radius: 0;
	background-position: left bottom;
}
#carouselExampleIndicators {
	height: 200px !important;
}
.carousel-inner img{
    height: auto;
}
.food-item-wrap {
	text-align: center;
}
.food-item-wrap .btn {
	margin: 10px 0 10px 0;
	padding: 5px 5px;
}
.food-item-wrap .content {
	padding: 7px 7px;
}
.navbar-brand img {
	width: 65px;
	height: 65px;
}
.heroo.bg-image {
	padding: 70px 0 0 0px;
}
.popular {
	padding: 15px 0 10px;
	background-size: 100%;
}
.restaurant-wrap {
	padding: 8px 8px !important;
}
.featured-restaurants .restaurant-logo img {
	width: 110px;
	margin-bottom: 0px !important;
	height: 110px;
	object-fit: cover;
}
.restaurant-wrap a {
	text-align: center !important;
	width: 100%;
	margin: 10px 0 0 0;
}
.featured-restaurants .restaurant-listing {
	margin-bottom: -20px;
	margin-top: 20px;
}
footer {
	background: url(../images/back.jpg) center repeat;
	padding: 20px 0;
	z-index: 1;
	position: relative;
}
.col-sm-8.col-md-12.col-lg-8.text-xs-center.text-sm-left {
	border: 1px solid #eee;
	margin: 0 0 10px 0;
}
.right-review {
	display: none;
}
.col-xs-12.col-sm-4.col-md-4.col-lg-3 {
	position: relative;
	z-index: 56;
}
.food-item-wrap h5 a {
	color: #25282b;
	font-size: 16px;
	font-weight: 600;
}
.food-item-wrap .product-name {
	margin-bottom: 20px;
	display: none;
}
.food-item-wrap {
	text-align: center;
	height: 255px;
}
.featured-restaurants .restaurant-wrap h5 {
	margin-top: 5px;
	font-weight: 600;
	margin-left: 15px;
}
.featured-restaurants .restaurant-wrap span {
	margin: 0 0 0 15px;
}
.restaurant-wrap a {
	text-align: center !important;
	width: 100%;
	padding: 3px;
	width: 100px;
}
.figure-wrap.bg-image {
	height: 110px;
}
.food-item-wrap .price {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-top: 4px;
	display: inline-block;
}



    .food-item-wrap {
        text-align: left;
        height: auto !important;
    }
    .food-item-wrap .product-name {
        display: block !important;
    }
    .mobile-menu{
    display: block !important;
}
    .carousel-inner img {
        height: auto !important;
    }
    .desktop-header{
        display: none;
    }
    .mobile-header{
        display: block !important;
    }
    .u-searchbar .input-group i {
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translateY(-50%);
    color: #f17d50;
    font-size: calc(20px + 2*(100vw - 320px) / 1600);
}
}


/****===my css====***/
.food-item-wrap{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    padding: 1em;
}
.food-item-wrap:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transition: 0.4s ease;
}
.food-item-wrap:hover .bg-image {
    transform: scale(1.08);
    transition: 0.4s ease;
}
.theme-btn-dash {
    border: none;
    background-color: limegreen;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.price-btn-block {
    border-top: 1px dashed rgb(232 232 232);
     padding-top: 10px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.food-item-wrap .product-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}
.food-item-wrap .content {
    padding: 10px 0 0;
}
.content h5 {
    margin: 0;
}
.theme-btn-dash:hover, .theme-btn, .theme-btn.btn-lg:hover, .btn-secondary:hover {
    background-color: #f38e3e;
    color: #fff !important;
    border: none;
}
.food-item-wrap .price {
    font-size: 16px;
    font-weight: 500;
}
.food-item-wrap h5 a {
    color: #25282b;
    font-size: 18px;
    font-weight: 600;
}
.food-item-wrap .figure-wrap {
    position: relative;
    height: 150px;
    border-radius: 10px;
}
.mobile-menu{
    display: none;
}
.mobile-header{
    display: none;
}
.desktop-header div#mainNavbarCollapse {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.desktop-header div#mainNavbarCollapse ul li a {
    font-weight: 400;
    font-size: calc(14px + 6*(100vw - 320px) / 1600);
}
.desktop-header div#mainNavbarCollapse {
    display: flex !important;
    justify-content: end;
    align-items: center;
    height: 80px;
    margin: 0;
}

.cart-login {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 80px;
}
.c-cart i {
    color: #fff;
    font-size: calc(16px + 4*(100vw - 320px) / 1600);
    padding-right: calc(10px + 15*(100vw - 320px) / 1600);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.c-login button {
    color: #fff;
    background-color: rgba(var(--theme-color), 1);
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--theme-color), 1)), to(rgba(var(--theme-color2), 1)));
    background: linear-gradient(45deg, rgb(242 169 62), rgb(240 112 84));
    border: none;
    border-radius: 100px;
    padding: 5px 1em;
    font-weight: 500;
    margin-left: 10px;
}
.c-loc {
    display: flex;
    align-items: center;
    height: 80px;
}
.c-loc button {
    color: #fff;
    background-color: rgba(var(--theme-color), 1);
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--theme-color), 1)), to(rgba(var(--theme-color2), 1)));
    background: linear-gradient(45deg, rgb(242 169 62), rgb(240 112 84));
    border: none;
    border-radius: 100px;
    padding: 5px 1em;
    font-weight: 500;
    margin-left: 10px;
}
.navbar {
    padding: 0;
}



/***====footer nav menu in mobile view===***/
.mobile-menu {
    position: fixed;
    bottom: 0;
    left: 1em;
    padding: 0;
    width: 92%;
    z-index: 2;
    background: #ff5900;
    border-radius: 50px 50px 0 0;
}
.mobile-menu ul li i {
    display: block;
    text-align: center;
}

.mobile-menu ul li {
    width: 100%;
    text-align: center;
}
.mobile-menu ul {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0;
}
.mobile-menu ul li a {
    color: #fff;
    font-weight: 500;
}
.mobile-menu ul li.active a {
    color: #0f473cf5;
}
.u-searchbar h3 {
    color: #fff;
    width: 100%;
}
.u-searchbar{
     display: flex;
    justify-content: center;
}


/***===footer nav menu in mobile view end====***/
/***===banner searchbar start====***/
.u-searchbar {
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 1;
}
.u-searchbar .input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
    display: flex;
}
.u-searchbar input.form-control {
    background: transparent;
    width: 596px;
    padding: calc(10px + 7*(100vw - 320px) / 1600) calc(10px + 10*(100vw - 320px) / 1600) calc(10px + 7*(100vw - 320px) / 1600) calc(40px + 10*(100vw - 320px) / 1600);
    border-radius: 4px;
    background-color: rgb(17, 17, 17);
    color: rgba(var(--white), 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 232, 255, 0)), to(rgba(226, 232, 255, 0.1))), rgba(226, 232, 255, 0.06);
    background: linear-gradient(180deg, rgba(226, 232, 255, 0) 0%, rgba(226, 232, 255, 0.1) 100%), rgba(226, 232, 255, 0.06);
    border: 1px solid rgba(226, 232, 255, 0.1);
    border-radius: 100px !important;
}
button.btn.btn-primary {
    color: #fff;
    background-color: rgba(var(--theme-color), 1);
    border-radius: 4px;
    background: linear-gradient(45deg, rgb(242 169 62), rgb(240 112 84));
    border: none;
    border-radius: 100px;
    padding: calc(8px + 7*(100vw - 320px) / 1600) calc(20px + 30*(100vw - 320px) / 1600);
    font-size: calc(15px + 1*(100vw - 320px) / 1600);
}
.u-searchbar .input-group {
    position: relative;
    width: 100%;
    justify-content: center;
}
.u-searchbar h3 {
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
}

.u-searchbar .input-group i {
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translateY(-50%);
    color: #f17d50;
    font-size: calc(20px + 2*(100vw - 320px) / 1600);
}
/***===banner searchbar end===***/
.home-features-list {
    display: flex;
    justify-content: center;
    color: #fff;
}
.home-features-list li {
    position: relative;
    width: calc(227px + 20*(100vw - 320px) / 1600);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: calc(10px + 10*(100vw - 320px) / 1600);
    border-radius: 19px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 232, 255, 0)), to(rgba(226, 232, 255, 0.06))), rgba(226, 232, 255, 0.02);
    background: linear-gradient(180deg, rgba(226, 232, 255, 0) 0%, rgba(226, 232, 255, 0.06) 100%), rgba(226, 232, 255, 0.02);
    border: 1px solid rgba(226, 232, 255, 0.1);
    justify-content: center;
    align-items: center;
    margin: 5px;
}
ul.home-features-list {
    margin-top: 2em;
}
.home-features-box h6 {
    font-weight: 400;
    color: #fff;
    display: contents;
}

.scooter-img {
    position: absolute;
    top: calc(-30px + -163*(100vw - 320px) / 1600);
    z-index: 12;
    left: 40px;
    width: 9%;
    -webkit-animation: 1s linear infinite alternate bike;
    animation: 1s linear infinite alternate bike;
    z-index: 1;
}
.anurag-category {
    position: relative;
}
@keyframes bike {
  0% {
    margin-top: 5%;
  }

  100% {
    margin-top: 4%;
  }
}

.hero-inne .carousel-item {
    height: 500px;
}

/***---category section start-----***/
.category-data {
    padding: 3em 0 0 0;
}
.itms img {
    width: 100%;
    height: 55px;
    object-fit: contain;
}
.itms {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: calc(10px + 10*(100vw - 320px) / 1600) calc(8px + 7*(100vw - 320px) / 1600);
    margin-top: 10px;
    border-radius: 8px;
    background-color: rgb(249 249 249);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border: 1px solid transparent;
    width: 95% !important;
}
.itms:hover {
    -webkit-transform: translateY(-5px);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    background: rgb(242 169 62 / 30%);
    border: 1px solid rgb(242 169 62 / 30%);
}
.cat-itms .slick-arrow {
    position: absolute;
    color: black;
    background-color: rgba(var(--white), 1);
    border-radius: 100%;
        border: 1px solid rgb(232 232 232);
    bottom: 42px;
    -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.07));
    z-index: 1;
    height: calc(32px + 10*(100vw - 320px) / 1600);
    width: calc(32px + 10*(100vw - 320px) / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.cat-itms .slick-arrow::before {
    color: black;
}
.cat-itms button.slick-prev.slick-arrow {
    top: -50px;
    right: 50px;
    left: unset;
}
.cat-itms button.slick-next.slick-arrow {
    right: 0px;
    top: -50px;
}
.cat-itms .slick-arrow:hover {
    background-color: rgb(242 169 62);
    color: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cat-itms .slick-arrow:hover::before {
    color: #fff;
}
.itms:hover h4 {
    color: rgb(242 169 62);
    transition: 0.4s ease;
    font-weight: 500;
}
.itms h4 {
    text-align: center;
}
.anurag-category span {
    font-weight: 500;
    font-size: 18px;
}
.anurag-category h2 {
    font-weight: bold;
    margin: 0;
}
.cat-itms {
    padding-top: 1em;
}
/***----category section end----***/

/***----today deal section start----**/
.deal-data span {
    font-weight: 500;
    font-size: 18px;
}
.deal-data h2 {
    font-weight: bold;
    margin: 0;
}
.d-data img {
    width: 95%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.deal {
    padding: 2em 0;
}
.dl-data {
    padding-top: 1em;
}
.deal {
    background: #f9f9f9;
    margin: 2em 0;
}
/***---today deal section end----***/

/***---brand for you section start----***/
.b-data span {
    font-weight: 500;
    font-size: 18px;
}
.b-data h2 {
    font-weight: bold;
    margin: 0;
}
.loader-line:before{
    content: "";
    position: absolute;
    left: -50%;
    height: 2px;
    width: 30%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--theme-color), 1)), to(rgba(var(--theme-color2), 1)));
    background: linear-gradient(to right, rgba(var(--theme-color), 1), rgba(var(--theme-color2), 1));
    -webkit-animation: lineAnim 2s linear infinite;
    animation: lineAnim 2s linear infinite;
    border-radius: 20px;
}
.bran-data img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 100%;
}
.bran-data {
    position: relative;
    width: calc(60px + 40*(100vw - 320px) / 1600);
    height: calc(60px + 40*(100vw - 320px) / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 auto;
}

.br-data .slick-arrow {
    position: absolute;
    color: black;
    background-color: rgba(var(--white), 1);
    border-radius: 100%;
        border: 1px solid rgb(232 232 232);
    bottom: 42px;
    -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.07));
    z-index: 1;
    height: calc(32px + 10*(100vw - 320px) / 1600);
    width: calc(32px + 10*(100vw - 320px) / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.br-data .slick-arrow::before {
    color: black;
}
.br-data button.slick-prev.slick-arrow {
    top: -50px;
    right: 50px;
    left: unset;
}
.br-data button.slick-next.slick-arrow {
    right: 0px;
    top: -50px;
}
.br-data .slick-arrow:hover {
    background-color: rgb(242 169 62);
    color: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.br-data .slick-arrow:hover::before {
    color: #fff;
}
.bran-data:after {
    content: "";
    position: absolute;
    border-right: 1px solid #ccc;
    width: 1px;
    height: 40%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.br-data {
    padding: 2em 0 0 0;
}
.b-data {
    position: relative;
}
/****---brand for you section end----***/

/***---popular section start----***/
.popular p {
    font-weight: 500;
    font-size: 18px;
}
.popular h2 {
    font-weight: bold;
    margin: 0;
}
/***---popular section end----***/
/***---most order dish section start---***/

/***---most order dish section end----***/
/***---footer section start---***/
.ftr-data img {
    width: 20%;
    height: auto;
}
.cpy-rit {
    border-top: 1px solid #ffffff54;
    padding-top: 1em;
}
.cpy-rit ul li a img {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    padding: 10px 2em;
    border-radius: 10px;
}
.cpy-rit ul li a {
    float: left !important;
    margin: 0 10px;
}
footer ul li a {
    font-weight: 500;
    line-height: 35px;
}
.ftr-data p {
    font-weight: 500;
}
.cpy-rit p {
    font-weight: 500;
}
.cpy-rit p a {
    color: #fff;
}
footer h5 {
    border-left: 2px solid orange !important;
    padding-left: 5px;
}

.clickable-div {
    cursor: pointer;
}
.mbl-vw{
    display: none;
}
.footer .card-header {
    background-color: #431203;
}
.footer .card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #6d351c;
    border-radius: .25rem;
    border: none;
}
.mobile-menu {
    padding: 5px 0;
}

.mobile-menu ul li a {
    line-height: 24px !important;
}
.m-vw{
   display: none; 
}
/***---footer section end---**/

/***---trending restaurent section start----***/
.featured-restaurants h4 {
    font-weight: bold;
}
.f-rest {
   margin-bottom: 1em;
}
.featured-restaurants .restaurants-filter ul li a {
    font-size: 18px;
}
.restaurants-filter.pull-right a {
    background: none;
    color: grey !important;
    border-radius: 6px;
    font-weight: bold;
}
.restaurants-filter.pull-right a {
    padding: 0;
}
.featured-restaurants .restaurants-filter ul li a.selected {
    color: rgb(242 169 62) !important;
    border-bottom: 3px solid rgb(242 169 62);
    border-radius: 0;
    width: 100%;
}
.featured-restaurants .restaurants-filter ul li a:hover {
    color: rgb(242 169 62) !important;
}
.restro {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transition: 0.4s ease;
    border-radius: 10px;
    padding: 1em;
    height: auto !important;
}
.featured-restaurants .restaurant-logo img {
    width: 100%;
    height: 100px;
    border: 1px solid #eaebeb;
    object-fit: contain;
    border-radius: 10px;
}
.restro span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    /* height: 75px; */
    margin-bottom: 12px;
}
.restro a.theme-btn-dash {
    width: 100% !important;
}
.restaurant-listing {
    height: 270px !important;
    margin: 0 !important;
}
.f-rest h2 {
    font-weight: bold;
}
/****---trending restaurent section end----***/
.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 2px;
    width: 30%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--theme-color), 1)), to(rgba(var(--theme-color2), 1)));
    background: linear-gradient(to right, rgb(242 169 62), rgb(240 112 84));
    -webkit-animation: lineAnim 2s linear infinite;
    animation: lineAnim 2s linear infinite;
    border-radius: 20px;
}
.loader-line {
    width: calc(50px + 30*(100vw - 320px) / 1600);
    height: 2px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 20px;
    position: absolute;
    top: -8px;
}
@keyframes lineAnim {
  0% {
    left: -40%;
  }

  50% {
    left: 20%;
    width: 60%;
  }

  100% {
    left: 100%;
    width: 100%;
  }
}

@media(max-width: 576px){
    .u-searchbar {
    top: 110px;
}
.u-searchbar h3 {
    font-size: 14px;
}
.u-searchbar input.form-control {
    padding: 0 0 0 2em;
    font-size: 14px;
}
.u-searchbar .input-group i {
    left: 5px;
}
ul.home-features-list {
    margin-top: 1em;
}
.home-features-list li {
    padding: 1em 0;
}
.home-features-box h6 {
    font-size: 14px;
}
.hero-inne .carousel-item {
    height: auto !important;
}
/*.mbl-vw{*/
/*    display: block;*/
/*}*/
.dsktp-vw{
    display: none !important;
}
.m-vw{
   display: block !important; 
}
.how-it-works {
    display: none;
}
.food-item-wrap {
    padding-bottom: 0;
}
.profile-img{
    display: none !important;
}
.regi-frm .widget-body {
    width: 100% !important;
}
button#verifyButton {
    min-height: 45px !important;
}
.dot {
    display: none;
}
.abt-img img {
    margin-bottom: 17px;
}
}


/* Centered Popup Styling */
#location-popup.popup {
  display: none; /* Hidden by default */
  position: fixed; 
  z-index: 9999; /* Ensure it's on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

#location-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centering the box */
  background-color: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  width: 300px;
}

/* Button Styling */
#location-popup button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  margin: 5px;
  transition: background-color 0.3s ease;
}

#allow-location-btn {
  background-color: #4CAF50; /* Green for allow */
  color: white;
}

#allow-location-btn:hover {
  background-color: #45a049;
}

#not-now-btn {
  background-color: #f44336; /* Red for Not Now */
  color: white;
}

#not-now-btn:hover {
  background-color: #d32f2f;
}
#location-popup .popup-content img {
    width: 50px;
}
#location-popup #allow-location-btn {
    background: linear-gradient(45deg, rgb(242 169 62), rgb(240 112 84));
}
#location-popup .popup-content p {
    font-weight: 400;
}

/* Responsive Adjustments */
@media screen and (max-width: 400px) {
#location-popup .popup-content {
    width: 90%; /* Make the popup more responsive */
  }
}

/***---dishes.php css start---***/
.iner-pg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
    border: none !important;
    border-radius: 10px;
    padding: 1em;
}
.iner-pg .food-item img {
    width: calc(50px + 50*(100vw - 320px) / 1600);
    height: calc(50px + 50*(100vw - 320px) / 1600);
    border-radius: 7px;
    -o-object-fit: cover;
    object-fit: cover;
}
.fd-itms {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: calc(10px + 10*(100vw - 320px) / 1600) 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.menu-widget.iner-pg .food-item .rest-descr {
    padding-left: 0 !important;
    padding-top: 0;
}




/* Modal Styling */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#cart-items {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 20px;
}

#checkout-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.iner-bg img {
    width: 100%;
}
.profile-img {
    width: 80px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bane-data{
    display: flex;
}
.inner-page-hero {
    padding-top: 10%;
    padding-bottom: 2%;
}
.profile-desc h6 {
    margin-bottom: 0;
}
.profile-desc p {
    font-weight: 500;
    color: #ffffffb3;
}
.profile-desc h6 a {
    font-weight: 700;
}
.food-item .item-cart-info input {
    background: none !important;
    color: #f38e3e !important;
    border: 1px solid #f38e3e;
    font-weight: 500;
    border-radius: 10px;
}

.data-p h2 {
    color: #f38e3e !important;
    font-size: 18px;
}
.food-item .item-cart-info {
    text-align: center;
}
.data-p input.b-r-0 {
    width: 35%;
    padding: 5px;
    margin-bottom: 10px;
}
.rest-descr {
    width: 100%;
    margin-left: 10px;
}
.rest-descr h6 a {
    font-size: 20px !important;
}
.rest-descr p {
    border-top: 1px dashed #ccc;
    padding-top: 5px;
    font-weight: 500;
}
.search-container.srch {
    padding: 1em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
}
.srch input#search-bar {
    padding: 8px;
    width: 100%;
    background: #ececec;
    border: none;
}
.mbl-vww{
    display: none;
}



.v-cart {
    background: rgb(242 169 62);
    position: fixed;
    bottom: 10px;
    width: 87%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    display: none;
}
.v-cart-btn {
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    color: white;
    background-color: rgb(242 169 62);
    border-radius: 10px;
}
.v-cart-item {
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    color: white;
    background-color: rgb(242 169 62);
    border-radius: 10px;
}
.v-cart h6{
    color: #fff;
    margin: 0;
    font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button,
      input[type=number]::-webkit-outer-spin-button {
        opacity: 1;
      }


@media(max-width: 576px){
    .rest-descr p {
    display: none;
}
.price-btn-block {
     padding-top: 0 !important; 
}
.iner-pg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
    border: none !important;
    border-radius: 10px;
    padding: 1em;
    margin-top: 10px;
}
.item-cart-info {
    display: none;
}
.mbl-vww{
    display: block !important;
}
.mbl-vww {
    display: flex !important;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
.mbl-vww .data-p h2 {
    font-size: 18px;
}
.mbl-vww .btn.theme-btn {
    height: 40px;
    width: 35%;
    color: #f38e3e !important;
    background: none;
    border: 1px solid #f38e3e;
    border-radius: 10px;
    font-weight: 500;
}
.data-p input.b-r-0 {
    border: 1px solid #f38e3e;
    color: #f38e3e;
    border-radius: 10px;
}
.mbl-vww {
    border-top: 1px dashed #ccc;
}
.data-p input.b-r-0 {
     margin-bottom: 0px; 
}
.view-cart-footer {
        display: block;
    }
    .v-cart{
        display: flex;
    }
    .search-container.srch {
    display: none;
}
ul.dis {
    overflow-x: scroll;
    display: flex;
    width: 100%;
    padding: 10px 5px !important;
}

}

.search-container.srch input {
    position: relative;
}
.search-container.srch i {
    position: absolute;
    right: 40px;
    top: 24px;
}
#restaurant-list ul li a {
    padding: 0 1em;
    color: grey;
    font-weight: 400;
    line-height: 1.8;
}
#restaurant-list {
    padding: 1em 0;
}
#restaurant-list h6 {
    font-weight: bold;
}
div#popular2 h4 {
    font-weight: bold;
    font-size: 22px;
}
.collapse.in {
    display: block;
    overflow-y: scroll;
    height: 1200px;
}
.collapse.in::-webkit-scrollbar {
    display: none;
}
.tab-content>.active {
    opacity: 1;
}
.dis li a {
    color: grey !important;
    background: none !important;
    font-weight: 500;
}
.dis li a.active {
    color: #f38e3e !important;
    border-bottom: 3px solid #f38e3e;
    border-radius: 0;
}
.dis {
    padding: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.dis li{
    white-space: nowrap;
}
.anu-pic img{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}
div#pills-reviews {
   box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
div#pills-photos{
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
padding: 1em 0;
}
div#pills-overview{
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
padding: 1em 0;
}
.std-data {
    display: flex;
    margin-bottom: 1em;
}

.std-data img {
    width: 7%;
    height: auto;
    border-radius: 100%;
    margin-right: 10px;
}
.std-data p {
    font-weight: bold;
}
.rev {
    padding: 1em;
    background: #ececec;
    margin: 1em 0;
    border-radius: 10px;
}
.overv .w-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: calc(5px + 5*(100vw - 320px) / 1600);
    -moz-column-gap: calc(5px + 5*(100vw - 320px) / 1600);
    column-gap: calc(5px + 5*(100vw - 320px) / 1600);
}
.overv ul li {
    font-weight: 400;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    color: rgba(var(--content-color), 1);
    padding-bottom: 8px;
}
.overv h6{
    font-weight: 600;
    margin-bottom: 4px;
    font-size: calc(14px + 4*(100vw - 320px) / 1600);
    color: #000000c7;
}
@media(max-width: 576px){
    .std-data img {
    width: 20%;
}
}

/***---dishes.php css end----**/

.restro span {
    font-weight: 500;
    font-size: 12px;
}
.ord {
    display: flex;
    justify-content: end;
}

.ord a.theme-btn-dash {
    width: 50% !important;
}



.restro img {
  width: 100%;
  height: auto;
    position: relative;
    height: 150px;
    border-radius: 10px;
}
.restro:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: 0.4s ease;
}
.restro {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  padding: 1em 1em 10px 1em;
  border-radius: 10px !important;

}

.restro {
  border: 1px solid #eaebeb;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fafaf8;
}
.restro:hover img{
  transform: scale(1.08);
    transition: 0.4s ease;
}
.loc i {
  background: linear-gradient(45deg, rgb(242 169 62), rgb(240 112 84));
  height: calc(18px + 2*(100vw - 320px) / 1600);
  width: calc(18px + 2*(100vw - 320px) / 1600);
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 100%;
  margin-right: 3px;
  margin-left: 10px;
}
.loc li{
  display: flex;
  justify-content: center;
  align-items: center;
  border
}
ul.loc {
  display: flex;
  margin: 0;
}
.loc li {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: calc(12px + 2*(100vw - 320px) / 1600);
  color: rgba(var(--dark-text), 1);
  padding: 0px calc(8px + 7*(100vw - 320px) / 1600);
  border-right: 1px solid #ccc;
  font-weight: 600;
}
.loc li:last-child {
  border: none;
  padding-right: 0;
}
.loc li:first-child {
  padding-left: 0;
}
.food-item-wrap ul.loc {
  display: flex;
  margin: 0;
  justify-content: end;
  padding-bottom: 5px;
}
.rate li {
  display: flex;
  justify-content: end;
  margin-top: 5px;
  align-items: center;
  font-weight: 600;
}
.rate i {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  background-color: green;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
}
.res-dta {
  display: flex;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  align-items: baseline;
  justify-content: space-between;
}
.ord ul li {
  font-weight: 600;
}
.ord {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 0;
}



.regi-frm h2 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.regi-frm span {
    font-size: 20px;
}
.regi-frm span a {
    color: #f38e3e !important;
}
.regi-frm .widget-body {
    width: 35%;
}
.regi-frm {
    background: none;
    border: none;
    display: flex;
    justify-content: center;
}
.regi-frm input.btn.theme-btn {
    background: linear-gradient(45deg, rgb(242 169 62), rgb(240 112 84));
    padding: 14px !important;
    border-radius: 5px;
    width: 100%;
}



.regi-frm input{
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    transition: 0.3s ease;
    color: rgb(116 116 116);
    background-color: #ececec;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    padding: 16px 20px 16px 60px;
}
.regi-frm textarea{
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    transition: 0.3s ease;
    color: rgb(116 116 116);
    background-color: #ececec;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    padding: 16px 20px 16px 60px;
}
.regi-frm .form-group i{
        position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    padding-right: 10px;
    color: rgba(var(--content-color), 1);
}
.regi-frm .form-group{
 position: relative;
    width: 100%;
    margin-bottom: calc(10px + 10*(100vw - 320px) / 1600);
}
form#registerForm {
    margin-top: 1em;
}



/* Modal Container */
#forgot-password-modal.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content */
#forgot-password-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  max-width: 500px; /* Maximum width for larger screens */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Close Button */
#forgot-password-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#forgot-password-modal .close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Input Fields */
#forgot-password-modal input[type="text"], input[type="submit"] {
  width: 100%; /* Full width */
  padding: 12px 20px; /* Padding */
  margin: 8px 0; /* Space between inputs */
  border: 1px solid #ccc; /* Border */
  border-radius: 5px; /* Rounded corners */
}

/* Submit Button */
#forgot-password-modal input[type="submit"] {
  background-color: #5c4ac7; /* Button color */
  color: white; /* Text color */
  border: none; /* No border */
  cursor: pointer; /* Pointer on hover */
}

#forgot-password-modal input[type="submit"]:hover {
  background-color: #4a38a3; /* Darker on hover */
}



button#verifyButton {
    position: absolute;
    top: 3px;
    right: 0;
    border-radius: inherit;
}
.form-group input {
    position: relative;
}
div#otpSection{
    position: relative;
}
div#otpSection button {
    position: absolute;
    top: 3px;
    right: 0;
    border-radius: inherit;
}
.module.form-module p {
    margin: 0;
    font-weight: 500;
}
#accordionExample .collapse.in {
    display: block;
    overflow-y: scroll;
    height: auto !important;
    padding: 1em;
}
.form-module .form {
    display: none;
    padding: 7em 40px 40px 40px;
}
.u-nm {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 85px;
    color: #fff;
}


.top-links {
    margin: 12px 0;
}
#pr header {
    position: relative;
}
.u-nm p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    padding-left: 1em;
    font-size: 14px;
}
.u-nm i {
    font-size: 22px;
}
.u-nm {
    position: relative;
}

/*.account-info {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.account-link {
    margin-left: 10px; /* Spacing between icon and text */
    text-decoration: none; /* Remove underline from link */
    color: #fff; /* Default text color */
}

.dropdown {
    position: relative; /* Positioning context for the dropdown */
    display: inline-block; /* Allow dropdown to be inline with other elements */
}

.dropdown-content {
    display: none; /* Hide dropdown content by default */
    position: absolute; /* Position it relative to the dropdown */
    background-color: #f9f9f9; /* Background color */
    min-width: 160px; /* Minimum width of the dropdown */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Shadow effect */
    z-index: 1; /* Ensure dropdown is above other elements */
}

.dropdown-content a {
    color: black; /* Link color */
    padding: 12px 16px; /* Padding for links */
    text-decoration: none; /* Remove underline */
    display: block; /* Make links block elements */
}

.dropdown-content a:hover {
    background-color: #f1f1f1; /* Change background on hover */
}

.dropdown:hover .dropdown-content {
    display: block; /* Show dropdown on hover */
}



.res-dtaa {
    height: 60px;
}
.res-dtaa h5 a {
    color: black;
}
.f-rest .nav-link.active {
    border-bottom: 3px solid #f38e3e;
    border-radius: 0;
    color: #f38e3e !important;
    font-weight: 600;
    background: none !important;
}
.f-rest .nav-link {
    color: black !important;
}
.f-rest .nav-link:hover {
    color: #f38e3e !important;
    border-bottom: 3px solid #f38e3e;
    border-radius: 0;
    border-radius: 0;
    transition: .2s ease;
}
.f-rest .nav-pills {
    display: flex;
    justify-content: end;
    align-items: center;
}
.rest-lis .row{
    width: 100%;
}


@media(max-width: 576px){
    .f-rest .nav-pills {
    white-space: nowrap;
    margin-top: 3em;
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    width: 100%;
}
.rest-lis .row{
    width: auto !important;
}
div#pills-tabContent {
    height: auto;
    overflow: scroll;
    padding: 1em;
}
.cpy-rit ul li a img {
    width: 100%;
    height: auto;
    border: navajowhite;
    padding: 0;
    border-radius: 0;
}
ul.d-vw {
    display: flex;
    width: 100%;
    overflow-x: scroll;
}
.cpy-rit {
    position: relative;
    bottom: 1em;
}
.cpy-rit p {
    margin: 0;
}
    .mbl-vw {
        margin-bottom: 2em;
    }
    .cntform-container {
    width: 100% !important;
}
}


.d-data .ofer {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 95%;
    background: linear-gradient(to top, #008190, transparent);
    border-radius: 0 0 10px 10px;
}
.d-data {
    position: relative;
}
.ofer p {
    color: #fff;
    font-weight: bold;
}
.cpn img {
    width: 5%;
    height: auto;
}
.cpn {
    display: flex;
    align-items: center;
    padding-top: 12px;
}
.cpn .ofer {
    left: 10px !important;
    position: relative;
}
.cpn .ofer span {
    color: #008190;
    font-weight: 600;
}
.cpn .ofer b {
    color: #f38e3e;
}

/****===contact.php css start====****/
/* Input and Textarea styles */
.cntform-container .input-group {
    margin-bottom: 20px;
}

.cntform-container .input-group label {
    display: block;
    font-size: 14px;
    color: #2c3e50;
    margin-bottom: 8px;
}

.cntform-container .input-group input, 
.input-group textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #2c3e50;
    transition: border-color 0.3s ease;
}

.cntform-container .input-group input:focus, 
.input-group textarea:focus {
    border-color: #3498db;
    outline: none;
}

.cntform-container textarea {
    resize: none;
}

/* Button styles */
.cntform-container .btn {
    display: block;
    width: 100%;
    background: #3498db;
    color: white;
    font-size: 18px;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: linear-gradient(45deg, rgb(242 169 62), rgb(240 112 84)) !important;
}

.cntform-container .btn:hover {
    background: #2980b9;
}
.how-it-works {
    background: url(../images/res-bg.jpg) !important;
    background-size: contain !important;
}

@media(max-width: 576px){
    .cntform-container {
    width: 100%;
    margin: auto;
    padding: 6em 0 2em 0;
}
.itms h4 {
    text-align: center;
    font-size: 18px;
}
.scooter-img {
    width: 20%;
}
}
/***===contact.php css end====***/

/******=====timeline css start====****/


.easy-ord h1 {
  text-align: center;
}

.easy-ord ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.easy-ord ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.easy-ord ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.easy-ord ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.easy-ord ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.easy-ord ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.easy-ord ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.easy-ord ul li .title,
.easy-ord ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.easy-ord ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.easy-ord ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.easy-ord ul li .title::before,
.easy-ord ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.easy-ord ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.easy-ord ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}
.easy-ordd p {
    font-weight: 500;
    margin-bottom: 3em;
    font-size: 18px;
}
.easy-ordd h2 {
    font-weight: bold;
    margin: 0;
}

@media (min-width: 40rem) {
  .easy-ord ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .easy-ord ul::before {
    grid-column: 2;
  }
  .easy-ord ul li:nth-child(odd) {
    grid-column: 1;
  }
  .easy-ord ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .easy-ord ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .easy-ord ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .easy-ord ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .easy-ord ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.easy-ord .credits {
  margin-top: 1rem;
  text-align: right;
}
.easy-ord .credits a {
  color: var(--color);
}
.easy-ord .title img {
    width: 15%;
    border-radius: 100%;
    padding: 8px;
}
@media(max-width: 576px){
    .easy-ord .title img {
    width: 30%;
}
.ftr-data p{
    display: none;
}
.ftr-data img {
    width: 20% !important;
    padding-bottom: 10px;
}
.ft-data ul {
    display: block !important;
}
.ft-data ul {
    height: auto !important;
}
}


.ft-data ul li a {
    color: #fff;
}
.ft-data ul li {
    padding-right: 1em;
}
.ft-data ul {
    display: flex;
    align-items: end;
    height: 45px;
    justify-content: end;
}
.ftr-data p {
    color: #fff;
    padding-left: 10px;
}
.ftr-data img {
    width: 10%;
}
.ftr-data {
    display: flex;
    align-items: end;
}
footer {
    padding: 35px 0 !important;
}
/******=====timeline css end====****/

/***===about page start====***/
.about-img img {
    width: 100%;
    height: auto;
}
.abt {
    padding: 9em 0 3em 0 !important;
}
.abt-cot span {
    font-size: 18px !important;
}
.abt-cot h2 {
    font-weight: bold;
}
.abt-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.imgg {
    border-bottom: 1px solid #ececec;
    padding: 1em 0;
    border-top: 1px solid #ececec;
    margin-top: 1.5em;
}
.abt-cot {
    text-align: justify;
}
.abt-ord {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 2em;
    margin-bottom: 1em;
    position: relative;
}
.dot:after{
    content: "";
    position: absolute;
    border: 1px dashed orange;
    width: 50px;
    top: 4px;
}
.dot{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50px;
    right: 10px;
    background-color: orange;
    border-radius: 100%;
}

.abt-ord:hover p {
    color: #fff;
}

.abt-ord:hover h5 {
    color: #fff;
}
.abt-ord:hover {
    background: linear-gradient(45deg, rgb(242 169 62), rgb(240 112 84));
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.abt-ord h5:before {
    /* border-left: 2px solid orange; */
    content: "";
    position: absolute;
    left: 22px;
    top: 24%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(10px + 15*(100vw - 320px) / 1600);
    border: 1px solid orange;
}

/****====about page end====****/

/****===contact page css start====***/
.cnt-cnt {
    padding: 8em 0 1em 0;
}
.cnt-cnt .loader-line {
    top: 120px !important; 
}
.cnt-cnt p {
    font-weight: 500;
}
.cnt-cnt h2 {
    font-weight: bold;
    margin: 0;
}
.cntt-data {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    margin-bottom: 1em;
}
.contact-icon {
    background: linear-gradient(45deg, rgb(242 169 62), rgb(240 112 84));
    padding: 13px;
    border-radius: 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
}
.cntt-data p {
    margin: 0;
}
.cntt-data h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.contact-icon {
    margin-right: 10px;
}
.cntform-container {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 2em;
}
.cntform-container .input-group input, .input-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    color: #2c3e50;
    transition: border-color 0.3s ease;
    background: #ececec;
}
.cntform-container .input-group label {
    font-size: 16px !important;
    font-weight: bold;
}
.cntform-container {
    width: 70%;
    margin: auto;
    margin-bottom: 2em;
}
.restaurant-listing .row {
    width: 100%;
}
/***===contact page css end====***/

.privaccy {
    padding: 7em 0 2em 0;
}
.privaccy ul li {
    list-style: disc;
    margin-left: 2em;
    margin-bottom: 10px;
}
/****===end my css====***/