.second-banner {
  margin: 0;
  background-color: #000;
  overflow: hidden !important;
}

.second-banner-items {
  max-width: 750px;
}

.second-banner h1 {
  text-align: center;
  color: #fff;
  margin: 0;
}

.shadow-cont-2 {
  width: 1500px;
  box-shadow: inset 0px 0px 0px #000000, inset -440px 0px 40px #000000;
  position: absolute !important;
  top: 0px !important;
  height: 100%;
}

.arrow-gap {
  z-index: 99999 !important;
  display: flex;
  gap: 300px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.arrow-banner-img {
  z-index: 9999 !important;
  cursor: pointer;
  height: 28px !important;
  width: 25px !important;
}

.carousel-2 nav button {
  border: none !important;
  z-index: 99999 !important;
}

.carousel-2 nav {
  margin: 0;
}

.banner-2 {
  overflow: hidden !important;
}

.carousel-2 {
  position: relative;
  width: 800px;
  padding: 50px;
  perspective: none;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-2 > * {
  flex: 0 0 auto;
}
.carousel-2 figure {
  margin: 0;
  width: 40%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.carousel-2 figure img {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}
.carousel-2 figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-2 nav {
  display: flex;
  justify-content: center;
  margin: 0;
}
.carousel-2 nav button {
  flex: 0 0 auto;
  margin: 0 5px;
  cursor: pointer;
  color: #333;
  background: none;
  border: 1px solid;
  letter-spacing: 1px;
  padding: 5px 10px;
}

/*# sourceMappingURL=style.css.map */
