body {
  font-family: "Franklin Gothic Medium", Arial, sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  font-family: "Baskervville", serif;
  position: relative;
  font-weight: bold;
  font-size: 2.5rem;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main_body_content {
  margin: 45px 45px 0 45px;
  -webkit-box-shadow: 0 0 95px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 95px 0 rgba(0, 0, 0, 0.07);
}

/*header section*/
.hero_area {
  height: calc(100vh - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #000000;
}

.navbar-brand {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Baskervville", serif;
  color: #000000;
  width: 300px;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  margin: 0 30px;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container {
  z-index: 99999;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #3a111c;
  border-radius: 5px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #3a111c;
  border-radius: 5px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/

.slider_thokao {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-top: 60px;
  z-index: 1;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slide.active {
  display: block;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide h2 {
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
   font-family: "Franklin Gothic Medium", Arial, sans-serif;
}

.slide p {
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  position: absolute;
  font-family: "Baskervville", serif;
}

.slider-nav {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.prev, .next {
  background-color: #fff;
  border: none;
  padding: 10px;
  font-size: 36px;
  cursor: pointer;
  color: #000;
}

.prev {
  margin-bottom: 10px;
}

.prev::before {
  content: "\2190";
}

.next {
  margin-top: 10px;
}

.next::before {
  content: "\2192";
}

.chocolate_section {
  margin-top: 700px;
  margin-bottom: 35px;
}

.hero_area {
  height: calc(100vh - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-position: center;
  background-size: 100% 100%;
  z-index: 0;
}

.slider_thokao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about_section .detail-box p {
  color: #6c6c6c;
}

.about_section .detail-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Baskervville", serif;
  color: #3a111c;
  font-weight: bold;
  margin-top: 25px;
  font-size: 20px;
}

.about_section .detail-box a span {
  margin-right: 5px;
}

.about_section .detail-box a img {
  width: 65px;
}

.about_section .img-box img {
  width: 100%;
}

.chocolate_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.chocolate_section .chocolate_container {
  padding-bottom: 75px;
}

.chocolate_section .box {
  text-align: center;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #6c6c6c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.chocolate_section .box .img-box {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chocolate_section .box .img-box img {
  width: 100%;
  height: auto;
}

.chocolate_section .box img {
  width: 280px;
}

.chocolate_section .box .detail-box {
  width: 100%;
  background-color: #3a111c;
  color: #ffffff;
  padding: 15px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img-box.sub_img-box {
  width: 430px !important;
}

.chocolate_section .box .detail-box h6 {
  text-transform: uppercase;
  font-weight: 600;
}

.chocolate_section .box .detail-box h6 span {
  color: #cb4e08;
}

.chocolate_section .box .detail-box h5 {
  font-weight: 600;
}

.chocolate_section .box .detail-box a {
  color: #ffffff;
  font-size: 14px;
}

.chocolate_section .box:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.chocolate_section .box:hover .detail-box {
  visibility: visible;
  opacity: 1;
}

.chocolate_section .slick-prev,
.chocolate_section .slick-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #a04120;
  top: initial;
  bottom: 0px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.chocolate_section .slick-prev:hover,
.chocolate_section .slick-next:hover {
  background-color: #3a111c;
}

.chocolate_section .slick-prev:hover:before,
.chocolate_section .slick-next:hover:before {
  color: #ffffff;
}

.chocolate_section .slick-prev {
  left: calc(50% - 35px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.chocolate_section .slick-next {
  right: calc(50% - 35px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.chocolate_section .slick-prev:before,
.chocolate_section .slick-next:before {
  font-family: "FontAwesome";
  position: relative;
  z-index: 2;
  color: #a04120;
  font-size: 14px;
  opacity: 1;
}

.chocolate_section .slick-prev:before {
  content: "\f060";
}

.chocolate_section .slick-next:before {
  content: "\f061";
}

.offer_section {
  font-family: "Baskervville", serif;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.offer_section .box .detail-box {
  border: 1px solid #6c6c6c;
  width: 100%;
  padding: 45px 15px 225px 15px;
}

.offer_section .box .detail-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3a111c;
}

.offer_section .box .detail-box h3 {
  font-weight: bold;
  font-size: 22px;
}

.offer_section .box .detail-box a {
  font-family: "Franklin Gothic Medium", Arial, sans-serif;
  display: inline-block;
  padding: 8px 30px;
  background-color: #3a111c;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #3a111c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 15px;
}

.offer_section .box .detail-box a:hover {
  background-color: transparent;
  color: #3a111c;
}

.offer_section .box .img-box img {
  width: 100%;
}

.offer_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.offer_section .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Baskervville", serif;
  color: #3a111c;
  font-weight: bold;
  margin-top: 25px;
  font-size: 20px;
}

.offer_section .btn-box a span {
  margin-right: 5px;
}

.offer_section .btn-box a img {
  width: 65px;
}

.client_section .heading_container {
  padding-left: 30%;
}

.client_section .img-box img {
  width: 100%;
}

.client_section .client_container {
  background-color: #7a9e57;
  background-size: 90% 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 75px 0 75px 0;
}

.client_section .client_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 75px 0 75px;
}

.client_section .client_container .box .img-box {
  position: relative;
  width: 175px;
  min-width: 175px;
  padding: 0 0 20px 20px;
  margin-right: 25px;
}

.client_section .client_container .box .img-box img {
  position: relative;
  z-index: 3;
}

.client_section .client_container .box .img-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  height: 75%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.client_section .client_container .box .detail-box {
  margin-top: 45px;
}

.client_section .client_container .box .detail-box h4 {
  font-weight: 600;
}

.client_section .client_container .box .detail-box p {
  margin-top: 10px;
  margin-bottom: 25px;
}

.client_section .client_container .box .detail-box i {
  font-size: 24px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
}

.client_section .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #2a2a2a;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  background-color: #a04120;
}

.client_section .carousel_btn-box {
  position: absolute;
  top: 45%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.client_section .carousel_btn-box .carousel-control-prev,
.client_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 55px;
  height: 55px;
  font-size: 12px;
  background-color: #ffffff;
  opacity: 1;
  color: #a04120;
  margin: 2.5px 0;
}

.client_section .carousel_btn-box .carousel-control-prev:hover,
.client_section .carousel_btn-box .carousel-control-next:hover {
  color: #3a111c;
}

.contact_section {
  position: relative;
}

.contact_section form {
  margin-top: 25px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
  color: #6c6c6c;
}

.contact_section input:-ms-input-placeholder {
  color: #6c6c6c;
}

.contact_section input::-ms-input-placeholder {
  color: #6c6c6c;
}

.contact_section input::placeholder {
  color: #6c6c6c;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  border: none;
  display: inline-block;
  padding: 12px 35px;
  background-color: #3a111c;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #3a111c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}

.contact_section button:hover {
  background-color: transparent;
  color: #3a111c;
}

.contact_section .map_container {
  height: 345px;
  overflow: hidden;
  margin-top: 80px;
}

.contact_section .map_container .map {
  height: 100%;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #111111;
  color: #ffffff;
}

.info_section .info_form_social_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.info_section .info_form {
  width: 100%;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.info_section .info_form form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  height: 50px;
  padding-left: 15px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #3a111c;
}

.info_section .info_form form input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input:-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::placeholder {
  color: #9c9c9c;
}

.info_section .info_form form button {
  background-color: transparent;
  color: #3a111c;
  text-transform: uppercase;
  font-size: 12px;
  outline: none;
  border: none;
  display: inline-block;
  padding: 15.5px 25px;
  background-color: #a04120;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #a04120;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  color: #a04120;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 10px;
}

.info_section h4 {
  font-family: "Baskervville", serif;
  margin-bottom: 15px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
}

.info_section .info_links .info_links_menu a:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

.info_section .info_insta .insta_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_insta .insta_box .img-box {
  width: 65px;
  min-width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  margin-right: 10px;
}

.info_section .info_insta .insta_box .img-box img {
  width: 45px;
}

.info_section .info_insta .insta_box p {
  margin: 0;
}

.info_section .info_insta .insta_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  margin-right: 5px;
  width: 25px;
}

.info_section .info_contact a:hover p {
  color: #ffffff;
}

/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #ffffff;
}

.footer_section p {
  color: #111111;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}

.footer_section a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.cioccolateria_section {
  background-color: #4a0e0b;
  padding: 50px 0;
  margin-top: 80px;
}

.category_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
}

section.category_section {
  background-color: #7a9e57;
}

.category_box:hover {
  transform: scale(1.1);
}

.category_box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.category_box p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  font-style: italic;
  font-family: "Baskervville", serif;
}

.category_box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  opacity: 1 !important;
}

/* ... (rest of the file remains the same) */

/* Product view styles */
.product-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.product-image {
  margin-right: 20px;
  margin-bottom: 20px;
}

.product-image img {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.product-info {
  text-align: left;
  margin-bottom: 20px;
}

.product-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}

.product-description {
  font-size: 18px;
  color: #fff;
}

section.category_section h2 {
  color: white;
}

section.category_section p {
  color: white;
}

.nav-buttons {
  display: flex;
  margin-bottom: 50px;
  width: 100%;
  margin-left: 17%;
}

.prev-product, .next-product {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 10px;
}

.prev-product:hover, .next-product:hover {
  background-color: #3e8e41;
}

.differenza_box img {
  width: 50px;
}

/* Category buttons */
.category {
  background-color: black; /* change background color to #f2b90c */
  border: none; /* remove border */
  border-radius: 10px; /* rounded corners */
  padding: 10px 20px; /* add some padding */
  font-size: 16px; /* increase font size */
  color: #FFF; /* dark gray text color */
  cursor: pointer; /* change cursor to pointer on hover */
  transition: background-color 0.3s ease; /* add transition effect */
  margin: 10px; /* add 10px margin around each button */
}

.category:hover {
  background-color: #cc9d1c; /* change background color on hover to a darker shade of #f2b90c */
}

.category.active {
  background-color: #ffa07a; /* change background color for active category to a darker shade of #f2b90c */
  color: #fff; /* change text color for active category */
}

.categories {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.category {
  margin-bottom: 10px;
}

/* ... (rest of the file remains the same) */

.carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

.carousel-item:nth-child(1) {
  background-image: url('images/slider-background1.jpg');
}

.carousel-item:nth-child(2) {
  background-image: url('images/slider-background2.jpg');
}

.carousel-item:nth-child(3) {
  background-image: url('images/slider-background3.jpg');
}

.product-image {
  width: 100px; /* adjust the width and height to your liking */
  height: 100px;
  margin: 10px; /* add some margin around the image */
  border-radius: 10px; /* add some border radius to make it look nicer */
}

.product-view .product-info {
  text-align: left;
  margin-bottom: 50px;
  margin-left: 80px;
  width: 400px;
}

.product-view .product-image {
  width: 350px;
  height: 400px;
}

.heading_container p {
  font-family: "Baskervville", serif;
}

.heading_container h2 {
  font-family: "Franklin Gothic Medium", Arial, sans-serif;
}

section.category_section .heading_container {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

section.client_section {
  margin-top: 52%;
}

.differenza_section {
  padding: 50px 0;
  background-color: #7a9e57;
  margin-top: 50px;
}

.differenza_box {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #5f7846;
}

.differenza_box i {
  font-size: 24px;
  margin-bottom: 10px;
  color: white;
}

.differenza_box h4 {
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
  margin-top: 10px;
}

.differenza_box p {
  font-size: 14px;
  color: #666;
  color: white;
}

section.differenza_section.layout_padding .heading_container h2 {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  color: white;
}

.testimonial_section {
  padding: 50px 0;
}

.testimonial-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.testimonial-slider {
  display: flex;
  justify-content: space-between;
}

.testimonial-box {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 20px;
  width: 30%;
  margin: 20px 0; /* Margine verticale per separare le righe */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}

.testimonial-box.active {
  opacity: 1;
  transform: translateY(0);
  background-color: #93782b;
}

.testimonial-box.active .text {
  color: white;
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.star {
  color: gold;
  font-size: 16px;
  margin-right: 5px;
}

.text {
  font-size: 16px;
}

.banner_section {
  padding: 50px 0;
  background-color: #f7f7f7; /* Optional background color */
  margin-top: 60px;
  background-color: #008CAB;
}

.banner_section h2 {
  color: white;
}

.banner_section p {
  color: white;
}

.banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.banner-box {
  width: 45%; /* Adjust the width to fit your needs */
  margin: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
}

.banner-box img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.testimonial-container .heading_container {
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* Aggiungi queste regole di stile per i dispositivi mobili */
@media (max-width: 768px) {
  /* Global styles */
  body {
    font-size: 14px;
  }

  /* Header section */
  .header_section {
    padding: 10px;
  }

  .header_section .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-brand {
    font-size: 20px;
    width: 75%;
  }

  .custom_nav-container .nav_search-btn {
    width: 30px;
    height: 30px;
  }

  .custom_nav-container .navbar-toggler {
    padding: 0;
    width: 30px;
    height: 30px;
  }

  .custom_nav-container .navbar-toggler span {
    width: 30px;
    height: 4px;
  }

  /* Hero area */
  .hero_area {
    height: 700px;
  }

  /* Slider */
  .slider_thokao {
    height: 450px;
  }

  .slide img {
    width: 100%;
    object-fit: cover;
  }

  .slide h2 {
    font-size: 18px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .slide p {
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .prev, .next {
    font-size: 18px;
    padding: 5px;
  }

  /* About section */
  .about_section .detail-box p {
    font-size: 14px;
  }

  .about_section .detail-box a {
    font-size: 16px;
  }

  /* Chocolate section */
  .chocolate_section .box {
    margin: 10px;
  }

  .chocolate_section .box .img-box {
    width: 150px;
    height: 150px;
  }

  .chocolate_section .box .detail-box {
    padding: 15px;
  }

  .chocolate_section .box .detail-box h6 {
    font-size: 16px;
  }

  .chocolate_section .box .detail-box h5 {
    font-size: 18px;
  }

  .chocolate_section .box .detail-box a {
    font-size: 14px;
  }

  .chocolate_section {
    margin-top: 360px;
    margin-bottom: 35px;
}

  /* Offer section */
  .offer_section .box {
    margin: 10px;
  }

  .offer_section .box .img-box {
    width: 150px;
    height: 150px;
  }

  .offer_section .box .detail-box {
    padding: 15px;
  }

  .offer_section .box .detail-box h2 {
    font-size: 18px;
  }

  .offer_section .box .detail-box h3 {
    font-size: 16px;
  }

  .offer_section .box .detail-box a {
    font-size: 14px;
  }

  /* Client section */
  .client_section .heading_container {
    margin-bottom: 20px;
  }

  .client_section .img-box {
    width: 100px;
    height: 100px;
  }

  .client_section .client_container {
    padding: 20px;
  }

  .client_section .client_container .box {
    padding: 10px;
  }

  .client_section .client_container .box .img-box {
    width: 100px;
    height: 100px;
  }

  .client_section .client_container .box .detail-box {
    padding: 10px;
  }

  .client_section .client_container .box .detail-box h4 {
    font-size: 16px;
  }

  .client_section .client_container .box .detail-box p {
    font-size: 14px;
  }

  /* Contact section */
  .contact_section {
    padding: 20px;
  }

  .contact_section input {
    height: 40px;
  }

  .contact_section button {
    padding: 10px 20px;
  }

  /* Info section */
  .info_section {
    padding: 20px;
  }

  .info_section .info_form {
    padding: 10px;
  }

  .info_section .info_form form {
    padding: 10px;
  }

  .info_section .info_form form input {
    height: 40px;
  }

  .info_section .info_form form button {
    padding: 10px 20px;
  }

  /* Footer section */
  .footer_section {
    padding: 20px;
  }

  .footer_section .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer_section .footer_container {
    padding: 10px;
  }

  .footer_section .footer_container .box {
    padding: 10px;
  }

  .footer_section .footer_container .box .img-box {
    width: 100px;
    height: 100px;
  }

  .footer_section .footer_container .box .detail-box {
    padding: 10px;
  }

  .footer_section .footer_container .box .detail-box h4 {
    font-size: 16px;
  }

  .footer_section .footer_container .box .detail-box p {
    font-size: 14px;
  }
}

.banner-container {
  display: flex; /* Utilizza flexbox per allineare gli elementi orizzontalmente */
  justify-content: center; /* Centra i banner orizzontalmente */
}

.banner-item {
  text-align: center; /* Centra il contenuto all'interno di ogni banner-item */
  margin: 30px; /* Spaziatura tra i banner */
}

.banner-box img {
  max-width: 100%; /* Assicura che l'immagine non superi la larghezza del contenitore */
  height: auto; /* Mantiene le proporzioni dell'immagine */
}

section.banner_section.layout_padding .banner-box {
    width: 100%;
}

.offer_section {
  padding: 20px 0; /* Aggiusta il padding come preferisci */
}

.box-container {
  display: flex; /* Utilizza flexbox per allineare i box */
  justify-content: space-between; /* Spazio tra i box */
}

.banner-container {
  display: flex; /* Utilizza flexbox per allineare i box */
  justify-content: space-between; /* Spazio tra i box */
  flex-wrap: wrap; /* Permette ai box di andare a capo se necessario */
}

.banner-item {
  flex: 1; /* Ogni box occuperà lo stesso spazio */
  margin: 10px; /* Margine tra i box */
  text-align: center; /* Centra il testo */
}

.box {
  flex: 1; /* Ogni box occuperà lo stesso spazio */
  margin: 10px; /* Margine tra i box */
  border: 1px solid #ccc; /* Aggiungi un bordo se desideri */
  border-radius: 8px; /* Angoli arrotondati */
  overflow: hidden; /* Nasconde il contenuto in eccesso */
  text-align: center; /* Centra il contenuto */
}

.img-box img {
  max-width: 100%; /* L'immagine si adatta al box */
  height: auto; /* Mantiene le proporzioni */
}

.testimonial-container {
  display: flex;
  flex-direction: column; /* Disposizione verticale per default */
  align-items: center; /* Centra i box orizzontalmente */
}

.testimonial-slider {
  display: flex;
  flex-direction: row; /* Disposizione orizzontale per schermi grandi */
  justify-content: space-between; /* Spazio tra i box */
  flex-wrap: wrap; /* Permette ai box di andare a capo se necessario */
  width: 100%; /* Assicura che occupi tutta la larghezza */
}

.testimonial-box {
  flex: 1; /* Ogni box occuperà lo stesso spazio */
  margin: 10px; /* Margine tra i box */
  border: 1px solid #ccc; /* Aggiungi un bordo se desideri */
  border-radius: 8px; /* Angoli arrotondati */
  padding: 20px; /* Padding interno */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Ombra per un effetto di profondità */
  min-width: 250px; /* Imposta una larghezza minima per i box */
}

.box {
  flex: 1; /* Ogni box occuperà lo stesso spazio */
  margin: 10px; /* Margine tra i box */
  text-align: center; /* Centra il contenuto */
}

.box-container {
  display: flex; /* Utilizza flexbox per allineare i box */
  justify-content: space-between; /* Spazio tra i box */
  flex-wrap: wrap; /* Permette ai box di andare a capo se necessario */
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  /* Colore verde di WhatsApp */
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
  font-size: 24px;
  z-index: 1000;
  /* Assicura che il pulsante sia sopra gli altri elementi */
}

.whatsapp-button:hover {
  background-color: #128C7E;
  /* Colore più scuro al passaggio del mouse */
}

/* Media query per schermi piccoli (mobile) */
@media (max-width: 768px) {

* {
    box-sizing: border-box;
    /* Include padding e bordo nella larghezza totale */
  }

    section.offer_section.layout_padding {
    display: none;
    }

    .banner-container {
    flex-direction: column; /* Disposizione verticale per schermi piccoli */
    align-items: center; /* Centra i box orizzontalmente */
    flex-wrap: wrap;
  }

   .box-container {
    flex-direction: column; /* Disposizione verticale per schermi piccoli */
    align-items: center; /* Centra i box orizzontalmente */
    flex-wrap: wrap;
  }

   .box {
    margin: 10px 0; /* Margine verticale per i box */
    width: 100%; /* Assicura che i box occupino tutta la larghezza */
  }

  .banner-item {
    margin: 10px 0; /* Margine verticale per i box */
    width: 100%; /* Assicura che i box occupino tutta la larghezza */
  }

  .testimonial-slider {
    flex-direction: column; /* Disposizione verticale per schermi piccoli */
  }

  .testimonial-box {
    margin: 10px 0; /* Margine verticale per i box */
    width: 100%; /* Assicura che i box occupino tutta la larghezza */
  }

  header.header_section {
    display: none;
}

.slider_thokao {
    margin-top: 0px;
}

section.client_section {
    margin-top: 450px;
}

.client_section .img-box {
    width: 100px;
    height: 400px;
    width: 369px !important;
    display: block !important;
    margin: 0 auto;
}

.product-view .product-info {
  margin-left: 25px;
  margin-right: 25px;
}

section.banner_section.layout_padding .banner-box {
    width: 90%;
}

.main_body_content {
  margin: 0 !important;
    -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0) !important;
}

section.category_section .row {
    width: 90%;
    /* Occupa il 90% della larghezza del viewport */
    margin: 0 auto;
    /* Centra il contenitore */
  }

.client_section .heading_container {
  padding-left: 20%;
}

}

.offer_section .box .img-box img {
    width: 60%;
}