@media screen and (min-width: 2500px) 
{
    .container{
        max-width: 2200px !important;
      
    }
}
@media screen and (max-width: 1920px) 
{
    .container{
        max-width: 1790px;
    }

    section.cta-contact
    {
        background-size: 50%;
        background-position: bottom right;
    }

}





@media only screen and (max-width: 1440px)
{
    .container{
        max-width: calc(100% - 80px);
    }

    .hh1
    {
        font-size: 60px;
    }
    .hh2
    {
        font-size: 50px;
        font-weight: 500  !important;
        letter-spacing: 0 !important;
    }
    .hh4
    {
        font-size: 30px;
        font-weight: 500  !important;
        letter-spacing: 0 !important;
    }
    p
    {
        font-size: 18px;
    }
    .btn-primary.arrow
    {
       
        font-size: 14px; 

        &::after{top: 18px; left:13px; width: 7px; height: 7px;}
        &::before{right: 20px;}

        &:hover:after
        {
            width: 500px;
            height: 500px;
            left: -25%;
            top: -250px;
        }
        
    }

    
    
    .section-tag, .section-tag-dark 
    {
        font-size: 18px !important;
        &:before
        {
            top: 2px;
        }

    }

    section.hero-home
    {
        svg
        {
            height: 60px
        }
        .fs-90
        {
            font-size: 60px
        }
        .fs-20
        {
            font-size: 14px !important;
        }
    }
    section.facts
    {
        .review-box p
        {
            font-size: 12px !important;
        }

        .stat-num
        {
            font-size: 220px !important; 
        }
        .stat-title
        {
            font-size: 35px !important;
            letter-spacing: 0px !important;
        }

        .stat-desc
        {
            font-size :16px !important;
        }

    }

    section.cta-contact
    {
        background-size: 50%;
        background-position: bottom right;
    }

    section.our-services
    {
        #web-design
        {   top: 180px !important;  }
        #mobile-app-design
        {   top: 289px !important;  }
        #digital-marketing
        {   top: 397px !important;  }
        

        .service-item
        {
            .service-title
            {
                font-size: 30px;
            }
            p
            {
                font-size: 18px !important
            }

        }
    }

    section.cta-contact-2
    {
        .schedule
        {
            p
            {
                font-size: 18px;
            }
        }
    }
    
    section.news
    {
        .pill, .news-item div
        {
            font-size: 16px !important;
        }

        .news-item .title
        {
            font-size: 26px !important ;
        }
    }

    section.contact
    {
       .prefer-email a, .prefer-email p
        {
            font-size: 14px !important;
        }

        & .contact-form-wrapper
        {
            input {
                font-size: 14px;
                padding: 10px 20px;
                border-radius: 360px;
            }

            textarea
            {
                font-size: 14px;
                padding: 10px 20px;
            }
            p
            {
                font-size: 16px
            }
            label
            {
                font-size: 14px;
            }
        }

        .map
        { 
            max-height: 270px !important;
            p
            {
                font-size: 16px;
            }
        }
    }

    footer
    {
        p
        {
            font-size: 14px;
        }
    }

}

@media(max-width: 1366px) {
    .zf-rail a {font-size: 15px;}
}


@media only screen and (max-width: 1199px)
{
   
     section.hero-home
    {
        .hh1
        {
            font-size: 36px;

        } 

        p
        {
            font-size: 16px;;
       
            &.w-50
            {
                width: 80% !important;
                max-width: 80% !important;
            }
       
        } 

        .facts
        {
            justify-content: center !important;
            transform: scale(.7) translateX(100px);
        }
        
        
    }

    section.contact-form 
    {
        .contact-form-wrapper
        {
            padding: 0px;
           
        }

        .contact-form-wrapper
        {
            margin-top: 50px
        }
    }


   


    section.cta-contact
    {
        background-image: none;

        img 
        {   
            margin-top:40px;
            display: unset !important;

        }
    }


    .chat-bottom-right img {
        width: 48px;
    }
}

@media only screen and (max-width: 991px)
{
   
    .tabTopMargin
    {
        margin-top: 30px !important;
    }

}

@media only screen and (max-width: 767px)
{
    section.wk_mob_only.our_work img.case__video {transform: scale(1) !important;position: unset !important; }
    section.hero-home .row .col-md-6 .wk_counter {backdrop-filter: blur(10px); border: 1px solid #ffffff14; }

    .mobileTopMargin
    {
        margin-top: 20px ;
    }

    .hh1
    {
        font-size: 40px;;

    }

     .hh2
    {
        font-size: 30px;
        margin: auto;
    } 


    section.hero-home
    {
       

        p
        {
            font-size: 16px;;
            margin: auto;
            text-align: center;
            
            
        }

        .facts
        {
            justify-content: center !important;
            transform: scale(.5);
        }

        .mobile-text-center
        {
            text-align: center;
        }

        .btn-primary.arrow
        {
            padding: 10px 45px 10px 35px;
            margin: auto;

            font-size: 14px;

            &::after
            {
                left: 15px;
                top: 17px;
            }

            &:hover
            {
                &::after
                {
                    left: -75%;
                    top: -200%;
                }
            }
        }
    }

    



    section.video-section
    {
        height: unset;
    }
}

@media only screen and (max-width: 425px)
{
    .container
    {
        max-width: 100%;
    }
    header, section, footer, .nav-sticky
    {
        padding-inline: 12px;
    }
    .w-50
    {
        width: 80% !important;
        max-width: 80% !important;
    }

    .w-80, .w-70
    {
        max-width: 100% !important;
    }

    .hh4
    {
        font-size: 24px;
    }

  
    section.facts
    {
        & .stats {
            padding-inline: 24px;
            height: 550px;

            & .stat-num
            {
                font-size: 150px;
            }

            & .stat-title
            {
                font-size: 36px;
            }
        }
    }

    section.our-services 
    {
       .service-item
       {
        position: relative;
        top: 0px !important;
       }
        #web-design
        {   top: 0px !important;  }
        #mobile-app-design
        {   top: 0px !important;  }
        #digital-marketing
        {   top: 0px !important;  }
        


        padding-inline: 0;

        .mb-80
        { margin-bottom: 0px !important;}

        .container {
            padding-inline: 24px;
        }

        .service-item
        {
            .flex-column
            {
                gap: 30px !important
            }
           
            .service-title
            {
                font-size: 36px !important;
            }

            p
            {
                font-size: 18px !important;
            }
       
        }
         & .testimonial-box
        {
            padding-inline: 0px;;
        }

        & .ml-30
        {
            margin-left: 0px;;
        }


    }

    section.clients
    {
        
      
        img, .img-fluid
        {
            max-width: unset !important;
        }
    }
  
    section.industries, section.news
    {
        .justify-content-end
        {
            justify-content: left !important;
            margin-top: 30px;
        }

        .title
        {
            font-size: 24px !important;
        }
    }
    section.cta-contact-2
    {
        
        .schedule
        {
            padding: 25px;
            img
            {
                width: 55px;
            }

            .name
            {
                font-size: 18px;;
                line-height:  1.1em;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 130px;
            }
            .designation
            {
                font-size: 16px;
            }

            p
            {
                font-size: 18px;
            }

        }
    }

   


    section.contact
    {
        a
        {
            width: 100%;;
            margin-bottom: 30px;
        }

        p
        {
            font-size: 18px;
        }

        .text-right
        {
            text-align: center;
        }

        .map
        {
            p
            {
                font-size: 16px ;
            }
        }

        .contact-form-wrapper
        {   padding: 15px;}

    }

    .video-section {
        padding-inline: 0;
    }

    footer
    {
        .address
        {
            margin-top: 30px;
            justify-content: center !important;
        }
        .policyLinks
        {
            justify-content: center;
            flex-wrap: wrap;
        }
    }


    /* Comtact Page */
    section.hero.contact-us
    {
        padding-top: 50px;
    }

    section.partner
    {
        .hh2
        {
            text-wrap: balance;
        }
    }

    iframe
    {
        margin-bottom:10px;
    }

}
