body{margin-top:20px;}
/*
Foods menu
*/

.food-menu-card {
    padding: 30px 20px;
    border-radius: 8px;
}

.food-menu-card .media {
    margin-bottom: 20px;
}

.food-menu-card .media .img-fluid {
    border-radius: 3px;
    width: 80px;
}

.food-menu-card .media .d-flex {
    position: relative;
}

.food-menu-card .media .d-flex:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
}

.food-menu-card .media h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 1.07143rem;
    z-index: 2;
}

.food-menu-card .media strong {
    display: block;
    padding-left: 15px;
    z-index: 2;
    position: relative;
}

a:link {
    text-decoration: none;
  }

  a:visited {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  a:active {
    text-decoration: none;
  }

.tabs-menu-nav > li > a {
    color: black;
    display: block;
    font-size: 16px;
    opacity: 0.5;
}

.tabs-menu-nav > li > a.active {
    opacity: 1;
}


body::-webkit-scrollbar {
    width: 0px             /* width of the entire scrollbar */
  }

  body::-webkit-scrollbar-track {
    background: white     /* color of the tracking area */
  }

  body::-webkit-scrollbar-thumb {
    background-color: white;    /* color of the scroll thumb */
    border: 0px solid white;  /* creates padding around scroll thumb */
  }

/* The heart of the matter */
.testimonial-group > .row {
    display: block;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    white-space: nowrap;
  }
  .testimonial-group > .row > .col-4 {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
  }

  body{
        font-family:'Myriad Pro Regular';font-weight:normal;
  }

  /* Works on Firefox */
* {
    scrollbar-width: 1px;
    scrollbar-color: white white
  }

  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    color: white;
  }

  *::-webkit-scrollbar-track {
    background: white;
  }

  *::-webkit-scrollbar-thumb {
    background-color: white;

  }

