/* 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/service-bg.png');
    background-repeat: no-repeat;
}

.popup-seperator {
    left:calc(25% + 80px) ;
    height: calc(100% - 160px);
}

  

 @media (min-width: 1024px) {
     .teams .swiper-wrapper .swiper-slide:nth-child(2),.teams .swiper-wrapper .swiper-slide:nth-child(4) {
        transform: translateY(70px);
        transition: 0.5s ease;
    }

    .teams .swiper-wrapper .swiper-slide:nth-child(3),.teams .swiper-wrapper .swiper-slide:nth-child(5) {
        transform: translateY(140px);
        transition: 0.5s ease;
    }
}



/*

@media (max-width: 1320px) {
    .teams .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
    }
} */