html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: 'Bebas Neue', cursive;
  background-image: url('../images/header-3.jpg');
  background-color: lightgrey;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  background-repeat: no-repeat;
}

/* header */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* responsive grid */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1>* {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4>* {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.Header {
  width: 100vh;
  display: contents;
  margin: 0 auto;
}

.navbar a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 1.4em;
  margin: .5em;
  padding: 0.5em;
}

.header-text {
  color: #fff;
  text-align: center;
  font-family: 'Bungee', cursive;
  z-index: 10;
  letter-spacing: 0.5em;
  font-size: 3em;
  text-shadow: 3px 3px #4B0082;
}

.header-container {
  padding: 2em;
}

/* Header button */
@media only screen and (max-width: 600px) {
  button.header-btn {
    display: block !important;
    margin: 5% auto !important;
  }
}

button.header-btn,
.header-btn::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

button.header-btn {
  background: none;
  width: 14em;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin: 5%;
  padding: 15px;
  border: 0px;
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  text-transform: uppercase;
}

.header-btn a {
  color: #fff;
  text-decoration: none;
}

.header-btn:hover a {
  color: #fcb140;
}

button.header-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-animation: shake 0.5s ease-in-out both;
  animation: shake 0.5s ease-in-out both;
}

.header-btn::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.header-btn:hover:after {
  width: 100%;
}

/* search */
.search-items {
  padding: 0;
  margin: 0;
  width: inherit;
}

/*
.search-items li {
  background-color: red;
  list-style-type: none;
} */
.shop-items.row {
  justify-content: center;
  margin-top: 50px;
}

/* Order */
.modal-content-section {
  color: #313131;
  width: 80%;
  margin: auto;
}

.content-section {
  color: #fff;
  width: 80%;
  margin: auto;
}

.section-header {
  font-size: 2em;
  padding-top: 0.5em;
  text-align: center;
}

.section-hr {
  width: 3em;
  height: 4px;
  background-color: #FFB140;
  margin: auto;
  border-radius: 20px;
}

.shop-item {
  text-align: center;
}

.shop-item-title {
  font-size: 24px;
}

.shop-item-image {
  width: 200px;
  display: block;
  height: 150px;
  width: auto;
  margin: auto;
}

.shop-item-button {
  background-color: #FFB140;
  color: #000;
  border: none;
  padding: 10px;
  margin: 10px;
  font-weight: 900;
  transition: 0.3s all !Important;
  border-radius: 2px;
}

button.shop-item-button:hover {
  box-shadow: 0px 1px 12px 4px #FFB140;
  transform: translateY(-3px);
  border-radius: 4px;
  color: #fff;
  transition: 0.3s all !important;
}

.shop-item-button:hover {
  cursor: pointer;
}

.dishes-img {
  width: 100%;
  height: 100px;
  position: relative;
}

.dishes-container {
  height: 100%;
  background-color: #000;
  margin-top: -15px;
  top: 400px;
  position: inherit;
}

.btn-danger {
  color: #ffff;
  background-color: #FF3232;
  border: none;
  padding: 10px;
  margin: 10px 0;
}

.cart-quantity-input {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #333
}

.btn-purchase {
  color: #ffff;
  background-color: #4B0082;
  border: none;
  padding: 10px;
  margin: 10px 0;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.shopping-cart-icon {
  float: right;
  font-size: 4em;
}

.d-none {
  display: none;
  text-align: center;
  font-size: 1.5em;
}

/* Search */
.search-container {
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 10px;
}

.search-dishes {
  padding: 10px;
  border-radius: 20px;
  color: #d5d5d5;
  width: 300px;
  text-align: center;
  background: #222;
  border: none;
  box-shadow: 2px 2px 5px 0px #484646;
}

/* Contact */
.contact-nav {
  height: fit-content;
  margin: 10px;
}

.back-home {
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}

.contact-container {
  width: 80%;
  height: auto;
  margin: auto;
  background-color: #000;
}

.contact-contents {
  padding: 1em 4em;
  color: #fff;
}

.contact-header {
  text-align: center;
  margin: 1em auto 0;
}

.about-row {
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .shop-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px;
  }
}

img.shop-item-image {
  animation: float 3s ease-in-out infinite alternate-reverse both;
}

img.shop-item-image.delayed {
  animation: floatt 5s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  60% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(-0px);
  }
}

@keyframes floatt {
  0% {
    transform: translateY(3px);
  }

  60% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(-3px);
  }
}

span.shop-item-price {
  font-size: 20px;
}

span.shop-item-mainprice {
  text-decoration: line-through;
  font-weight: bold;
  font-style: italic;
  color: #FF5722;
  margin-right: 2px;
}

.feedback {
  padding-top: 10px;
}

.feedback-hr {
  width: 3em;
  height: 4px;
  background-color: #FFB140;
  margin-bottom: 10px;
  border-radius: 20px;
}

.feedback-button {
  background-color: #FFB140;
  color: #000;
  border: none;
  padding: 10px;
  font-weight: 900;
  transition: 0.3s all !Important;
  border-radius: 2px;
}
