@media(max-width:1440px) {
    .banner-content h1 {
        font-size: 70px;
    }

    .banner-content p {
        font-size: 17px;
    }
section.logo-banner {
    padding: 10px 0px;
}

.form-side img {
    width: 439px;
}

.form-side {
    top: 94px;
}
    .banner {
        height: 572px;
    }

    .banner-content {
        margin-top: 100px;
    }

    .complete-production h2 {
        font-size: 50px;
    }

    .card-work img {
        width: 150px;
        height: 150px;
    }

    .customer-review h6 {
        font-size: 20px;
    }

    .customer-review p {
        font-size: 15px;
    }

    .story-step ul li h5 {
        margin-top: 20px;
    }

    .passive-story ul li {
        width: 50%;
    }
}

@media(max-width:1199px) {

    .navbar-nav {
        gap: 19px;
    }

    .btn-web {
        padding: 5px 20px;
    }

    .banner-content h3 {
        font-size: 30px;
    }

    .banner-content h1 {
        font-size: 55px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .logos-company {
        height: 100px;
    }

    .logos-company img {
        width: 75% !important;
    }

    .comic-production {
        padding: 50px 0;
    }

    .complete-production h2 {
        font-size: 35px;
    }

    .complete-production p {
        font-size: 15px;
        margin-top: 2px;
    }

    .card-work h4 {
        font-size: 25px;
    }

    .testimonials {
        overflow: hidden;
    }

    .story-step ul li p {
        width: 100%;
    }

    .passive-story ul li p {
        font-size: 12px;
    }

    .passive-story ul li h4 {
        font-size: 26px;
    }

    .contact-info {
        flex-direction: column;
    }

    .story-form {
        overflow: hidden;
    }
}

@media(max-width:991px) {

    .banner-content h1 {
        font-size: 45px;
    }

    .banner-content h3 {
        font-size: 20px;
    }

    .banner {
        height: 550px;
    }

    .comic-card ul {
        flex-wrap: wrap;
        margin-top: 30px;
        justify-content: center;
    }

    .comic-card ul li {
        margin-top: 0 !important;
        width: 30%;
    }

    .comic-card ul li .card-box h4 {
        font-size: 16px;
    }

    .box-publish h3 {
        font-size: 18px;
    }

    .box-publish p {
        font-size: 12px;
    }

    .card-work img {
        width: 100px;
        height: 100px;
    }

    .card-work h4 {
        font-size: 17px;
    }

    .card-work {
        padding: 40px 10px;
    }

    .card-work p {
        font-size: 12px;
    }

    .customer-review h6 {
        font-size: 15px;
    }

    .passive-story h2 {
        font-size: 38px;
    }

    .form-content h2 {
        font-size: 36px;
    }

    .form-content p {
        width: 80%;
        font-size: 15px;
    }

    .btn-web {
        font-size: 13px;
    }

    .form-content form input {
        padding: 5px 10px;
    }

    .footer-content p {
        width: 100%;
        font-size: 12px;
    }

    .footer-content ul {
        gap: 5px;
    }

    .footer-content ul li a {
        width: 28px;
        height: 28px;
        border-radius: 4px;
    }

    .contact-info a {
        font-size: 15px;
    }

    .footer-bottom p {
        margin-top: 50px;
    }
}

@media(max-width:575px) {

    a.navbar-brand img {
        width: 100px;
    }

    .navbar-nav {
        background: var(--web-clr);
        border-radius: 5px;
        padding: 20px;
    }

    .top-menu {
        display: none !important;
    }

    .banner {
        height: 520px;
    }

    .complete-production h2 {
        font-size: 25px;
    }

    .comic-card ul li {
        width: 45%;
    }

    .comic-card ul li .card-box h4 {
        font-size: 14px;
    }

    .testimonial-card {
        flex-direction: column;
    }

    .customer-profile {
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .customer-profile img {
        margin: auto;
    }

    .customer-review {
        width: 100%;
    }

    .customer-review h6 {
        font-size: 20px;
    }

    .turn-story {
        padding: 50px 0;
    }

    .passive-story {
        text-align: center;
    }

    .passive-story p {
        margin: auto;
    }

    .passive-story ul {
        flex-direction: column;
        margin-bottom: 70px;
        gap: 0;
    }

    .form-content {
        text-align: center;
        margin: 40px 20px;
    }

    .form-content p {
        margin: auto;
        margin-top: 10px;
    }

    .form-content form .row {
        flex-direction: column;
    }

    .form-content form .col-4 {
        width: 100%;
        margin: 10px 0;
    }

    footer {
        padding: 25px 0;
        text-align: center;
    }

    .footer-content ul {
        justify-content: center;
        margin: 20px 0;
    }

    .footer-link {
        margin-top: 19px;
    }

    .footer-link p {
        margin: auto;
    }

    .contact-info {
        margin-bottom: 50px;
    }

    .footer-bottom p {
        margin-top: 0;
    }

    footer:before {
        bottom: 85px;
    }
}