.header-content .logo {
  font-size: 24px;
  font-weight: bold;
}

.header-content .login-button {
  background-color: #008cba;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

/* main {
  padding: 20px;
} */

.featured img {
  width: 100%;
  border-radius: 10px;
}

.top10,
.loyalty-program,
.menu {
  margin-top: 20px;
}

.profiles {
  display: flex;
  overflow-x: scroll;
}

.profile {
  background-color: #555;
  border-radius: 10px;
  padding: 10px;
  margin-right: 10px;
  text-align: center;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.profile-info span {
  display: block;
}

.loyalty-program .levels {
  display: flex;
  flex-direction: column;
}

.level {
  background-color: #4b4b4b;
  border-radius: 20px;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

.level p {
  margin: 10px;
}

.bronze {
  border: 1px solid #c4822d;
}

.silver {
  border: 1px solid #cecece;
}

.gold {
  border: 1px solid #f7f681;
}

.vip {
  border: 1px solid #9b5cab;
}

.vvip {
  border: 1px solid #87e5f4;
}

.reviews .review {
  background-color: #555;
  border-radius: 10px;
  padding: 10px;
  /*argin-top: 10px;*/
}

.menu img {
  width: 100%;
  border-radius: 10px;
}

/*.mySlides {
  display: none;
}*/
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 10px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

h2 {
  margin: 0px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 5px;
  width: 40px;
  margin: 0 2px;
  background-color: #ffffff49;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #fff;
}

/* Fading animation */
/*.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}*/

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

/*.reviews {
  margin-top: 20px;
}*/

.reviews h2 {
/*  color: #ffcc00;*/
  text-align: center;
/*  margin-bottom: 10px;*/
  margin-top:50px;
}

.review-card {
  display: flex;
  background-color: #616161;
  /* border-radius: 10px; */
  padding: 20px;
/*  margin-top: 10px;*/
  position: relative;

  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  min-width: 75%;
}

.review-wrap {
  display: flex;
  overflow: auto;
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  /*padding-bottom: 10px;*/
  grid-column-gap: 10px;
  padding : 0 !important
  /*margin-top: 0px;*/
}

.stars {
  color: #ffcc00;
  font-size: 24px;
  /* margin-bottom: 10px; */
}

.review-text {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.reviewer-info {
  display: flex;
  align-items: center;
}

.reviewer-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.reviewer-details {
  color: #ccc;
}

.reviewer-name {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.reviewer-location {
  font-size: 11px;
  color: #ffffffb9;
  margin: 0;
}

.menu-section {
  text-align: center;
  max-width: 400px;
  margin-top: 50px;
}

.menu-image {
  position: relative;
 
  background-size: cover;
  background-position: center;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.menu-image img {
  width: 100%;
  /*height: 100%;*/
  /*height: 200px;*/
  object-fit:contain !important
}

.menu-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.menu-text a {
  text-decoration: none;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.app-download {
  margin-top: 20px;
}

.app-download p {
  font-size: 14px;
  font-weight: 700;
}

.app-download a {
  color: #00b3b3;
  text-decoration: none;
}

.app-download a:hover {
  text-decoration: underline;
}

.title {
    margin-top: 30px !important;
    margin-bottom: 0px !important
}

.thinker-grey {
    color: #808080;
    font-weight: bold;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}