.category-product-div {
    padding: 5px !important;
}

.box_button .cards-list {
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box_button .card {
    margin: 30px 0px 15px 0px;
    width: 150px;
    height: 150px;
    border-radius: 40px;
    box-shadow: 5px 5px 7px 4px rgb(100 100 100 / 25%),
        -5px -5px 15px 4px rgb(100 100 100 / 22%);
    cursor: pointer;
    border: unset;
    transition: 0.4s;
}

.box_button .card .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
}

.box_button .card .card_image img {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    object-fit: cover;
}

.box_button .card .card_title {
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 17px;
    margin-top: -55px;
    height: 40px;
}

.box_button .card:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0),
        -5px -5px 30px 15px rgba(0, 0, 0, 0);
}

.box_button .title-white {
    color: white;
}

.box_button .title-black {
    color: black;
}

@media all and (max-width: 500px) {
    .card-list {
        /* On small screens, we are no longer using row direction but column */
        flex-direction: column;
    }
}

.title_color .cards {
    row-gap: 15px;
    margin: 20px;
    padding: 0;
    list-style-type: none;
}

.title_color .card {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    text-decoration: none;
}

.title_color .card__image {
    width: 100%;
    height: auto;
}

.title_color .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(var(--curve) * 1px);
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: 0.2s ease-in-out;
}

.title_color .card__header {
    position: relative;
    text-align: center;
    gap: 2em;
    padding: 1em 1.2rem;
    border-radius: 50px 50px 0 0px;
    background-color: #ffffffc7;
    transform: translateY(-100%);
    transition: 0.2s ease-in-out;
}

@media (max-width: 730px) {
    .title_color .card__header {
        padding: 0.5em 1.2rem;
        border-radius: 25px 25px 0 0px;
    }
}

.title_color .card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

.title_color .card__arc path {
    fill: var(--surface-color);
    d: path('M 40 80 c 22 0 40 -22 40 -40 v 40 Z');
}

.title_color .card:hover .card__header {
    transform: translateY(0);
}

.title_color .card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.title_color .card__title {
    font-size: 1em;
    margin: 0 0 0.3em;
    color: #494949;
}
@media (max-width: 380px) {
    .title_color .card__title {
        font-size: 0.55em;
    }
}

@media (min-width: 382px) and (max-width: 760px) {
    .title_color .card__title {
        font-size: 0.9em;
    }
}
.title_color .card__tagline {
    display: block;
    margin: 1em 0;
    font-family: 'MockFlowFont';
    font-size: 0.8em;
    color: #d7bdca;
}

.title_color .card__status {
    font-size: 0.8em;
    color: #d7bdca;
}

.title_color .card__description {
    padding: 0 2em 2em;
    margin: 0;
    color: #d7bdca;
    font-family: 'MockFlowFont';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.curtain_box .carousel {
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.curtain_box .carousel__container {
    white-space: nowrap;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.categories__title {
    color: rgb(65, 65, 65);
    text-align: center;
}

.curtain_box .carousel-item {
    width: 200px;
    z-index: 1000;
    height: 250px;
    border-radius: 20px;
    background-color: #95bcd6;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 1000ms all;
    transition: 1000ms all;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    position: relative;
}

@media (max-width: 728px) {
    .curtain_box .carousel-item {
        width: 44%;
        height: 250px;
        margin-left: 8px;
        margin-right: 8px;
    }
}
.curtain_box .carousel-item:hover ~ .carousel-item {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}

.curtain_box .carousel__container:hover .carousel-item {
    opacity: 0.3;
}

.curtain_box .carousel__container:hover .carousel-item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.curtain_box .carousel-item__img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.curtain_box .carousel-item__details {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.9)),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    font-size: 14px;
    opacity: 0;
    -webkit-transition: 450ms opacity;
    transition: 450ms opacity;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.curtain_box .carousel-item__details:hover {
    opacity: 1;
}

.curtain_box .carousel-item__details span {
    /* width: 10px;
height: 10px; */
    font-size: 0.9rem;
    color: #2ecc71;
    /* background-color: white; */
}

.curtain_box .carousel-item__details .controls {
    padding-top: 180px;
}

.curtain_box .carousel-item__details .carousel-item__details--title,
.carousel-item__details--subtitle {
    color: #fff;
    margin: 5px 0;
}

.blur-box .hero-section {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
    margin: 25px 5px;
}

.blur-box .card-grid {
    column-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}

@media (min-width: 540px) {
    .blur-box .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.blur-box .card {
    list-style: none;
    position: relative;
    border-radius: 40px;
    max-width: 200px;
    max-height: 250px;
    background-color: unset;
    border: unset;
}

.blur-box .card:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.blur-box .card__background {
    background-size: cover;
    background-position: center;
    max-width: 200px;
    max-height: 250px;
    border-radius: 40px;
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: scale(1) translateZ(0);
    transition: filter 200ms linear, transform 200ms linear;
}

.blur-box .card:hover .card__background {
    transform: scale(1.05) translateZ(0);
    border-radius: 30px;
}

.blur-box .card-grid:hover > .card:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(10px);
}

.blur-box .card__content {
    padding: var(--spacing-l);
    text-align: center;
    margin-top: -60px;
    z-index: 1;
    color: aliceblue;
    border-radius: 50px;
    background-color: #0000005e;
}

.blur-box .card__category {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.blur-box .card__heading {
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    word-spacing: 100vw;
}
.box-shadow {
    width: 95%;
    position: relative;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    transition: all 0.3s;
}
.lined-title {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 1rem;
}
.lined-title::before,
.lined-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #333;
    opacity: 0.5;
}
.lined-title span {
    white-space: nowrap;
}

.posts-box {
    background-image: linear-gradient(to right, #182848, #4b6cb7);
    padding-top: 25px;
    border-radius: 11px;
}

.coworker-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* فاصله بین آیتم‌ها */
}

.coworker-item {
    flex: 0 0 calc(8% - 10px);
    box-sizing: border-box;
    text-align: center;
}

@media (max-width: 430px) {
    .coworker-item {
        flex: 0 0 calc(14% - 0px);
        box-sizing: border-box;
        text-align: center;
    }
}

.top-blue {
    background-color: #1a2956;
}

.link-box {
    padding: 0;
}

.link-box a {
    color: #ffffff;
    padding: 10px;
}

.top-gradient {
    background: linear-gradient(45deg, #1e3c72, #2a5298, #4facfe, #00b3c0);
    background-size: 400%;
    animation: gradientAnimation 15s ease infinite;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.text-blue {
    color: #004077;
}
.button-blue {
    background-color: #004077;
    color: white;
    box-shadow: unset;
}
.call_action_wrap-wrap {
    margin: 30px 12px;
    padding: 50px 0;
    border-radius: 12px;
}

.theme-bg {
    background: #cbcbcb !important;
}

.call_action_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    align-items: center;
    text-align: center;
}

.call_action_wrap-head {
    flex: 1;
}

.btn btn-call_action_wrap {
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    color: #333640;
    font-weight: 600;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
