.services_heading_box_sec h1 {
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 100px #000;
    font-family: Unbounded;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px; /* 110% */
    letter-spacing: -2.5px;
    margin-top: 3rem;
    opacity: 0;
    transform: perspective(1200px) translateY(-100px);
    animation: fadeInAndMove 1.2s ease-out forwards;
}
@keyframes fadeInAndMove {
    0% {
        opacity: 0;
        transform: perspective(1200px) translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: perspective(1200px) translateY(0);
    }
}

.our_works_section {
    margin-top: 100px;
}

.our_works_section .work_box a {
    text-decoration: none;
    display: flex;
    gap: 10px;
}
.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;
    width: 34%;
}
.our_works_section .work_box .image_box img {
    width: 100%;
    border-radius: 30px;
    height: 332px;
    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;
    width: 65%;
    position: relative;
}
.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: absolute;
    bottom: 14px;
    width: 77%;
    left: 20px;
    /* 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: space-between;
    align-items: center;
    gap: 4rem;
    position: absolute;
    bottom: 0;
    width: 77%;
    left: 20px;
    /* right: 25px; */
}
.our_works_section .work_box {
    margin-bottom: 3rem;
}
.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;
}
@media (max-width: 991px) {
    .our_works_section .work_box .content-box .platform_box {
        position: relative;
        bottom: 0;
        width: 100%;
        left: 0;
        /* right: 25px; */
    }
    .our_works_section .work_box a {
        flex-direction: column;
        width: 100%;
    }
    .our_works_section .work_box .image_box {
        width: 100%;
    }
    .our_works_section .work_box .content-box {
        width: 100%;
    }
    .our_works_section .work_box .content-box .boxes {
        position: relative;
        bottom: 0;
        width: 100%;
        left: 0;
        /* right: 25px; */
        margin-top: 3rem;
    }
    .our_works_section .work_box .content-box .boxes .box h4 {
        font-size: 40px;
    }
    .our_works_section .work_box .image_box img {
        height: 340px;
    }
}
@media (max-width: 767px) {
    .services_heading_box_sec h1 {
        font-size: 40px;
    }
    .our_works_section {
        margin-top: 40px;
    }
    .our_works_section .work_box {
        margin-bottom: 2rem !important;
    }
    .our_works_section .right_sec {
        padding-top: 0rem !important;
    }
}
