﻿.tas-section-header {

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tas-section-header .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tas-section-title {
    color: var(--01-white, #FFF);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 43.2px */
}
.tas-swiper{
    width:100%;
    height:240px;
}

.tas-swiper .swiper-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 33.33%;
    height: 240px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.tas-absolute{
    position:absolute;
    cursor: pointer;
}
.tas-cat-header {
    width: 300px;
    color: var(--01-white, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.891px; /* 120.381% */
}
.tas-cat-item-left{
    left:130px!important;
}

body.rtl .tas-cat-item-left {
    right:130px!important;
}
.red-line {
    width: 49.363px;
    height: 4.819px;
    background:#E74040;
}
.tas-content{
    position:relative;
    padding-top:10px;
}
.tas-category-content {
    padding: 30px 0px 0 0px;
    display: flex;
    flex-direction: column;
}
.tas-content-header {
    color: #151B26;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.891px; /* 120.381% */
    margin-bottom: 20px;
}
.tas-content-text {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.891px; /* 160.507% */
}

._swiper-button-next, ._swiper-button-prev {
    top: 35%;
    z-index: 100;
    position: absolute;
    width:57px;
    height:57px;
}
._swiper-button-next {
    right:25px;
}
 ._swiper-button-prev {
     left:25px;
 }
.tas-cat-item-active{
    top:90px!important;
}

.tas-arrow-down{
    position:absolute;
    left:130px;
    top:-30px;
    z-index:1;
}

body.rtl .tas-arrow-down{
    display: none;
}
.tas-swiper-content {
    display:flex;
    flex-direction:column;
    left: 20px;
    top:120px;
    gap: 5px;
}

@media(max-width:992px) {
    .tas-section-title {
        text-align:center;
    }
    .tas-swiper .swiper-slide {
        width: 283.333px;
        height: 141.667px;
       
    }
    .tas-cat-header {
        width:200px;
        font-size: 18px;
        line-height:17px;
        top:60px;
    }
    .tas-cat-item-left{
        left:70px!important;
    }
    body.rtl .tas-cat-item-left{
        right:70px!important;
    }
    .tas-category-content {
        padding: 30px 15px 10px 15px;
    }
    .tas-content-text {
        color: #000;
        leading-trim: both;
        text-edge: cap;
        font-family: Montserrat !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.891px; /* 240.761% */
    }
    .red-line {
        width: 29.138px;
        height: 2.845px;
        height: 2.845px;
        top: 100px;
    }
    .red-line.tas-cat-item-active {
        top: 100px;
    }
    ._swiper-button-next, ._swiper-button-prev {
        width: 33.056px;
        height: 33.056px;
        top:40%;
    }
    .tas-swiper {
        height: 142px;
    }
    .tas-arrow-down {
        left: 15px;
    }
    ._swiper-button-next {
        right: 20%;
    }

    body.rtl ._swiper-button-next {
        right: 15px;
    }

    ._swiper-button-prev {
        left: 15px;
    }

    body.rtl ._swiper-button-prev {
        left: 20%;
    }

    .tas-swiper-content {
        gap: 5px;
        top: 60px;
    }
    .tas-cat-item-active{
        top:60px!important;
    }
    .tas-swiper-content:not(.tas-cat-item-active) .red-line {
        display: none;
    }
}