

@media only screen and (max-width: 1599px)
{
   section.projects
    {
        .tab-header
        {
            flex-wrap: wrap;
            gap: 30px;

            ul.nav
            {
                gap: 40px;

                .nav-link
                {
                    padding: 10px 20px;
                }
                
            }
        }
    }

}


@media only screen and (max-width: 1199px)
{

    .hh1 {
        font-size: 75px;
    }

    section.testimonials
    {
        .testimonials-wrapper
        {
            
            flex-wrap: wrap;
            
            .column
            {
                flex: none;
                width:100%;

            }

        }
    }

    .feature-works {
        img {
            display: none;
        }

        .porx {
            font-size: 200px;
        }

        & .stats {
            height: auto;
            padding-inline: 70px;

            .stat-num, .stat-num-1 {
                font-size: 220px;
            }

            .stat-title, .stat-title-1 {
                line-height: 1.1em;
            }
        }
    }

    .projects {
        .tab-header {
            top: 60px;
        }
    }

    .pricing {
        & .pricing-shadow {
            font-size: 160px;
            line-height: 1;
        }

        & .outline-heading {
            font-size: 160px;
        }
    }

    
}

@media only screen and (max-width: 991px)
{
    .heading-shadow {
        font-size: 160px;
    }

    .mobile-margin{
        margin-bottom: 40px;
    }

    section.hero-home {
        & .showreel {
            .glass-animation {
                display: none;
            }
        }
    }

    .projects {
        & .nav {
            & .nav-item {
                .nav-link {
                    font-size: 12px;
                }
            }
        }
    }

    .feature-works {
        background: #E3EFFF;
        
        .left-content {
            padding-inline: 0;
            padding-block: 100px;
        }
        & .stats {
            padding-inline: 0;
        }
    }


   section.projects .tab-header ul.nav
   {
    gap: unset
   }
            

    footer {
        & .bottom-bar {
            & ul {
                justify-content: center;
            }
        }
    }

    .cta-2 {
        padding-top: 150px;
        padding-bottom: 80px;
        background-size: auto;
    }

    .pricing {
        & .pricing-shadow {
            font-size: 130px;
            line-height: 1;
        }

        & .outline-heading {
            font-size: 150px;
        }

        & .row {
            margin-top: 40px;
        }

        & .bullet {
            margin-bottom: 30px;
        }
    }
}

@media only screen and (max-width: 767px)
{
    body {
        background: #ffffff;
    }
    
    .hh1 {
        font-size: 65px;
        line-height: 1.2em;
    }

    .hh2 {
        font-size: 50px;
    }

    .w-80 {
        max-width: 100%;
    }

    .shape-1, .shape-2, .shape-3 {
        display: none;
    }

    .heading-shadow {
        font-size: 120px;
    }

    section.hero-home {
        padding-bottom: 50px;
        background-image: none;
    }

    .projects {
        & .nav {
            border-radius: 27px;
        }
    }

    .feature-works {
        
        & .stats {
            .stat-num, .stat-num-1 {
                font-size: 150px;
            }
        }
    }

    .process {
        & .process-box {
            .pro-title {
                font-size: 40px;
                margin-bottom: 20px;
            }
        }
    }

    footer {
        & .top-bar {
            & h2 {
                font-size: 50px;
            }
        }

        & .bottom-bar {
            & p {
                padding-bottom: 5px;
            }

            & ul {
                padding-top: 0;
            }
        }
    }

    .pricing {
        padding-top: 100px;
        
        & .pricing-shadow {
            font-size: 100px;
            line-height: 1;
        }

        & .outline-heading {
            font-size: 100px;
        }
    }

    .blogs {
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px)
{

    /* .mobile-flex-wrap
    {
        flex-wrap: wrap;
    }

    .reverse {
        flex-wrap: wrap-reverse;
    } */

    .hh1 {
        font-size: 54px;
        line-height: 1em;
        font-weight: 500;
        letter-spacing: -3px;
    }

    .hh2 {
        font-size: 36px;
    }

    .heading-shadow {
        font-size: 80px;
    }

    section, header, .process {
        padding-inline: 12px;
    }

    .main-header {
        .logo img {
            width: 80%;
        }
    }

    .feature-works, .services {
        padding-inline: 0;
    }

    /* .projects {
        .tab-header {
            top: 78px;
        }
    } */

    section.services {
        & .accordion-services {
            & .accordion-item {
                .container {
                    padding-inline: 24px;
                }
            }
        }
    }

    .testimonials {
        padding-inline: 0;

        .container {
            padding-inline: 24px;
        }
    }

    .feature-works {
        .left-content {
            padding-inline: 24px;
        }
        & .stats {
            padding-inline: 24px;
        }
    }

    section.hero-home {
        padding-top: 50px;
    }

    section.testimonials, section.feature-services, .blog-marque {
        .testimonial-wrapper {
            margin-top: 50px;
            padding: 50px 30px;
        }

        & .marquee-wrapper {
            & .marquee {
                div {
                    margin: 0 50px;
                }
            }
        }
    }

    section.feature-services {
        padding-block: 250px;

        img {
            width: 70%;
        }
    }

    .white-shadow {
        &::before {
            display: none;
        }
    }

    section.services {
        & .accordion-services {
            & .accordion-item {
                &:has(.collapse.show) {
                    .accordion-button {
                        font-size: 36px;
                    }
                }
            }
        }
    }

    .projects {
        & .project-box {
            & .proj-percent {
                .percent {
                    font-size: 50px;
                }
            }
        }
    }

    .feature-works {
        .porx {
            font-size: 140px;
        }

        & .stats {
            .stat-title, .stat-title-1 {
                font-size: 36px;
            }
        }
    }

    .process {
        & .process-box {
            padding: 30px 20px;

            .pro-title {
                font-size: 32px;
            }
        }
    }

    .contact {
        & .contact-form-wrapper {
            padding: 50px 30px;

            .prefer-email {
                text-align: start;
                margin-top: 30px;
            }
        }
    }

    footer {
        & .top-bar {
            padding-inline: 12px;

            & h2 {
                font-size: 36px;
            }
        }

        & .main-footer {
            padding-inline: 12px;
            padding-bottom: 0;
            padding-top: 80px;
        }

        & .bottom-bar {
            padding-inline: 12px;
        }
    }

    .cta-3 {
        padding-block: 250px;
        padding-inline: 0;

        & img {
            width: 80%;
        }
    }

    .hero-banner {
        padding-top: 120px;
        padding-bottom: 270px;

        .hh1 {
            font-size: 54px;
        }

        .mt-100 {
            margin-top: 50px;
        }
    }

    .service-process {
        & .swiper {
            overflow: hidden;
        }
    }

    .industries {
        & .industries-slider {
            & .swiper-slide {
                width: 100%;
            }
        }
    }

    .pricing {

        & .outline-heading {
            left: 24px;
        }
    }



}


@media only screen and (max-width: 1799px)
{
    .tech-logo-sec .marque-wrapper {
        transform: translateY(0px) !important;
    }
}