.container-Articles {
    overflow: hidden;
}

.article {
    width: 100%;
}
img{
    width:100%;
    height:100%
}
.image-container {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .image-container img {
        width: 100%;
        border-radius: 24px;
    }

.swiper-article {
    overflow: hidden;
}

.article-content {
    width: 96%;
    background-color: white;
    position: absolute;
    bottom: 89px;
    left: 50%;
    transform: translateX(-50%);
    padding: 19px;
    border-radius: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: .5s all;
}
    .article-content h6 {
        color: var(--Neutral-800, #333);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%; /* 28.8px */
    text-align:center
        }

    .article-content p {
        color: var(--Neutral-600, #999);
        padding-top: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 147%; /* 20.58px */
    }

    .article-content a {
        display: block;
        margin-top: 15px;
        text-align: center;
        padding: 12px 22px;
        text-decoration: none;
        border-radius: 5px;
        color: var(--Primary-500, #167AD8);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.article:hover .button {
    background-color: #fff;
    border-radius: 15px;
}
.article-content a:hover{
    cursor:pointer;
}
.article:hover .article-content {
    background-color: #167AD8;
}

.article:hover h6,
.article:hover p {
    color: #fff;
}

.article:hover .image-container {
    border: 3px solid #167AD8;
}

.clients-title h3 {
    color: var(--Primary-500, #167AD8);
    font-size: calc(2vw + 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.clients-title p {
    color: var(--Neutral-600, #999);
    font-size: calc(0.2vw + 0.88rem);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
.main-service {
    background-image: url("/assets/MainPages/OurProjects.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.clients-title .see-all .btn {
    color: var(--Primary-500, #167AD8) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 22px;
    border-radius: 12px;
    border: 1px solid var(--Primary-500, #167AD8);
    transition: .3s all
}

.container-Articles .see-all .btn:hover {
    color: #fff !important;
    background-color: #167AD8;
}


.swiper-article .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    height: 515px;
}


.mySwiper-article, .mySwiper-client {
    cursor: grab;
}

.mySwiper:active {
    cursor: grabbing;
}

.article-title {
    padding: 88px 80px 64px 80px;
}
.main-article h3 {
    color: var(--Primary-500, #167AD8);
    font-size: calc(2vw + 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.main-article p {
    color: var(--Neutral-600, #999);
    font-size: calc(0.1vw + 0.85rem);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
@media screen and (min-width: 320px) and (max-width: 760px) {
    .container-Articles {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .article-content {
        width: 96%;
        background-color: white;
        position: absolute;
        bottom: 108px;
        left: 50%;
        transform: translateX(-50%);
        padding: 19px;
        border-radius: 24px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: .5s all;
    }

    .container-Articles h3 ,container-clients h3 , project-title h3{
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .container-Articles p {
        font-size: clamp(1rem, 3vw, 1.25rem);
    }

    .clients-title,.project-title {
        margin: auto !important;
        text-align: center !important;
        padding-bottom: 25px;
    }
}
