html{
  scroll-behavior: smooth;
}

#carousel-section {
  background-image: url(../img/fascinating-young-woman-with-brown-hair-holding-hat-laughing-city-background.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-color: #f7f7f7 !important;
  padding: 50px 0;
  height: 100vh;
  margin-bottom: 50px;
}

#carousel-demo {
  margin-top: 50px;
}

#card-product-description {
  color: orange;
}

#fresh-fruits-section {
  margin-top: 50px;
}
.navbar-item:hover {
  background-color: transparent !important;
}


.card:hover {
  transform: scale(1.02);
  border-top: 5px solid #fc5d35;
}

.is-white-text-title {
  color: white !important;
  text-transform: uppercase;
}

.is-256x256 {
  width: 256px !important;
  height: 256px !important;
}





textarea {
  border-bottom: 0.8px solid #252525 !important;
  outline: none !important;
  border: none;
  box-shadow: none !important;
  border-radius: unset;
  border-color: none !important;
  outline-color: none !important;
}


.footer-main {
  background-color: white !important;
  padding: 0 !important;
}

.footer-secondary {
  padding: 20px;
  margin-top: 20px;
}

.button.is-black {
  background-color: black !important;
  color: white !important;
}

.button.is-orange {
  background-color: #fc5d35 !important;
  color: white !important;
}

.button.is-orange:hover {
  background-color: white !important;
  color: #fc5d35 !important;
}
.button.is-black:hover {
  background-color: white !important;
  color: black !important;
}

.is-black-social {
  color: black !important;
}
.is-black-social:hover {
  background-color: white !important;
  color: #fc5d35 !important;
}
