@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }

    .who2-text {
        text-indent: 280px;
    }
}

@media (min-width: 1750px) {
    .container {
        max-width: 1700px; 
    }

    .who2-text {
        text-indent: 380px;
    }
}

@media (min-width: 1980px) {
    .container {
        max-width: 1900px; 
    }
}

@media (max-width:1080px) {
    .about-form {
        margin-top: -10% !important;
       }
}

@media (max-width:900px) {
    .hero-section {
    min-height: 75vh;
    }

    .hero1 h1 {
        width: 70%;
     }
     .video_box {
        display:flex; gap:20px; padding-top:80px;
        flex-wrap: wrap;
    }
    .video_width {
        max-width:100%;
    }
}

@media (max-width:620px) {
     .hero1 {
        flex-direction: column;
        justify-content: center;
        align-items: start;
     }

     .hero1 h1 {
        width: 100%;
     }

     .fs-1 {
        font-size: 2rem;
     }

     .about-left h1 { 
        font-size: 3.3rem;
    }

     .bg-primary  h1 {
        font-size: 1.6rem;
     }

     .brandworkwith h1 {
        font-size: 1.3rem;
     }

     .hero1 a {
        margin-top: 10px;
     }

    .flex-column {
        flex-direction: column;
    }

    .flex-column-reverse {
        flex-direction: column-reverse;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        margin-top: 10px;
        width: 100%;
    }

    .contact-left {
        width: 100%;
        margin-top: 50px;
    }

    .contact-right {
        width: 100%;
    }


    .about-form h1 {
        width: 100% !important;
    }

    .whoweare {
        gap: 10px;
    }

    .who1 {
        width: 100%;
    }

    .who2 {
        width: 100%;
    }

    .who1 p:first-child {
        margin-top: 20px;
    }

    .hero-content p {
        font-size: 1rem;
        padding-bottom: 50px;
    }

    .services-text, .what-we-do-text {
        writing-mode: initial;
        transform: rotate(0deg);
    }

    .side-text {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 0px;
    }

    .side-text h1:last-child {
        border-right: none;
    }

    .service-item {
        gap: 0px;
    }

    footer .container {
        gap: 30px;
    }

    .side-text h1 {
        font-size: 1.7rem;
    }

    .side-text h2 {
        font-size: 1.1rem;
    }

    footer img {
        margin-top: 0px !important;
    }
}

@media (max-width:500px) {
    header nav ul {
        gap: 20px;
    }

    .service-item {
        gap: 0px;
        margin-top: 30px;
    }


    .hero-content  {
        width: 70%;
    }
    
    .fs-1 {
        font-size: 1.9rem;
    }    

    .about-left h1 { 
        font-size: 2.2rem;
    }
}

@media (max-width:410px) {
    header nav ul {
        gap: 10px;
    }
    
    footer img {
        margin: auto;
    }

    .brandworkwith h1 {
        font-size: 1.1rem;
     }

     .who2 p:first-child {
        font-size: 1.3rem;
     }
}

@media (max-width:370px) {
    .navbar{
        flex-direction: column;
    }

    header nav ul {
        gap: 40px;
    }

    .brandworkwith h1 {
        font-size: .9rem;
     }

    .service-details h2 {
        font-size: 1.3rem;
    }

    .fs-1 {
        font-size: 1.6rem;
    }   
    
    .about-left h1 { 
        font-size: 2rem;
    }


    .who2 p:first-child {
        font-size: 1.2rem;
     }

     .who1 p {
        font-size: 1rem;
    }

    .who2 .who2-bottom p {
        font-size: 1rem !important;
    }

    .service-details h2 {
        font-size: 1.1rem;
    }
    
    .service-details p {
        font-size: 1.1rem;
    }    
}