.case_one_top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    align-self: stretch;
    background: #060620;
    padding: 16px 0px 0px 0px;
    position: relative;
}

.case_one_content_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 45%;
    padding-bottom: 125px;
}

.one_case_breadcrumbs {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.one_case_breadcrumbs_a {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #11C6CC;
    font-family: 'Play', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.one_case_breadcrumbs_a:hover, .one_case_breadcrumbs_a:hover svg path {
    color: #15F7FF;
    fill: #15F7FF;
}

.one_case_breadcrumbs_text {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #3E4450;
    font-family: 'Play', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.one_case_top_text_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
}

.one_case_top_title {
    align-self: stretch;
    color: #11C6CC;
    font-family: 'Play', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}

.one_case_top_text_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.case_one_top_text_item {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;
    flex: 1 0 0;
    color: #F3FFFF;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.case_one_top_img {
    position: absolute;
    top: 0px;
    right: 0px;
}

.case_one_top_wrap {
    display: flex;
    justify-content: space-between;
}

.button-play-wrap {
    width: 50%;
    position: relative;
}

.case_one_top .button-play {
    display: flex;
    position: absolute;
    top: 18%;
    left: 10%;
    width: 60px;
    height: 60px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #060620;
    animation: shadow-rotate 4s linear infinite;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.play-around {
    width: 76px;
    height: 76px;
    position: absolute;
    right: -8px;
    bottom: -8px;
    z-index: 1;
    animation: rotate-circle 4s linear infinite;
}

@keyframes rotate-circle {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes shadow-rotate {
    0%, 100% {
        box-shadow: -2px 1px 2px 0px #15F7FF, 2px 2px 2px 0px #155FFF;
    }

    25% {
        box-shadow: 0px -2px 2px 0px #15F7FF, 0px 2px 2px 0px #155FFF;
    }
    50% {
        box-shadow: 2px 1px 2px 0px #15F7FF, -2px 1px 2px 0px #155FFF;
    }
    75% {
        box-shadow: 0px 2px 2px 0px #15F7FF, 0px -2px 2px 0px #155FFF;
    }
}

.modal_video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;

}

.modal_video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal_video_content {
    position: relative;
    z-index: 1;
    max-width: 935px;
    width: 90%;
    height: auto;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(280deg, rgba(21, 247, 255, 0.00) 79.47%, #15F7FF 95.56%),
    linear-gradient(104deg, rgba(21, 95, 255, 0.00) 71.55%, #155FFF 97.06%);
}

.modal_video_content video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    background: #000;
}

.case_one_top_svg_arrow {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    animation: jumpArrow 1.6s ease-in-out infinite;
}

@keyframes jumpArrow {
    0%, 100% {
        bottom: 3%;
    }
    50% {
        bottom: -6%;
    }
}

.one_case_scaling {
    display: flex;
    padding: 68px 0 56px 0 ;
}

.one_case_scaling_block {
    align-items: flex-start;
    gap: 72px;
    align-self: stretch;
    display: flex;
}

.one_case_scaling_block_tab {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}



.one_case_scaling_block_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}

.one_case_scaling_block_text_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.one_case_scaling_block_text_top_title {
    align-self: stretch;
    color: #082666;
    font-family: 'Play', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}

.one_case_scaling_block_text_top_text {
    align-self: stretch;
    color: #3E4450;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.one_case_scaling_block_text_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.one_case_scaling_block_text_bottom_title {
    align-self: stretch;
    color: #0D3999;
    font-family: 'Play', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
}

.case_one_scaling_bottom_content {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.case_one_scaling_bottom_content_svg {
    width: 45px;
    height: 34px;
    transform: rotate(-5deg);
    aspect-ratio: 45/34;
}

.case_one_scaling_bottom_content_text {
    flex: 1 0 0;
    color: #3E4450;
    font-family: 'Proxima Nova',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.case_one_scaling_bottom_content_svg svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(3px 1px 6px rgba(21, 95, 255, 0.40))
    drop-shadow(-4px 1px 6px rgba(21, 247, 255, 0.40));
    transition: filter 0.5s ease;
}

.case_one_scaling_bottom_content:hover .case_one_scaling_bottom_content_svg svg {
    animation: shadowCycleScaling 1.22s infinite;
}

.case_one_scaling_bottom_content:hover .case_one_scaling_bottom_content_text {
    cursor: default;
    transform: translateY(-2px);
}

@keyframes shadowCycleScaling {
    0% {
        filter:
                drop-shadow(3px 0px 6px rgba(21, 95, 255, 0.4))
                drop-shadow(-3px 0px 6px rgba(21, 247, 255, 0.4));
    }
    25% {
        filter:
                drop-shadow(0px 3px 6px rgba(21, 95, 255, 0.4))
                drop-shadow(0px -3px 6px rgba(21, 247, 255, 0.4));
    }
    50% {
        filter:
                drop-shadow(-3px 0px 6px rgba(21, 95, 255, 0.4))
                drop-shadow(3px 0px 6px rgba(21, 247, 255, 0.4));
    }
    75% {
        filter:
                drop-shadow(0px -3px 6px rgba(21, 95, 255, 0.4))
                drop-shadow(0px 3px 6px rgba(21, 247, 255, 0.4));
    }
    100% {
        filter:
                drop-shadow(3px 0px 6px rgba(21, 95, 255, 0.4))
                drop-shadow(-3px 0px 6px rgba(21, 247, 255, 0.4));
    }
}

.case_one_scaling_line {
    width: 1px;
    align-self: stretch;
    background: #999CA2;
}

.case_one_scaling_info_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    width: 299px;
}

.case_one_scaling_info_block_tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.scaling_info_block_tab_top {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
}

.scaling_info_block_tab_top_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.scaling_info_block_tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.scaling_info_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.scaling_info_block_title {
    color: #999CA2;
    text-align: right;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.scaling_info_block_text {
    align-self: stretch;
    color: #3E4450;
    text-align: right;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.scaling_info_block_tast_category {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.scaling_info_block_tast_category_text {
    display: flex;
    padding: 4px 12px;
    align-items: flex-start;
    gap: 8px;
    border: 1px solid #417DFF;
    color: #3E4450;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.case_one_animation {
    padding: 56px 0px;
    background: #060620;
}

.case_one_animation_block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.case_one_animation_wrapper {
    position: relative;
    display: flex;
    flex: 1 0 0;
    border-radius: 70px;
    padding: 2px;
    display: inline-flex;
    overflow: hidden;
    height: 66px;
}

.case_one_animation_step {
    position: relative;
    display: flex;
    padding: 4px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex: 1 0 0;
    border-radius: 70px;
    border: 2px solid #060620;
    background: #060620;
    z-index: 2;
}

.case_one_animation_wrapper::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 70px;
    background: linear-gradient(145deg, #15F7FF 14.47%, rgba(21, 247, 255, 0.00) 37.25%);
    animation: rotateBorder 3s linear infinite;
    z-index: 1;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.case_one_animation_number {
    color: #15F7FF;
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.case_one_animation_text {
    color: #FFF;
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.case_one_animation_arrow {
    display: flex;
    padding: 10px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    stroke-width: 1px;
    stroke: #C4C5C9;
}

.case_one_mockup {
    display: flex;
    padding: 56px 0px;
    background: #060620;
}

.case_one_mockup_block {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    display: flex;
}

.case_one_mockup_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.case_one_mockup_top_title {
    align-self: stretch;
    color: #11C6CC;
    font-family: 'Play', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}

.case_one_mockup_top_text {
    align-self: stretch;
    color: #C4C5C9;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.case_one_mockup_center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.case_one_mockup_bottom_img_tab {
    display: none;
}

.case_one_mockup_center_info_block {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.case_one_mockup_center_info {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.case_one_mockup_center_info_text_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.case_one_mockup_center_info_title {
    align-self: stretch;
    color: #15F7FF;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.case_one_mockup_center_info_text {
    align-self: stretch;
    color: #C4C5C9;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight:  400;
    line-height: 140%;
}

.case_one_mockup_bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.case_one_statistics {
    display: flex;
    padding: 56px 0px;
}

.case_one_statistics_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.case_one_statistics_title {
    align-self: stretch;
    color: #082666;
    font-family: 'Play', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}

.case_one_statistics_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.case_one_statistics_text_block {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.case_one_statistics_svg_text {
    display: flex;
    width: 50%;
    padding: 40px 16px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 2px 2px 12px 0px rgba(35, 214, 221, 0.24);
}

.case_one_statistics_text {
    flex: 1 0 0;
    color: #3E4450;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.case_one_statistics_svg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: relative;
}

.case_one_statistics_svg_svg {
    stroke-width: 1px;
    stroke: #C5FDFF;
}

.case_one_statistics_icon {
    position: absolute;
    left: 17.5px;
    top: 19px;
}

.case_one_review {
    padding: 56px 0px;
}

.case_one_review_block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
}

.case_one_review_content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 24px;
    flex: 1 0 0;
}

.case_one_review_content_block {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.case_one_review_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.case_one_review_info_title {
    align-self: stretch;
    color: #999CA2;
    font-family: 'Play', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
}

.case_one_review_info_text {
    align-self: stretch;
    color: #3E4450;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.case_one_review_info_frame_text {
    color: #999CA2;
    text-align: right;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 140%;
}

.case_one_review_info_frame {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.case_one_expirience {
    padding: 56px 0px;
    background: #060620;
}

.case_one_expirience_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.case_one_expirience_title {
    align-self: stretch;
    color: #11C6CC;
    font-family: 'Play', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}

.case_one_expirience_cards {
    display: flex;
    align-items: stretch;
    gap: 40px;
    align-self: stretch;
}

.case_one_expirience_card_1, .case_one_expirience_card_2, .case_one_expirience_card_3 {
    display: flex;
    padding: 56px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    border-radius: 16px;
    box-shadow: -4px 1px 6px 0px rgba(21, 247, 255, 0.40), 3px 1px 6px 0px rgba(21, 95, 255, 0.40);
    transition: transform 0.6s ease, box-shadow 0.4s ease;
}

.case_one_expirience_card_1:hover, .case_one_expirience_card_2:hover, .case_one_expirience_card_3:hover {
    box-shadow: 0px 4px 6px 0px rgba(21, 247, 255, 0.40), 0px 4px 6px 0px rgba(21, 95, 255, 0.40);
    transform: translate(-2px, -2px);
}

.case_one_expirience_card_1 {
    background-image: url('/wp-content/themes/wow-solutions/assets/img/Item_image_1.png');
    background-size: cover;
}

.case_one_expirience_card_2 {
    background-image: url('/wp-content/themes/wow-solutions/assets/img/Item_image_2.png');
    background-size: cover;
}

.case_one_expirience_card_3 {
    background-image: url('/wp-content/themes/wow-solutions/assets/img/Item_image_3.png');
    background-size: cover;
}


.case_one_expirience_card_title {
    align-self: stretch;
    color: #C5D7FF;
    text-align: center;
    font-family: 'Play', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}

.case_one_expirience_card_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #F3FFFF;
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}


@media only screen and (max-width: 1399.98px) {
    .case_one_top .button-play {
        left: -6%;
    }
}

@media only screen and (max-width: 1350px) {
    .case_one_top_svg_arrow {
        left: 45%;
    }
}

@media only screen and (max-width: 1200px) {
    .one_case_top_title {
        font-size: 40px;
    }

    .case_one_top_text_item {
        font-size: 14px;
    }

    .case_one_top .button-play {
        left: 42%;
        top: 33%;
    }

    .case_one_top_svg_arrow {
        left: 50%;
    }

    .case_one_top {
        height: 438px;
    }

    .case_one_top_img {
        width: 45%;
    }

    .one_case_scaling {
        padding: 44px 0px 32px 0px;
    }

    .one_case_scaling_block_text_top_title, .case_one_mockup_top_title, .case_one_statistics_title, .case_one_expirience_title, .case_one_expirience_card_title {
        font-size: 28px;
    }

    .one_case_scaling_block_text_top_text, .case_one_scaling_bottom_content_text, .scaling_info_block_text, .case_one_animation_number, .case_one_mockup_center_info_text {
        font-size: 16px;
    }

    .scaling_info_block_title, .case_one_animation_text {
        font-size: 14px;
    }

    .one_case_scaling_block, .case_one_expirience_cards {
        gap: 24px;
    }

    .one_case_scaling_block_text, .one_case_scaling_block_text_bottom, .one_case_scaling_block_text_top, .case_one_statistics_block, .case_one_expirience_block {
        gap: 20px;
    }

    .case_one_content_top {
        gap: 12px;
    }

    .one_case_top_text_block {
        gap: 32px;
    }

    .case_one_animation, .case_one_mockup, .case_one_statistics, .case_one_review, .case_one_expirience {
        padding: 32px 0px;
    }

    .case_one_mockup_block, .case_one_review_info, .case_one_review_content_block, .case_one_review_content {
        gap: 20px;
    }

    .case_one_mockup_center_info_block {
        padding: 24px 0px;
        gap: 24px;
    }

    .case_one_mockup_center img {
        width: 37%;
    }

    .case_one_mockup_bottom img {
        width: 37%;
    }

    .case_one_statistics_text_block {
        align-items: stretch;
    }

    .case_one_expirience_cards {
        flex-direction: column;
    }

    .case_one_expirience_card_1, .case_one_expirience_card_2, .case_one_expirience_card_3 {
        padding: 32px 20px;
        gap: 20px;
    }

    .one_case_scaling, .case_one_expirience {
        pointer-events: none;
    }

    .case_one_animation_scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        margin: 0 -15px;
        scrollbar-width: none;
    }

    .case_one_animation_scroll::-webkit-scrollbar {
        display: none;
    }

    .case_one_animation_block {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 4px;
        width: max-content;
        min-width: calc(100% - 30px);
        padding: 10px 15px;
    }

    .case_one_animation_wrapper {
        position: relative;
        flex: 0 0 auto;
        min-width: 200px;
        border-radius: 70px;
        padding: 2px;
        display: inline-flex;
        overflow: hidden;
    }

    .case_one_animation .container {
        overflow-x: hidden; position: relative;
    }
}

@media only screen and (max-width: 1170px) {
    .case_one_top {
        height: 429px;
    }
}

@media only screen and (max-width: 1135px) {
    .case_one_top {
        height: 414px;
    }
}

@media only screen and (max-width: 1100px) {
    .case_one_top {
        height: 400px;
    }
}

@media only screen and (max-width: 1050px) {
    .case_one_top_img {
        width: 47%;
    }

    .case_one_top_svg_arrow {
        left: 45%;
    }
}

@media only screen and (max-width: 1024px) {
    .case_one_top_img {
        width: 48%;
    }
}

@media only screen and (max-width: 991.98px) {
    .case_one_expirience_card_3, .case_one_expirience_card_2, .case_one_expirience_card_1 {
        height: 191px;
        flex: none;
    }

    .case_one_top_svg_arrow {
        left: 48%;
    }

    .case_one_top {
        height: 383px;
    }

}

@media only screen and (max-width: 940px) {
    .case_one_top {
        height: 362px;
    }
}

@media only screen and (max-width: 900px) {
    .case_one_top_svg_arrow {
        left: 46%;
    }

    .case_one_top_img {
        width: 50%;
    }
}

@media only screen and (max-width: 850px) {
    .case_one_top_svg_arrow {
        left: 44%;
    }

    .case_one_top_img {
        width: 53%;
    }
}

@media only screen and (max-width: 800px) {
    .case_one_top_svg_arrow {
        left: 42%;
    }

    .case_one_top_img {
        width: 56%;
    }
}

@media only screen and (max-width: 767.98px) {
    .button-play-wrap, .case_one_top_img {
        display: none;
    }

    .case_one_top {
        height: auto;
        padding: 12px 0px;
    }

    .case_one_content_top {
        width: 100%;
    }

    @keyframes jumpArrow {
        0%, 100% {
            bottom: 0%;
        }
        50% {
            bottom: -9%;
        }
    }

    .case_one_top_svg_arrow {
        left: 50%;
    }

    .one_case_scaling {
        padding: 32px;
    }

    .one_case_scaling_block {
        display: none;
    }

    .one_case_scaling_block_tab {
        display: flex;
    }

    .one_case_scaling_block_text_top_title {
        font-size: 24px;
    }

    .one_case_scaling_block_text_top {
        gap: 16px;
    }

    .scaling_info_block_text {
        align-self: flex-start;
    }

    .one_case_scaling_block_text_bottom_title {
        font-size: 20px;
    }

    .one_case_scaling_block_text_bottom {
        gap: 8px;
    }

    .case_one_mockup_top_title {
        font-size: 24px;
    }

    .case_one_mockup_top_text {
        font-size: 20px;
    }

    .case_one_mockup_top {
        gap: 16px;
    }

    .case_one_mockup_center {
        gap: 12px;
    }

    .case_one_mockup_center_info_block {
        padding: 0px;
        gap: 12px;
    }

    .case_one_mockup_center, .case_one_mockup_bottom {
        flex-direction: column;
    }

    .case_one_mockup_bottom {
        gap: 12px;
    }

    .case_one_mockup_center img, .case_one_mockup_bottom img {
        width: 55%;
    }

    .case_one_mockup_center {
        align-items: center;
    }

    .case_one_mockup_bottom_img {
        display: none;
    }

    .case_one_mockup_bottom_img_tab {
        display: flex;
    }

    .case_one_statistics_title {
        font-size: 24px;
    }

    .case_one_statistics_svg_text {
        padding: 20px 12px;
        gap: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .case_one_statistics_content, .case_one_expirience_cards {
        gap: 20px;
    }

    .case_one_statistics_text_block {
        gap: 20px;
        flex-direction: column;
    }

    .case_one_statistics_text {
        font-size: 20px;
    }

    .case_one_review_info_title, .case_one_expirience_card_text {
        font-size: 20px;
    }

    .case_one_review_info_text {
        font-size: 16px;
    }

    .case_one_review_info {
        gap: 16px;
    }

    .case_one_review_content_block, .case_one_review_content {
        gap: 8px;
    }

    .case_one_expirience_title, .case_one_expirience_card_title {
        font-size: 24px;
    }

    .case_one_expirience_card_1, .case_one_expirience_card_2, .case_one_expirience_card_3 {
        padding: 32px 16px;
        gap: 16px;
    }

    .case_one_review_info_frame_text {
        font-size: 12px;
    }

    .scaling_info_block_tast_category {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575.98px) {
    .case_one_expirience_card_3, .case_one_expirience_card_2, .case_one_expirience_card_1 {
        height: 260px;
    }
}