.navContent {
  width: 500px;
}

.logo {
  height: 40px;
}

.textShadow {
  text-shadow: black 3px 3px 5px;
}

#certificateContainer {
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #30c3f1, #01934a);
}

#certificateContainer h5 {
  padding: 12px;
  font-size: 19px;
}

#certificateContainer img {
  padding: 12px;
}

.imgPadding {
  padding: 12px;
}

.featurette img {
  border-radius: 45px;
  padding: 12px;
}

#displayProducrt img {
  border-radius: 15px;
}

#carouselExampleControls {
  padding: 34px 0;
  background-image: url("/assets/leaf.png"), url("/assets/leaf2.png");
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

#reviews {
  display: flex;
  align-items: center;
  width: 80%;
  text-align: center;
}

#followUs {
  text-align: end;
}

#shopAddress {
  text-align: end;
}

#map {
  border-radius: 934px;
}

/* it disables the increment and decrement bar into the number input  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* responsive design for phone  */
.carouselImgSm {
  display: none;
}
.carouselImgLg {
  display: block;
}

@media only screen and (max-width: 767px) {
  .carouselImgLg {
    display: none;
  }
  .carouselImgSm {
    display: block;
  }
}
