/* alpine css */
[x-cloak] {
    display: none !important;
}


html {
  scroll-behavior: smooth;
   scroll-padding-top: 80px;
}

.container {
    max-width: calc(1280px + 3rem);
}

.pharmacy_service {
    background-image: url('../../images/pharmacy-service.png');
    background-repeat: no-repeat;
}

.popup-seperator {
    left: calc(25% + 80px);
    height: calc(100% - 160px);
}

.mobile-menu {
      transform: translateX(-100%);
       transition: transform 0.5s ease-in-out;
}
.mobile-menu.open {
    transform: translateX(0);
}


@media (min-width: 1320px) {
    .teams .swiper-wrapper .swiper-slide.swiper-slide-next {
        transform: translateY(70px);
        transition: 0.5s ease;
    }

    .teams .swiper-wrapper .swiper-slide.swiper-slide-next+.swiper-slide {
        transform: translateY(140px);
        transition: 0.5s ease;
    }
}

@media (max-width: 1320px) {
    .teams .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
    }
}