.container2 {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    padding: 0 30px;
    position: absolute;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
  }
  
  .mySwiper2 {
    display: flex;
    flex-grow: 1;
    position: relative;
    font-family: 'Unbounded', cursive;
  }
  
  .main3 {
    padding: 42px 0 30px;
    display: flex;
    flex-grow: 1;
    position: relative;
  }
  

  .button-wrapper .swiper-button2 {
    position: relative;
    border: 1px solid #639950;
    border-radius: 50%;
    pointer-events: all;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #ffffff 40%, transparent 0%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-color: #639950;
    transition: all 0.3s ease-out;
    cursor: pointer;
    top: 30%;
    right: 13%;
  }
  .button-wrapper .swiper-button2 + .swiper-button2 {
    margin-left: 16px;
  }

  .button-wrapper .swiper-button2:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    background-position: left bottom;
  }
  .button-wrapper .swiper-button2:hover svg {
    stroke: #000000;
  }

  .button-wrapper .swiper-button2 svg {
    stroke: #ffffff;
  }

  .button-wrapper .swiper-prev-button2 {
    background: linear-gradient(to left, #ffffff 40%, transparent 0%);
    background-size: 200% 100%;
    background-color: #639950;
    background-position: left bottom;
    transition: all 0.3s ease-out;
  }
  .button-wrapper .swiper-prev-button2 svg {
    transform: rotate(-180deg);
  }
  .button-wrapper .swiper-prev-button2:hover {
    background-position: right bottom;
  }
  
  .close-sise4{
    position: fixed;
    width: 100px;
    top: 10%;
    left: 90%;
    cursor: pointer;
    z-index: 5;
}

.swiper-slide3 .bottle-bg{
  transition-duration: 0.6s;
	opacity: 0;
}


.swiper-slide3 .bottle-img {
	transition-duration: 0.6s;
	transform: scale(1);
	opacity: 0;
}

.swiper-slide-active3 .bottle-img {
	opacity: 1;
	transform: scale(1.3);
}


.swiper-slide-active3 .bottle-bg{
  opacity: 1;
}

.swiper-slide3 .swiper-slide-info{
  opacity: 0;
  transition: 0.6s;
}

.swiper-slide-active3 .swiper-slide-info{
  opacity: 1;
}

@media screen and (max-width: 920px) {
  .main3 {
    flex-direction: column;
  }
  .center .bottle-img {
    width: 75px;
  }
  .button-wrapper .swiper-button2 {
    top: 10rem;
    left: 0%;
    width: 30px;
    height: 30px;
  }

  .swiper-slide3 .swiper-slide-info{
    display: none;
  }
  
  .swiper-slide-active3 .swiper-slide-info{
    display: flex;
  }
}

@media screen and (max-width: 500px) {
  .main3 {
    flex-direction: column;
  }
  .center .bottle-img {
    width: 75px;
  }
  .button-wrapper .swiper-button2 {
    top: -1rem;
    left: 0%;
    width: 30px;
    height: 30px;
  }

  .swiper-slide3 .swiper-slide-info{
    display: none;
  }
  
  .swiper-slide-active3 .swiper-slide-info{
    display: flex;
  }
}