#home {
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/bg-image.png");
  background-size: cover;
  background-position: center;
}
/* #home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/images/bg-image.png');
  background-size: cover;
  background-position: center;
  z-index: -101;
} */
.main_build {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 0 28px;
}

.main_build-btn {
  padding-bottom: 20px;
}

.main_title {
  text-align: center;
  flex-direction: column;
  gap: 16px;
  padding: 0px 0 32px;
}

.main_title-btn {
  padding-bottom: 60px;
}
.main_title-btn a {
  color: white;
}
.main_title-btn a:first-child {
  background-color: var(--pink);
}
.main_title-btn a:last-child {
  background-color: var(--black30);
}
.main_title-btn a:last-child {
  display: none;
}
#home .swiper-wrapper {
  padding-left: 20px;
}
#home .swiper-slide {
  max-height: 340px;
  max-width: 322px;
  border-radius: 20px !important;
  overflow: hidden !important;
}

@media (min-width: 1200px) {
  #home .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main_title {
    text-align: center;
    max-width: 900px;
    margin: auto;
  }
  .main_title-btn {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .main_title-btn a:last-child {
    display: block;
  }
}
