#part6 {
  padding: 5% auto;
  margin: 2% auto;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
}
.part6 {
  width: 80%;
  margin: auto;
}
.part6-heading {
  width: 50%;
  margin: auto;
  text-align: center;
  font-size: 36px;
}
.part6-content {
  position: relative;
  /* position: fixed; */
  width: 70%;
  height: 60vh;
  margin: 5vh auto;
  /* border: 1px solid red; */
}
.part6-slide1,
.part6-slide2,
.part6-slide3,
.part6-slide4,
.part6-slide5 {
  width: 100%;
  height: 100%;
  border-radius: 1.5vh;
}
.part6-slide1 {
  background: url("assets/images/usecase-dnvgl.png");
}
.part6-slide2 {
  background: url("assets/images/usecas-Mitsubishi.webp");
}
.part6-slide3 {
  background: url("assets/images/usecase-nc.jpg");
}
.part6-slide4 {
  background: url("assets/images/usecase-cms.png");
}
.part6-slide5 {
  background: url("assets/images/usecase-mondadori.jpg");
}
.pert6-slide-content {
  position: absolute;
  top: 12%;
  right: 5%;
  width: 50%;
  height: 75%;
  background: white;
  float: right;
  /* margin: 7% 5% 7% 0; */
  border-radius: 1vh;
  /* border: 1px solid red; */
}
/* .part6-slide-text {
  display: flex;
  flex-direction: column;
} */
.part6-slide-text {
  width: 80%;
  margin: 10% auto;
  font-size: 15px;
}
.part6-slide-text > a {
  float: right;
  margin-right: 10%;
}
.pert6-slide-content:hover {
  transform: scale(0.95);
}
.part6-company {
  display: flex;
  flex-flow: row;
  /* flex-direction: row; */
  width: 75%;
  margin: auto;
  justify-content: space-between;
}
.part6-logo {
  width: auto;
  height: auto;
}
.part6-logo-images:hover {
  /* box-shadow: silver;
  box-shadow: inset 300px 0 0 0 rgb(248, 233, 233); */
  cursor: pointer;
  transform: scale(1.1);
}
.part6-logo-images:hover::before {
  opacity: 1;
}
.previous {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  padding: 1.5% 2%;
  border-radius: 50px !important;
  border: none;
}
.next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  padding: 1.5% 2%;
  border-radius: 50px !important;
  border: none;
}
button:focus {
  border: none;
}
