.case__row { display: flex; flex-flow: wrap; }
.case__left { width: 50%; padding-right: 35px; }
.case__right { width: 50%; padding-left: 35px; }
.case__title { text-align: center; }
.case__row { padding: 62px 40px; border: 1px solid #CB0774; border-radius: 50px 0 50px 0; }
.case__right_clomn { padding: 22px 37px; background: var(--third); margin-bottom: 25px; border-radius:40px 0px 40px 0px; color: #fff; font-size: 18px; line-height: 21.6px; }
.case__right_content h5 { font-size: 23px; line-height: 43.32px; color: #fff; font-weight: 600; font-family: var(--secondaryFont); }
.metrics_Clomn { padding: 31px 30px 40px; border: 1px solid #CB0774; text-align: center; width: calc(100% / 2 - 30px);   margin: 0 15px; margin-bottom:30px; background: #fff; }
.metrics_inner_row { display: inline-flex; align-items: center; gap: 7px; }
.metrics_image img { display: block; object-fit: cover; }
.metrics_number { font-size: 30px; line-height: 55.2px; color: var(--primary); font-weight: 600; font-family: var(--secondaryFont); }
.case__left_content { max-width: 500px; margin: 0 auto; margin-right: 0; padding: 39px 18px; border: 1px solid #CB0774; border-radius: 40px  40px  0 40px; margin-top: 30px; font-size: 18px; line-height: 23px; font-family: var(--primaryFont); font-weight: 300; color: var(--primary); margin-bottom: 7px; }
.case__left_row { display: flex; flex-flow: wrap; }
.case__inner_right { width: 90px; margin-top: -43px; right: -25px; position: relative; }
.case__inner_left { width: calc(100% - 90px); font-size: 20px; line-height: 36px; font-family: 'Changa'; font-weight: 600; position: relative; z-index: 1; color: #CB0774; text-align: right; }
.case__inner_author_image img { width: 90px; height: 90px !important; !i; !; display: block; object-fit: cover; border-radius: 100%; }
.case__left_title h5 { font-family: var(--secondaryFont); color: var(--primary); font-weight: 600; }
.case__left_title h4 { color: #CB0774; max-width: 355px; margin: 0; }
.case__left_title { padding-bottom: 27px; }
.case__inner_author_image span svg { position: absolute; bottom: 0; left: -12px; top: 49px; }
.metrics_row { display: flex; flex-flow: wrap; margin: 0 -15px; }
.case__section { padding-top: 44px; padding-bottom: 32px; }
.case__row { position: relative; z-index: 1; }
.case__shap { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; }
.case__shap img { width: 100%; display: block; height: 100% !important; }
.metrics_content { font-size: 18px; line-height: 20px; }

.slider__cover {display: flex;gap: 20px;width: 100%;padding-top: 30px;}
.slider__cover .pagination__row {  padding:0 0; width: 50%; justify-content: left; }
.slider__cover .progress { background-color: #d6d6d6; width: 40%; }
.slider__cover .slick-pagination.implement_slide_pagination { color: #003C50; }
.slider__cover .custom_arrow svg rect { fill: #003C50 }
.slider__cover .custom_arrow { width: 50%; justify-content: flex-end; }

.case__section.remove_pagination .pagination__row {display: none;}
.case_slider_column .slick-slide {margin: 10px 10px;}
.case_slider_column .slick-list {margin: 0 -10px;}

.case_maine_cover.right_case_inner { display: none; }
.case_slider_box.move_right_part .case_maine_cover.right_case_inner { display: block; }
.case_slider_box.move_right_part .case_maine_cover { display: none; }
.case_maine_cover.right_case_inner .case__left_content {max-width: 100%;margin: 0;}
.case_slider_box.move_right_part .case__row {align-items: center;}


@media(max-width:991px) {
    .case__left { width: 100%; padding-right: 0; padding-bottom: 20px; }
    .case__right { width: 100%; padding-left: 0; padding-top: 20px; }
    .case__shap { display: none; }
    .case__row { padding: 50px 35px; }
}
@media(max-width:767px) {
    .case__row { padding: 25px; }
    .case__inner_right { right: -15px; }
    .case__inner_left { width: 100%; text-align: center; font-size: 20px; line-height: 24px; padding-top: 12px; }
    .case__inner_right { width: 100%; right: 0; text-align: center; }
    .case__left_row { flex-direction: column-reverse; }
    .case__inner_author_image img { margin: 0 auto; }
    .case__inner_author_image span svg { display: none; }
    .case__left_content { padding-bottom: 50px; padding-top: 25px; }
    .case__left_title { padding-bottom: 20px; }
    .case__right_content h5 { font-size: 23px; line-height: 26px; }
    .case__right_clomn { padding: 24px 22px; margin-bottom: 20px; }
    .metrics_Clomn { width: 100%; margin: 0 0; margin-bottom: 20px; }
    .metrics_row { margin: 0 0px; }
    .slider__cover .pagination__row { width: 100%; justify-content: center; }
    .slider__cover .custom_arrow { width: 100%; justify-content: center; padding-top: 0; }
    .slider__cover { flex-flow: wrap; justify-content: center; padding-top: 18px; }
}