

@media only screen and (max-width: 1600px)
{
   section.projects
    {
        .tab-header
        {
            flex-wrap: wrap;
            gap: 10px;

            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 {
                font-size: 220px;
            }

            .stat-title {
                line-height: 1.1em;
            }
        }
    }

 


    
}

@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 {
        .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;
            }
        }
    }
}

@media only screen and (max-width: 767px)
{
    .hh1 {
        font-size: 65px;
        line-height: 1.2em;
    }

    .hh2 {
        font-size: 50px;
    }

    .w-80 {
        max-width: 100%;
    }

    .shape-1, .shape-2 {
        display: none;
    }

    .heading-shadow {
        font-size: 120px;
    }

    .projects {
        & .nav {
            border-radius: 27px;
        }
    }

    .feature-works {
        & .stats {
            .stat-num {
                font-size: 150px;
            }
        }
    }

    .process {
        & .process-box {
            .pro-title {
                font-size: 40px;
                margin-bottom: 20px;
            }
        }
    }

    footer {
        & .top-bar {
            & h2 {
                font-size: 50px;
            }
        }
    }
}

@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;
    }

    .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 {
                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;
        }
    }

}


@media only screen and (max-width: 1799px)
{
    .tech-logo-sec .marque-wrapper {
        transform: translateY(0px) !important;
    }
}