@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}


.actions_swiper .swiper-button-next::before, 
.actions_swiper .swiper-button-prev::before ,
.ab-about .info-card .sec-bg  {
    transform: rotateY(180deg);
}

.ab-about .img {
    mask-image: url(../images/ab-img-mask-en.png);
    mask-repeat: no-repeat;
    mask-position: left center;
}
.ab-vision .video-card {
    border-top-right-radius: 0;
    border-top-left-radius: 30px;
}
.ab-vision .video-card::before {
    left: unset;
    right: 0;
    transform: rotateY(180deg);
}
.ab-vision .video-card::after {
    transform: rotateY(180deg);
    right: unset;
    left: -50px;
}


@media screen and (max-width: 991px) {
    .navbar .nav-side .cart_butn {
        display: flex;
        flex-direction: row-reverse;
    }
    span.num-txt.fsz-10.color-secondary.me-2.cart-count {
        margin-inline-start: 5px;
    }
    
}