body {
    font-family: 'Poppins', sans-serif;
}

.slide-home.swiper-slide-active {
  transition: .2s;
  z-index: 999 !important;
  position: relative;
  transform: scale(1.1) !important;
}

.swiper-wrapper-home {
  transition: .2s;
  cursor: grab !important; transition-duration: 0ms !important; transform: translate3d(-10px, 0px, 0px) !important; transition-delay: 0ms !important;
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: var(0 0 #0000,0 0 #0000),var(0 0 #0000,0 0 #0000),0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;

}

#slider {
    position: relative;
    width: 20%;
    height: 22vw;
    margin: 150px auto;
    perspective: 1400px;
    transform-style: preserve-3d;
}

.container-doses ul {
  list-style-type: disc;
  margin-left: 1rem;
}

input[type=radio] {
    position: relative;
    top: 108%;
    left: 75%;
    width: 18px;
    height: 18px;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
}

input[type=radio]:nth-child(5) {
    margin-right: 0px;
}

input[type=radio]:checked {
    opacity: 1;
}

#slider label,
#slider label img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 15;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
}

/* Slider Functionality */

/* Active Slide */
#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
    transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
    transform: translate3d(20%, 0, -100px);
}

/* Next to Next Slide */
#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2 {
    transform: translate3d(40%, 0, -250px);
}

/* Previous to Previous Slide */
#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3 {
    transform: translate3d(-40%, 0, -250px);
}

/* Previous Slide */
#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
    transform: translate3d(-20%, 0, -100px);
}

* {
    &, &::before, &::after {
      -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }
  }
  
  .slider {
    max-width: 600px;
    width: auto;
    height: 260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0 25px;
  
    &__inner {
      height: 100%;
      width: 100%;
    }
  
    &__button {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      margin-top: -10px; 
      z-index: 120;
      background: #001380;
      color: #fff;
      opacity: 0.4;
      cursor: pointer;
  
      text-align: center;
  
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
  
      box-shadow: -1px 1px 5px 0px #000;
      -webkit-box-shadow: -1px 1px 5px 0px #000;
      -moz-box-shadow: -1px 1px 5px 0px #000;
      
      & .fas {
        display: inline-block;
        height: 100%;
        line-height: 20px;
        font-size: 16px;
      }
      
      &:hover {
        opacity: 1;
        text-decoration: none;
      }
      
      &--next {
        right: 2px;
      }
      
      &--prev {
        left: 2px;
      }
    }
    
    &__image {
      display: block;
      width: 300px;
      height: 200px;
      position: absolute;
      border: solid 1px #000;
      top: 30px;
  
      transition: ease-in-out 0.3s;
      -webkit-transition: ease-in-out 0.3s;
      -moz-transition: ease-in-out 0.3s;
    }
  }
  
  .image {
    &--1 {
      left: 50%;
      margin-left: -150px;
      opacity: 1;
      z-index: 50;
      
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
  
      -webkit-filter: blur(0px);
      filter: blur(0px);
  
      transition: filter 0ms,
                  transform 300ms,
                  left 400ms ease-in-out,
                  right 400ms ease-in;
  
      -webkit-transition: filter 0ms,
                  transform 300ms,
                  left 400ms ease-in-out,
                  right 400ms ease-in;
      
      -moz-transition: filter 0ms,
                  transform 300ms,
                  left 400ms ease-in-out,
                  right 400ms ease-in;
    }
    
    &--2 {
      left: 45%;
      margin-left: -170px;
      opacity: 0.85;
      z-index: 40;
     
      transform: scale(0.8);
      -ms-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      
      -webkit-filter: blur(5px);
      filter: blur(5px);
  
      transition: transform 0.4s;
      -webkit-transition: transform 0.4s;
      -moz-transition: transform 0.4s;
    }
    
    &--3 {
      left: 40%;
      margin-left: -190px;
      opacity: 0.6;
      z-index: 30;
      
      transform: scale(0.6);
      -ms-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -webkit-transform: scale(0.6);
      
      -webkit-filter: blur(7px);
      filter: blur(7px);
  
      transition: ease-in-out 0.5s;
      -webkit-transition: ease-in-out 0.5s;
      -moz-transition: ease-in-out 0.5s;
    }
    
    &--4 {
      right: 40%;
      margin-right: -190px;
      opacity: 0.6;
      z-index: 10;
     
      transform: scale(0.6);
      -ms-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -webkit-transform: scale(0.6);
      
      -webkit-filter: blur(7px);
      filter: blur(7px);
  
      transition: ease-in-out 0.5s;
      -webkit-transition: ease-in-out 0.5s;
      -moz-transition: ease-in-out 0.5s;
    }
    
    &--5 {
      right: 45%;
      
      margin-right: -170px;
      opacity: 0.85;
      z-index: 20;
  
      transform: scale(0.8);
      -ms-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      
      -webkit-filter: blur(5px);
      filter: blur(5px);
  
      transition: transform 0.4s;
      -webkit-transition: transform 0.4s;
      -moz-transition: transform 0.4s;
    }
  }
  
  
  @media(max-width: 580px) {
    .slider {
      height: 200px;
      
      &__image {
        width: 200px;
        height: 135px;
      }
    }
    
    .image {
      &--2, &--3 {
        left: 50%;
      }
      
      &--4, &--5 {
        right: 50%;
      }
      
      &--1 {
        margin-left: -100px;
      }
      
      &--2 {
        margin-left: -130px;
      }
      
      &--3 {
        margin-left: -160px;
      }
      
      &--4 {
        margin-right: -160px;
      }
      
      &--5 {
        margin-right: -130px;
      }
    }
  }

  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
  
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.timer {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

