@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 {
    transform: rotateY(180deg);
}

.countdown_sec .inner .countdown {
    justify-content: end;
    flex-direction: row-reverse;
}


.statics_sec .col-lg-4:last-child .item {
    border-radius: 50px 0 0 50px;
}
.statics_sec .item .br-left-top {
    right: -1px;
    left: unset;
    transform: rotate(-180deg);
}
.statics_sec .item .br-left-btm {
    right: -1px;
    left: unset;
    transform: rotateY(180deg);
}
.statics_sec .col-lg-4:first-child .item {
    border-radius:  0  50px 50px 0 ;
}
.statics_sec .item .br-right-top {
    left: -1px;
    right: unset;
    transform: rotate(270deg);
}
.statics_sec .item .br-right-btm {
    left: 0;
    right: unset;
    transform: rotate(0deg);
}


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

.ab-story .story-card::before {
    left: -3px;
    right: unset;
}

.ab-story .story-card:nth-of-type(even) {
    direction: rtl;
}
.ab-story .story-card:nth-of-type(even)::before {
    left: unset;
    right: -2px;
}
