﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.article3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .article3 .slide-container {
        width: 100%;
        padding: 40px 0;
        max-width: 1560px;
    }

    .article3 .slide-content {
        margin: 0 40px;
        overflow: hidden;
        /*border-radius: 25px;*/
    }

    .article3 .card {
        overflow : hidden ;
        border-radius: 25px;
        background-color: var(--articleContent_bcolor1);
    }

    .article3 .image-content, .article3 .card-content {
        display: flex;
        padding: 9px 14px;
        min-height: 265px;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
    }

    .article3 .image-content {
        row-gap: 5px;
        padding: 15px 0;
        overflow: hidden;
        position: relative;
    }

    .article3 .overlay {
        top: 0;
        left: 0;
        height: 91%;
        width: 100%;
        position: absolute;
        border-radius: 0 0 0 25px;
        background-color: var(--articleHeader_bcolor1);
    }

/*        .article3 .overlay::before, .article3 .overlay::after {
            right: 0;
            content: '';
            width: 40px;
            z-index: -1;
            height: 40px;
            bottom: -40px;
            position: absolute;
            background-color: var(--articleHeader_bcolor1);
        }

        .article3 .overlay::after {
            border-radius: 0 25px 0 0;
            background-color: var(--articleContent_bcolor1);
        }*/
    .article3 .overlay-before {
        right: 0;
        content: '';
        width: 40px;
        z-index: -1;
        height: 40px;
        bottom: -40px;
        position: absolute;
        background-color: var(--articleHeader_bcolor1);
    }
    .article3 .overlay-after {
        right: 0;
        width: 40px;
        z-index: -1;
        height: 40px;
        bottom: -40px;
        position: absolute;
        border-radius: 0 25px 0 0;
        background-color: var(--articleContent_bcolor1);
    }

    .article3 .card-image {
        width: 315px;
        height: 210px;
        position: relative;
        border-radius: 25px;
        overflow : hidden;
        transition: all ease-in-out .3s;
    }

        .article3 .card-image:hover {
            transform: scale(1.1);
        }

        .article3 .card-image .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all ease-in-out .3s;
        }

            .article3 .card-image .card-img:hover {
                border-radius: 25px;
            }

    .article3 .name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        max-height: 28px;
        direction: rtl;
        padding: 0 1px;
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
        text-align: center;
        margin-bottom: 13px;
        color: var(--articleContent_fcolor);
    }

    .article3 .description {
        direction: rtl;
        line-height: 2;
        font-size: 12px;
        text-align: justify;
        color: var(--workHourContent_fcolor);
    }

    .article3 .button-article {
        opacity : .9 ;
        border: none;
        bottom: 22px;
        bottom: 14px;
        cursor: pointer;
        font-size: 15px;
        padding: 8px 16px;
        border-radius: 6px;
        position: absolute;
        position: absolute;
        text-decoration: none;
        transition: all .3s ease;
        color: var(--formButton_fcolor);
    }

        .article3 .button-article:hover {
           opacity :1
        }

    .article3 .swiper-navBtn {
        transition: color 0.3s ease;
    }

        .article3 .swiper-navBtn::before, .article3 .swiper-navBtn::after {
            font-size: 35px;
        }

    .article3 .swiper-button-next {
        right: 0;
        font-size: 50px;
        font-weight: bold;
        color: var(--section_bcolor1);
    }

    .article3 .swiper-button-prev {
        left: 0;
        font-size: 50px;
        font-weight: bold;
        color: var(--formButton_bcolor1);
    }

    .article3 .swiper-pagination-bullet {
        opacity: 1;
        background-color: var(--section_bcolor2);
    }

    .article3 .swiper-pagination-bullet-active {
        background-color: var(--section_bcolor1);
    }

@media (max-width: 768px) {
    .article3 {
        height: auto !important;
    }
    .article3 .slide-content {
        margin: 0 32px;
    }

    .article3 .slide-container {
        width: 100% !important;
    }

    .article3 .swiper-button-next {
        right: 0;
    }

    .article3 .swiper-button-prev {
        left: 0;
    }
}
