.container {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    padding: 0 30px;
    position: absolute;
    pointer-events: none;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
  }
  
  .mySwiper {
    display: flex;
    flex-grow: 1;
    position: relative;
    font-family: 'Unbounded', cursive;
  }
  
  .main2 {
    padding: 42px 0 30px;
    display: flex;
    flex-grow: 1;
    position: relative;
  }
  
  .center {
    display: flex;
    width: 50%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    top: -10%;
  }
  
  .center .bottle-bg {
    width: 500px;
    position: relative;
  }
  
  .center .bottle-img {
    width: 200px;
    position: absolute;
    margin-top: 5%;
  }
  
  .right-side__img{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0.03turn);
  }
  
  .button-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    z-index: 6;
  }
  
  .button-wrapper svg {
    pointer-events: none;
    width: 28px;
  }
  .button-wrapper .swiper-button {
    position: relative;
    border: 1px solid #639950;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    background: linear-gradient(to right, #ffffff 40%, transparent 0%);
    background-size: 200% 100%;
    background-color: #639950;
    background-position: right bottom;
    transition: all 0.3s ease-out;
    cursor: pointer;
    top: 30%;
    right: 14%;
  }
  .button-wrapper .swiper-button + .swiper-button {
    margin-left: 16px;
  }

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


  .button-wrapper .swiper-prev-button {
    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-button svg {
    transform: rotate(-180deg);
  }
  .button-wrapper .swiper-prev-button:hover {
    background-position: right bottom;
  }
  
  .close-sise3{
    position: fixed;
    width: 100px;
    top: 10%;
    left: 90%;
    cursor: pointer;
    z-index: 5;
}

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

.bottle-img.detox-img{
  width: 125px;
}

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

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

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

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

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

.swiper-slide-info{
  width: 50%;
  top: 0;
  right: 0;
  top: -7%;
}

.swiper-slide-info h1{
   font-size: 25px !important;
   margin-bottom: 2%;
}

.text-slide{
  width: 375px;
}

.swiper-slide-info h2{
  font-size: 15px;
}

.swiper-slide-info .text-slide p{

  font-size: 20px;
}

.swiper-slide-info .tabel-info{
  width: 375px;
}

.text-slide .text-slide-p{
  margin-top: 6%;
  margin-bottom: 1%;
  font-size: 12px !important;
}

@media screen and (max-width: 920px) {
  .center {
    width: 100%;
    height: 40vh;
    top: 9rem;
    left: -20%;
    position: fixed;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }
  .bottle-img.detox-img{
    width: 35px !important;
  }
  .center .bottle-bg {
    width: 175px;
  }
  .main2 {
    flex-direction: column;
  }
  .swiper-slide-info{
    width: 600;
    position: fixed;
    top: 10% !important;
    right: 0;
    left: 20%;
    height: 100vh;
    top: 15vh;
    pointer-events: all !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .swiper-slide-info.main-table{
    width: 290px !important;
  }
 
  .swiper-slide-info::-webkit-scrollbar{
    width: 0px;
    height: 0px;
  }

  .swiper-slide-info h1{
    font-size: 15px !important;
    margin-bottom: 2%;
  }
  .swiper-slide-info h2{
    font-size: 10px;
  }
  .text-slide{
    width: 290px;
  }
  .swiper-slide-info .text-slide p{
    font-size: 10px;
  }

  .swiper-slide2 .swiper-slide-info{
    opacity: 0;
    transition: 0.6s;
    display: none;
  }
  
  .swiper-slide-active2 .swiper-slide-info{
    opacity: 1;
    display: flex;
  }
  
  .swiper-slide-info .tabel-info{
    width: 375px;
  }

  .button-wrapper .swiper-button {
    top: 9rem;
    right: 2rem;
    width: 30px;
    height: 30px;
  }
  .button-wrapper svg {
    width: 18px;
  }
}


@media screen and (max-width: 500px) {
  .center {
    width: 50%;
    height: 40vh;
    top: 3rem;
    left: 28%;
    position: fixed;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }
  .bottle-img.detox-img{
    width: 35px !important;
  }
  .center .bottle-bg {
    width: 175px;
  }
  .main2 {
    flex-direction: column;
  }
  .swiper-slide-info{
    width: 300px;
    position: fixed;
    top: 16% !important;
    right: 0;
    left: 4%;
    height: 200px;
    top: 15vh;
    pointer-events: all !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .swiper-slide-info.main-table{
    width: 290px !important;
  }
 
  .swiper-slide-info::-webkit-scrollbar{
    width: 0px;
    height: 0px;
  }

  .swiper-slide-info h1{
    font-size: 15px !important;
    margin-bottom: 2%;
  }
  .swiper-slide-info h2{
    font-size: 10px;
  }
  .text-slide{
    width: 290px;
  }
  .swiper-slide-info .text-slide p{
    font-size: 10px;
  }

  .swiper-slide2 .swiper-slide-info{
    opacity: 0;
    transition: 0.6s;
    display: none;
  }
  
  .swiper-slide-active2 .swiper-slide-info{
    opacity: 1;
    display: flex;
  }
  
  .swiper-slide-info .tabel-info{
    width: 375px;
  }

  .button-wrapper .swiper-button {
    top: -1rem;
    right: 2rem;
    width: 30px;
    height: 30px;
  }
  .button-wrapper svg {
    width: 18px;
  }
}