@media (max-width:1440px) {
    .about-anime img {
        width: 100%;
    }
}

@media (max-width:991px) {
    .work-experience h6 {
        font-size: 16px;
    }

    .box-work-content h5 {
        font-size: 15px;
    }

    .box-work-content p {
        font-size: 12px;
    }

    .creativity-production h2 {
        font-size: 35px;
    }

    .work-with-us {
        padding: 20px 0;
    }

    .cards-word h6 {
        font-size: 11px;
    }

    .cards-word p {
        line-height: unset;
        letter-spacing: 0;
        font-size: 10px;
    }

    .work-us p {
        width: 60%;
    }

    .faq-tabs {
        gap: 5px;
    }

    .tab-btn {
        padding: 12px 10px;
        font-size: 8px;
    }

    section.banner {
        height: 950px;
    }

    .navbar-nav li a {
        font-size: 18px;
    }

    .banner-content h1 {
        font-size: 35px;
    }

    .btn-web {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    
 .logo-links-row {
      
        flex-direction: column;
        align-items: baseline;
    }   
}
@media(max-width:575px) {
    .about-content {
        padding: 20px 0;
        text-align: center;
    }

    .work-step-content h2 {
        font-size: 27px;
    }

    .work-step-content p {
        font-size: 16px;
    }

    ul.work-step-box li {
        width: 100%;
        height: 250px;
    }

    .concept-img {
        text-align: center;
    }

    .concept-step {
        text-align: center;
        margin: 20px;
    }

    .carousel-pictures .main-picture-script img {
        width: 70%;
        height: 110px;
        object-fit: fill;
        margin: 10px auto;
    }

    .concept-img img {
        height: 250px;
        width: 100%;
        margin: 10px auto;
    }

    section.pre-production {
        padding-bottom: 0;
    }

    .cards-word p {
        height: unset;
    }

    .work-step li {
        height: 200px;
        margin-bottom: 0;
    }

    .faq-section h2 {
        text-align: center;
    }

    .tab-btn {
        font-size: 15px;
    }

    .navbar-nav {
        gap: 10px;
        justify-content: space-around;
    }

    .portfolio-nav .nav-link {
        font-size: 15px;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
    }

    form.d-flex.portfolio-nav {
        margin-left: -10px;
    }

    .banner-content h1 {
        font-size: 24px;
    }


    section.banner {
        padding: 50px 0;
        height: 700px;
        align-items: center;
    }

    .banner-content-slides {
        height: 300px;
        width: 100%;
                margin-top: 150px;
    }

    .main-banner-video video {
        height: 300px;
    }

    .banner-content.anime-box {
        margin-top: 60px;
    }

    .main-banner-video img {
        height: 300px;
    }
    .btn-web {
        font-size: 14px;
        padding: 10px 10px;
    }
    .form-submit-row {
            justify-content: center;
        align-items: center;
}


}