/* aso hero section style */

@keyframes fadeInAndMove {
    0% {
        opacity: 0;
        transform: perspective(1200px) translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: perspective(1200px) translateY(0);
    }
}

.aso_hero_sec {
    padding: 80px 0 60px;
    overflow: hidden;
}
.aso_hero_content {
    opacity: 0;
    transform: perspective(1200px) translateY(-100px);
    animation: fadeInAndMove 1.2s ease-out forwards;
}
.aso_hero_content h1 {
    color: #fff;
    font-family: Unbounded;
    font-size: 59px;
    /* font-style: italic; */
    font-weight: 400;
    line-height: 67px;
    letter-spacing: -2px;
}
.aso_hero_content h1 span {
    background: #ff6e0c;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    /* font-style: italic; */
    transform: rotate(0deg);
    margin-top: 5px;
}
.aso_hero_content p {
    color: #fff;
    font-family: "Unbounded";
    font-size: 22px;
    /* font-style: italic; */
    font-weight: 400;
    line-height: 32px;
    margin-top: 1.5rem;
    max-width: 480px;
}
.aso_hero_content .right_box_button_second a {
    margin-left: 0;
    margin-right: 0;
}
.aso_hero_image {
    opacity: 0;
    animation: fadeInAndMove 1.2s ease-out 0.3s forwards;
}
.aso_hero_image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.right_box_button_second a {
    width: 295.95px;
    height: 50px;
    border-radius: 60px;
    background: #ff6e0c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #212121;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    text-decoration: none;
    gap: 0.5rem;
    padding: 16.5px 27.05px 16.5px 26.06px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}
.right_box_button_second a svg {
    transition: all 0.5s;
}
.right_box_button_second a:hover svg {
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .aso_hero_content h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .aso_hero_image {
        margin-top: 2rem;
    }
}
@media (max-width: 767px) {
    .aso_hero_sec {
        padding: 40px 0 40px;
    }
    .aso_hero_content h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .aso_hero_content p {
        max-width: 100%;
    }
    .aso_hero_content .right_box_button_second a {
        margin-left: auto;
        margin-right: auto;
    }
    .aso_hero_image {
        margin-top: 2rem;
    }

    .blogs_sec .section_heading {
        text-align: center;
    }
    .blogs_sec .section_heading .service_span {
        margin-bottom: 1rem;
        display: inline-block;
    }
}
/* service secton design */

.section_heading h2 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.5rem;
}
.section_heading .service_span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.section_heading h2 .text_span {
    color: #fff;
    font-family: Unbounded;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
}

.right_box_button_second a.change_width {
    margin-right: 0;
    width: 259px;
}
.right_box_button_second a.change_widths {
    margin-right: auto;
    width: 272px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .section_heading h2 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .section_heading h2 .text_span {
        font-size: 32px;
        line-height: 30px;
    }
    .right_box_button_second a.change_width {
        margin-right: auto;
        width: 259px;
        margin-left: auto;
    }
}

/* brands section styles */

.brands_section_box {
    margin-top: 100px;
}

.brands_section_box .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.brands_section_box .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

/* Carousel and animation css starts */
.rc-carousel {
    --body-bg: transparent;
    --box-gap: 1.5rem;
    --tile-size: 8rem;
    width: 100%;

    margin: var(--box-gap) auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.rc-carousel::before,
.rc-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(
        to var(--direction),
        transparent,
        var(--body-bg)
    );
    z-index: inherit;
}
.rc-carousel::before {
    left: 0;
    --direction: left;
}

.rc-carousel::after {
    right: 0;
    --direction: right;
}
.rc-carousel-strip {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: slideX 20s linear infinite;
    animation: slideX 20s linear infinite;
}
.rc-carousel-strip.reverse {
    /* reverse animation */
    animation-direction: reverse;
}
/* .rc-carousel-strip:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  } */
.rc-carousel-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: var(--box-gap);
}

.rc-carousel-item {
    -ms-flex-negative: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* width: var(--tile-size); */
    /* height: var(--tile-size); */
    /* width: 186px; */
    /* height: 98px; */
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 13.5px 28px;
    display: flex;
    width: 186px;
    height: 98px;
    padding: 13.5px 28px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.rc-carousel-item-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@-webkit-keyframes slideX {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    0% {
        -webkit-transform: translateX(
            calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
        );
        transform: translateX(
            calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
        );
    }
}

@keyframes slideX {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    0% {
        -webkit-transform: translateX(
            calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
        );
        transform: translateX(
            calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
        );
    }
}

/* Animation won't work if you preferes reduced motion */
@media (prefers-reduced-motion) {
    /* styles to apply if a user's device settings are set to reduced motion */
    .rc-carousel::before,
    .rc-carousel::after {
        display: none;
    }
    .rc-carousel-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .rc-carousel-box [aria-hidden="true"] {
        display: none;
    }
    .rc-carousel-strip {
        animation: none;
    }
}

/* states section styles */

@media (max-width: 767px) {
    .our_works_section .work_box {
        margin-bottom: 2rem !important;
    }
    .our_works_section .right_sec {
        padding-top: 0rem !important;
    }
}

/* our works section box */

.our_works_section {
    margin-top: 100px;
}

.our_works_section .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.our_works_section .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.our_works_section .work_box a {
    text-decoration: none;
}
.our_works_section .work_box:hover .image_box img {
    transform: scale(1.065);
}
.our_works_section .work_box .image_box {
    margin-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    border-radius: 30px;
}
.our_works_section .work_box .image_box img {
    width: 100%;
    border-radius: 30px;
    height: 590px;
    transition: transform 0.8s ease-in-out;
}

.our_works_section .work_box .content-box {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: border-color 0.8s ease-in-out;
}
.our_works_section .work_box:hover .content-box {
    border-color: rgba(255, 255, 255, 0.59);
}
.our_works_section .work_box .content-box span {
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: flex;
    width: 93.2px;
    height: 28px;
    padding: 5.5px 11.684px 4.5px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
}
.our_works_section .work_box .content-box h3 {
    color: #fff;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-top: 1rem;
}
.our_works_section .work_box .content-box p {
    color: #fff;
    font-family: "Satoshi";
    font-size: 14.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.8;
}

.our_works_section .work_box .content-box .platform_box {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem; */
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-top: 4rem;
    /* right: 25px; */
}
.our_works_section .work_box .content-box .platform_box ul {
    padding-left: 0;
}
.our_works_section .work_box .content-box .platform_box ul li {
    border-radius: 8px;
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    margin: 4px;
}
.our_works_section .work_box .content-box .platform_box ul li.figma {
    background: rgba(255, 255, 255, 0.15);
}
.our_works_section .work_box .content-box .platform_box ul li.window,
.our_works_section .work_box .content-box .platform_box ul li.web {
    background-color: rgb(129 130 222 / 15%);
}
.our_works_section .work_box .content-box .platform_box ul li.android {
    background: rgba(151, 192, 36, 0.15);
}
.our_works_section .work_box .content-box .platform_box ul li.vision,
.our_works_section .work_box .content-box .platform_box ul li.swift {
    background: rgba(255, 88, 10, 0.15);
}
.our_works_section .work_box .content-box .platform_box ul li.macos {
    background: rgba(71, 197, 251, 0.15);
}

.our_works_section .work_box .content-box .platform_box ul li img {
    width: 34px;
    height: 34px;
}
.our_works_section .work_box .content-box .boxes {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4rem;
    margin-top: 3rem;
}
.our_works_section .work_box {
    margin-bottom: 6rem;
}
.our_works_section .work_box .content-box .boxes .box h4 {
    color: #ff6e0c;
    font-family: Unbounded;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -2.5px;
}

.our_works_section .work_box .content-box .boxes .box p {
    color: #fff;
    font-family: Satoshi;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.8;
}
.our_works_section .right_sec {
    padding-top: 6rem;
}
@media (max-width: 767px) {
    .our_works_section .work_box .image_box img {
        height: 360px;
    }
}

/* comments section box */

.comments_section_box {
    position: relative;
    margin-top: 100px;
    overflow: hidden;
}
.comments_section_box .image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.comments_section_box .image_overlay img {
    width: 100%;
}
.comments_section_box h2 {
    color: #fff;
    text-align: center;
    font-family: Unbounded;
    font-size: 132px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: -3px;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    top: 19px;
    left: 0;
}
hr:not([size]) {
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
}
.vertical-carousel {
    position: relative;
    width: 100%;
    height: 500px;
    /* Adjust based on the height of 3 items */
    overflow: hidden;
}
.vertical-carousel-strip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: moveUp 20s linear infinite;
}
.vertical-carousel-item {
    background: rgba(13, 13, 13, 0.1);
    backdrop-filter: blur(2.5px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    position: relative;
    margin-bottom: 1rem;
    /* position: absolute;
    margin-bottom: 1rem;
    bottom: -800px; */
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
        /* Move up by the height of the strip */
    }
}

.vertical-carousel-item .svg_box_second {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: -1;
    opacity: 0.4;
}
.vertical-carousel-item p {
    color: #fff;
    font-family: Satoshi;
    font-size: 16.594px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.36px;
    margin-top: 1.3rem;
    opacity: 0.8;
    margin-bottom: 2.5rem;
}
.vertical-carousel-item .profile {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 9px;
}
.vertical-carousel-item .profile img {
    width: 47px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
}
.vertical-carousel-item .profile .text .first {
    color: #fff;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.6px;
    display: block;
}
.vertical-carousel-item .profile .text .last {
    color: rgba(255, 255, 255, 0.5);
    font-family: Satoshi;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
}

.comments_section_box .video_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 3rem;
}
.comments_section_box .video_sec .video-box {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 10px 20px 10px;
}
.comments_section_box .video_sec .video-box iframe {
    width: 500px;
    height: 370px;
    border-radius: 30px;
}
.comments_section_box .video_sec .video-box .text h4 {
    color: #fff;
    text-align: center;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.6px;
    margin-bottom: 0;
    margin-top: 1rem;
}
.comments_section_box .video_sec .video-box .text span {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: Inter;
    font-size: 10.828px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 767px) {
    .comments_section_box .video_sec {
        flex-direction: column;
        gap: 16px;
    }
    .comments_section_box .video_sec .video-box iframe {
        width: 100%;
        height: 255px;
    }
}

/* blog section box  */

.blogs_sec {
    margin-top: 100px;
}
.blogs_sec a {
    text-decoration: none;
}
.blog-box {
    margin-top: 5rem;
    transform: translateY(0); /* Start position */
    transition: transform 0.8s ease-in-out;
}
.blog-box .image_box {
    position: relative;
}
.blog-box .image_box img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: filter 1s ease-in-out;
}
.blog-box:hover {
    transform: translateY(-10px); /* Start position */
}
.blog-box:hover img {
    filter: contrast(1.24) grayscale(1);
}
.blog-box .image_box .time_sec .box {
    /* border-radius: 68px; */
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 68px;
    background: rgba(56, 64, 54, 0.5);
    backdrop-filter: blur(2.5px);
    display: inline-block;
    padding: 2px 10px;
    /* justify-content: center; */
    /* align-items: center; */
    /* gap: 8px; */
}
.blog-box .image_box .time_sec {
    position: absolute;
    bottom: 13px;
    left: 13px;
}
.blog-box .image_box .time_sec .box .text {
    color: #fff;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.blog-box .text-box p {
    color: #fff;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(31.5px);
    text-align: center;
}

@keyframes toggleGrayscale {
    0% {
        filter: contrast(1.24) grayscale(0); /* Fully grayscale */
    }
    100% {
        filter: contrast(1.24) grayscale(1); /* No grayscale */
    }
}

.lazy-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy-image.loaded {
    opacity: 1;
}

/* why choose us section */

.why_choose_sec_box {
    margin-top: 100px;
}

.why_choose_sec_box .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.why_choose_sec_box .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.why_choose_sec_box .content {
    display: grid;
    flex: 0 0 auto;
    gap: 10px;
    grid-auto-rows: minmax(0px, 1fr);
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-template-rows: repeat(2, minmax(0px, 1fr));
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.why_choose_sec_box .content .box {
    border-radius: 20px;
    background: rgba(13, 13, 13, 0.1);
    backdrop-filter: blur(5px);
    /* border-radius: 20px; */
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px;
}
.why_choose_sec_box .content .box .image_box {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    border: 1px solid #ff6e0c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
}
.why_choose_sec_box .content .text-box h3 {
    color: #fff;
    text-align: center;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
}
.why_choose_sec_box .content .text-box p {
    color: #fff;
    text-align: center;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
}
@media (max-width: 767px) {
    .why_choose_sec_box .content {
        display: block;
    }
    .why_choose_sec_box .content .box {
        margin-bottom: 1rem;
    }
}

.our_stages {
    margin-top: 100px;
}

.our_stages .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.our_stages .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.our_stages .content-box .steps__content {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 48px;
    height: auto;
    justify-content: center;
    overflow: hidden;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
}
.our_stages .content-box .steps__content .timeline_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* width: 318px; */
    gap: 13px;
}
.our_stages
    .content-box
    .steps__content
    .timeline_wrapper
    .timeline_wrapper_progress_bar {
    align-content: center;
    align-items: center;
    display: flex;
    /* flex: 1 0 0px; */
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 348px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 3px;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 1;
}
.timeline_wrapper_progress_bar_line {
    background: linear-gradient(
        180deg,
        rgba(84, 84, 84, 0) 70.44724801060994%,
        var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(232, 84, 66))
            /* {"name":"Light Green"} */ 100%
    );
    will-change: transform;
    opacity: 1;
    transform: perspective(1200px) translateY(-320.878px);
    flex: none;
    height: calc(var(--framer-viewport-height, 100vh) * 0.5);
    overflow: hidden;
    position: relative;
    width: 100%;
}
.our_stages .content-box .steps__content .framer-text {
    /* color: #ff6e0c;
    text-shadow: 0px 1px 23px #fd0; */
    color: #ffdd006e;
    text-shadow: rgba(255, 221, 0, 0) 0px 0px 0px;
    opacity: 0.15;
    font-family: Unbounded;
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 46.2px;
    letter-spacing: -1px;
    text-transform: uppercase;
    transition:
        text-shadow 1s ease-out,
        opacity 1s ease-out;
}

.our_stages .content-box .steps__content .content_wrapper_content_text {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    width: 400px;
    transform: perspective(1200px) translateY(200px);
    transition:
        transform 1s ease-out,
        opacity 1s ease-out;
}

.our_stages .content-box .steps__content .content_wrapper_content_text span {
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.05);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.484px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
}
.our_stages .content-box .steps__content .content_wrapper_content_text h3 {
    color: #ff6e0c;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-top: 1rem;
}
.our_stages .content-box .steps__content .content_wrapper_content_text p {
    color: #fff;
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
}
.stage_step_list {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    gap: 2.5rem;
    color: #fff;
    font-family: "Satoshi";
    /* font-family: Saira; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
}
.stage_step_list ul {
    padding-left: 16px;
}
@media (max-width: 767px) {
    .our_stages .content-box .steps__content .framer-text {
        font-size: 33px;
    }
    .our_stages .content-box .steps__content {
        gap: 10px;
    }
}
