/* body {
  background-color: #8f9779;
} */
body {
  /* background-color: #00ced1; */
  /* background-image: conic-gradient(#6b6bd3, #c934c9); */
  background-image: linear-gradient(to right, #76c2ee, #c99b69);
}
h1 {
  text-align: center;
  padding-bottom: 15px;
  text-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to left, #191413, #d6776d);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: bolder;
}
/* Start of Feedback Module */

.largecarousel .cards-wrapper {
  display: flex;
  justify-content: center;
}
.largecarousel .card img {
  max-width: 100%;
  max-height: 100%;
}

.largecarousel .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 srgba(188, 188, 199, 0.18);
  border: none;
  border-radius: 0;
}
.largecarousel .carousel-inner {
  padding: 1em;
}
.largecarousel .carousel-control-prev,
.largecarousel .carousel-control-next,
.smallcarousel .carousel-control-prev,
.smallcarousel .carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 701px) {
  .smallcarousel {
    display: none;
    /*show the icon on smaller screen*/
  }
}

/* End of Feedback Module */
/*START OF THE WHATSAPP ICON (STICKY ICON) WITH WHATSAPP LINK*/

.icon-bar {
  position: fixed;
  top: 85%;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #25d366;
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 3px #000;
}

.green-color {
  color: white;
  padding: 10;
}

.iconcontainer {
  position: fixed;

  right: 10%;
  text-align: center;
  margin-top: 0px;
  background-color: #cccccc;
  float: right;
  padding-left: 75%;
}

@media only screen and (max-width: 600px) {
  .iconcontainer {
    right: 25%;
  }
}

/*END OF THE WHATSAPP ICON (STICKY ICON) WITH WHATSAPP LINK*/

/* Start of CTA */

.contain {
  border: 2px solid rgb(90, 69, 22);
  background-color: rgb(103, 60, 19);
  text-align: center;
}
.contain button {
  border-radius: 10px;
  padding: 9px 24px;

  background-color: rgb(132, 76, 40);
}
.contain button a {
  text-decoration: none;
}
.contain h1 {
  color: white;
}
/* End of CTA */

.carousel-item img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%;
}

@media screen and (max-width: 577px) {
  .carousel-item img {
    display: block;
    height: 50%;
    max-width: 50%;
    line-height: 1;
    width: 100%;
    margin-left: 100px;
  }
  /*show the icon on smaller screen*/
}

/*start of eateryfeedback css file-->*/
.owl-stage-outer {
  padding: 30px 0;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;
}

.owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #5b0c0c;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.owl-item .card-body {
  box-shadow: 0 8px 30px -7px #151617;

  padding-left: 5px;
  border-radius: 20px;
}

/*end of eateryfeedback css file-->*/
