@media screen and (min-width: 1921px) 
{
    .container{
        max-width: 1600px !important;
      
    }
    section.hero-home.hero-services
    {
     
        height: 90dvh !important;

    }
    section.other-services
    {
        height: 75dvh;
        
    }
}




@media screen and (max-width: 1920px) 
{
    .container{
        max-width: 1440px;
       
      
    }

   

}





@media only screen and (max-width: 1440px)
{
    .container{
        max-width: calc(100% - 80px);
    }

    
    p
    {
        font-size: 18px;
    }

    footer
    {
        p
        {
            font-size: 14px;
        }
    }

}


@media only screen and (max-width: 1366px)
{
    .container{
        max-width: calc(100% - 80px);
    }

   

}

@media only screen and (max-width: 991px)
{
  
   .tab-top-margin
   {    margin-top: 20px;   }
   .tab-top-margin-x2
   {    margin-top: 40px;   }

   .w-40, .w-60
   {
    max-width: 70% !important
   }
   .w-50
   {
     max-width: 90% !important
   }
    
    /**** HOME PAGE  *****/
    section.hero-home
    {

        p
        {
            width: 80%;
            margin: auto;
        }
    }


    /**** SERVICES PAGE  *****/

    section.hero-home.hero-services
    {
        height: auto !important;
        text-align: center;

        .content-wrapper
        {
            padding-inline: 20px;
            margin-top: 40px;
        }


        svg
        {
            margin-top: 40px;
            height: auto !important;
        }
     
    }


    section.services
    {
        .floating-core-service
        {
            /* display: none; */
        }
        .box
        {
            svg
            {
                /* display: none; */
            }
            padding: 40px 30px 30px 100px;
            p
            {
                font-size: 16px;
            }

            .o-50
            {
                font-size: 14px;;
            }
          
        }
    }


    
   /**** ABOUT US  PAGE  *****/
    section.hero-home.about-us
    {
        height: auto !important;
        text-align: center;

        .content-wrapper
        {
             padding-inline: 20px;
             padding-block: 20px;
        }
        .container 
        {
            padding-bottom:0px;
        }

        svg
        {
            margin-top: -100px;
            width: 100% !important;
          
        }
    }




}

@media only screen and (max-width: 768px)
{

    .glowLeft
    {
        background-position: right top;
        left: -20% !important; 
    }
    .mobile-top-margin
    {
        margin-top: 20px ;
    }

     .mobile-top-margin-2x
    {
        margin-top: 40px ;
    }


    .w-60, .w-50, .w-40
    {
        width: unset !important;
        max-width: unset !important;
    }
    .hh1
    {
        font-size: 40px;;

    }

    .hh2
    {
        font-size: 30px;
        margin: auto;
    } 

    section
    {
        padding-block: 70px;
    }
    

    /**** HOME PAGE  *****/
    
    section.hero-home
    {
        p
        {
            font-size: 16px;;
            margin: auto;
            text-align: center;
            
            
        }
        .glowLeft
        {
            left: -50%;
        }

        .content-wrapper
        {
            padding-top: 0px;
        }
        .glowRight
        {
            right: -50%;
        }

        .loading-text-wrapper
        {
            font-size: 50px !important;
            display: flex !important;
            justify-content: center !important; 
            width: 100% !important;
        }

    
        .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.solutions
    {
        .floating-arrow
        {
            transform: scale(.5) !important;
            top: -150px;
            left:-100px;
        }
    }

    section.why-choose-us
    {
        .col-lg-6
        {
            padding-block: 60px;
            padding-inline: 30px;

            p
            {
                font-size: 18px;;
            }

        }
    }


    section.cta
    {

        form
        {
            flex-wrap: wrap;
            *{
                width: 100%;
                transform: scale(1) !important;
            }
        }
    }

    section.faq
    {
        .faq-header::before
        {
            transform: scale(.5) !important;
        }
    }


    /**** SERVICES PAGE  *****/

    section.hero-home.hero-services
    {
        height: auto !important;
        text-align: center;

        .content-wrapper
        {
            padding-inline: 20px;
            margin-top: 40px;
        }


        svg
        {
            margin-top: 40px;
            height: auto !important;
        }
     
    }


    section.services
    {
        .floating-core-service
        {
            display: none;
        }
        .box
        {
            svg
            {
                display: none;
            }
            padding: 30px 20px 20px 20px;
            p
            {
                font-size: 14px;
            }

            .o-50
            {
                font-size: 14px;;
            }
          
        }
    }


   /**** ABOUT US  PAGE  *****/
    section.hero-home.about-us
    {
        height: auto !important;
        text-align: center;

        .content-wrapper
        {
             padding-inline: 20px;
             padding-block: 20px;
        }
        .container 
        {
            padding-bottom:0px;
          
        }

        svg
        {
            margin-top: -100px;
            width: 100% !important;
          
        }
    }

    section.values
    {
        .pl-30
        {
            padding-left: 15px;
        }
        .col-md-7
        {
            margin-top: 30px;
        }
    }
    section.driven
    {
        .pl-50
        {
            padding-left: 15px;;
            margin-top: 30px;
        }



    }


    /**** CONTACT US  PAGE  *****/
    section.hero-home.contact
    {
        .container 
        {
            padding-top: 100px;
        }

    }                          

    footer
    {
        &::before
        {
            display: none;
        }

        .powered-by
        {
            margin-top: 20px;
            text-align: center !important;
        }
    }

}

@media only screen and (max-width: 426px)
{
    .logo img, .mobileNav img
    {
        height: 30px;;
    }
    .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;
    }

    .hh3
    {
        font-size: 24px !important;
    }
    .hh4
    {
        font-size: 24px;
    }
    .fs-18
    {
        font-size: 16px !important
    }

    .glowRight, .glowLeft
    {
        opacity: .4 !important;
    } 

    .floating-arrow
    {
        display: none !important;
    }

 
    section.about
    {
        .pl-50
        {
            padding-left: 15px;;
        }
    }
    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.faq
    {
        .faq-header
        {
            padding: 30px;
        }

        p
        {
            font-size: 18px;
        }

        .accordion-button
        {
            font-size: 20px !important;
            
        }
        .accordion-body
        {
            font-size: 14px !important
        }

      
    }

    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;}

    }


    section.productivity
    {
        p
        {
            font-size: 16px;
            line-height: 1.1em;
        }
    }

    .video-section {
        padding-inline: 0;
    }

    footer
    {
        .address
        {
            margin-top: 20px;
            justify-content: center !important;
            text-align: center !important;
        }
        .policyLinks
        {
            justify-content: center;
            flex-wrap: wrap;
        }
        
    }


    section.services
    {
        .hh3
        {
            font-size: 20px !important;
        }
        .mt-10
        {
            margin-top: unset !important; 
        }
        .box .gap-10 
        {
            gap: 0px !important;
        }
    }
    section.driven
    {
        .fs-20, .bullet
        {
            font-size: 16px !important;
        }
       
    }

    /* Comtact Page */
    section.hero.contact-us
    {
        padding-top: 50px;
    }

    section.partner
    {
        .hh2
        {
            text-wrap: balance;
        }
    }

    iframe
    {
        margin-bottom:10px;
    }

}
