.main-slider {
  height: 100vh;
  background-image: url("../images/mainBan.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

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

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-prev,
.homeSlider .swiper-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-next {
  right: 1rem;
}

.homeSlider .swiper-prev {
  left: 1rem;
}

.homeSlider .swiper-next:hover,
.homeSlider .swiper-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.homeSlider .slide-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}

.main-slider h2 {
  font-size: 2.0625rem;
}

.ban1 {
  position: absolute;
  top: 0;
  left: 0;
}

.ban2 {
  position: absolute;
  top: 0;
  right: 0;
}

.ban3 {
  position: absolute;
  bottom: 0;
  left: 2rem;
}

.ban4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ban6 {
  position: absolute;
  top: 4%;
  left: 15%;
}

.ban7 {
  position: absolute;
  bottom: 0;
  left: 23%;
}

.ban8 {
  position: absolute;
  bottom: 7%;
  right: 35%;
}

.ban9 {
  position: absolute;
  top: 14%;
  right: 17%;
  z-index: 1;
}

.ban10 {
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
}

.banForm input {
  width: 85%;
  height: 60px;
  border-radius: 0.625rem;
}

.banForm {
  position: relative;
}

.banForm button {
  position: absolute;
  right: 0;
  top: 0;
  border: unset;
  background-color: var(--primary);
  color: var(--white);
  padding: 1rem 2rem;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  font-size: 1.125rem;
}

.banForm button:hover {
  background-color: var(--black);
  color: var(--white);
}

.banForm input::placeholder {
  padding-left: 0.75rem;
}

.slideIMg figure {
  text-align: right;
}