.first-banner {
  margin: 0;
  background-color: #000;
}

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

.shadow-carousel-1 {
  width: 33%;
  box-shadow: inset -300px 7px 100px -28px rgba(0, 0, 0, 1);
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  height: 100%;
}

.shadow-carousel-2 {
  width: 33%;
  box-shadow: inset 300px 7px 100px -28px rgba(0, 0, 0, 2);
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  height: 100%;
}

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

.first-arrow-right img,
.first-arrow-left img {
  z-index: 9999 !important;
  cursor: pointer;
  height: 40px !important;
  width: 40px !important;
}

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

.carousel nav {
  margin: 0;
}

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

.carousel {
  width: 1000px;
  padding: 50px;
  perspective: 500px;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel>* {
  flex: 0 0 auto;
}

.carousel figure {
  margin: 0;
  width: 40%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.carousel figure img {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
  cursor: pointer;
}

.carousel figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}

.carousel nav {
  display: flex;
  justify-content: center;
  margin: 0;
}

.carousel 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 */