@media (min-width: 1023px) {
    .mobile-hide {
        display: none;
    }

    .project-carousel .swiper-pagination {
        bottom: -50px;
    }
}

@media (max-width: 1023px) {
    .desktop-hide {
        display: none;
    }

    .hero-section-4 .bg-item .hero-img-shape {
        display: block;
        bottom: 0;
        left: 0;
    }

    .home-body .hero-section-4::after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));

    }

    .hero-content-4 .title.title-2 {
        line-height: 27px;
    }

    .project-carousel {
        padding-bottom: 70px;
    }

    .project-carousel-one {
        padding-left: 50px;
        padding-right: 50px;
        overflow: inherit;
        padding-top: 30px;
    }

    .project-carousel-one .swiper-button-prev {
        top: -10px;

    }

    .project-carousel-one .swiper-button-next {
        top: -10px;
    }

    .project-carousel .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }

    .project-carousel .swiper-pagination-bullet::after {
        width: 6px;
        height: 6px;
    }

    .project-carousel .swiper-pagination {
        gap: 8px;
    }

    .project-card .project-content .left-content .title,
    .team-item .team-content .title {
        font-size: 16px;
    }

    .project-card .project-content {
        max-width: 100%;
        padding: 20px;
        position: relative;
        width: 100%;

    }

    .project-card {
        border: 0;
    }

    .project-card .project-img {
        border-radius: 60px;
        border: 2px solid var(--rr-color-heading-primary);
        overflow: hidden;
        position: relative;
        margin-bottom: 50px;

    }

    .project-section-3 .container {
        /* padding-left: 50px; */
        /* padding-right: 50px; */
    }

    .project-section-3 .project-carousel {
        padding-bottom: 50px;
    }

    .feature-section .feature-img {
        display: block;
        position: static;
        margin-bottom: 30px;
    }

    .feature-section .overlay{
        opacity: 0;
    }

}

@media (max-width: 767px) {}