section, section_2 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 600;*/
  background: #D5D5D5 ;
  background: radial-gradient(#D4D4D4 30%, #A7A7A7 70%);
  /*font-size: clamp(16px, 3.3vw, 64px);*/
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5vh;
  /*justify-content: center;*/
  overflow: hidden;
}

.carousel, .carousel_2 {
  width: 100vw;
  height: 30vh;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  display: flex;
  -webkit-overflow-scrolling: touch;
}

.carousel-slide, .carousel-slide_2 {
  position: relative;
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #ededed;
  background: #cf2630;
  scroll-snap-align: center;
  overflow: hidden;
  border-radius:.5vh;
  /*padding-left: 1vh;*/
}

.carousel-slide img, .carousel-slide_2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 15vh 0;
  object-fit: cover;
}

.hh3, .hh3_2 {
  font-family: "rift-soft";
  background: rgba(255,255,255,0);
  position: relative;
  margin: 0;
  font-size: 9.4vw;
  font-weight: 600;
  line-height: 85%;
  margin-left: 1vh;
  padding-right: 18vw;
  text-shadow: 3px 0px 5px #C3242E;
}

.hh5, .hh5_2 {
  position: relative;
  margin: 2% 0 0 0;
  font-size: 5vw;
  font-weight: 100;
  letter-spacing: 0.3px;
  margin-left: 1vh;
}
		
.vai, .vai_2 {
    width: 4vh;
    height: 4vh;
    padding: 1vh;
    background: #9AD2E9;
    position: absolute;
    border-radius: 6vh;
    bottom:1vh;
  margin-left: 1vh;
}

.elenco, .elenco_2 {
	position: absolute;
	bottom: -6vh;
	color: #333;
}

.carousel-nav, .carousel-nav_2 {
  /*display: none; /* displayed in the JS */
  position: absolute;
  width: 100%;
}

.carousel-nav button, .carousel-nav_2 button {
  cursor: pointer;
  border: none;
  font-size: 3rem;
  position: absolute;
  margin-top: 15vh;
  aspect-ratio: 1.5;
  width: 7vw;
  max-width: 75px;
  height: auto;
  max-height: 3.7vh;
  background-color: transparent;
  background-size: cover;
  overflow: visible;
  background-image: url("data:image/svg+xml,%3Csvg stroke='%23B7141D' fill='%23B7141D' xmlns='http://www.w3.org/2000/svg' viewBox='0 1 22 15'%3E%3Cpath d='M0,13 11,2 22,13'/%3E%3C/svg%3E");
}

.prev, .prev_2 {
  transform: translateY(-50%) rotate(-90deg);
}

.next, .next_2 {
  transform: translateY(-50%) rotate(90deg);
  right: 0;
}

.carousel-nav div, .carousel-nav_2 div {
  position: relative;
  width: 100%;
  top: 3vh;
  left: 19.3vw;
  text-align: left;
  color: #fff;
  font-weight: 600;
  opacity: 1;
  letter-spacing: 0.15rem;
  font-size: clamp(16px, 4.9vw, 44px);
}
		
strumenti, strumenti_2 {margin-top:.8vh;}
		
.foto_strumento {width:13.5vw;height:6.5vh;min-height:6.8vh;background:#D8D8D8;border-radius:.5vh;object-fit:contain;float:left;margin-left:4vw;margin-bottom:.8vh;z-index:-100;}		

.strumento, .strumento_2 {display:inline-block;padding:1.5vw 2vw 0.5vw 2vw;background:#B7141D;color:#fff;margin-bottom:.8vh;margin-right:8vw;min-height:6.8vh;border-radius:.5vh;/*text-align:center*/align-items:center;width:65vw;margin-left:0px;font-family: "rift-soft";font-size:4.5vw ;letter-spacing: 0.3px;line-height: 100%;text-transform: uppercase;clear:right;z-index:100;}

/* Simplify the scroll bar appearance */
::-webkit-scrollbar {
  height: 13px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-top: 6px solid #000;
  background: #555;
  width: 50%;
}

::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}