/* max-width: 1580px */
@media (max-width: 1580px) {
    .container-fluid {
        width: 90%;
    }
}

/* max-width: 1024px */
@media (max-width: 1024px) {
    .container-fluid {
        width: 95%;
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }

    h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .igen-ultra-slider .swiper-slide h3 {
        color: #9094a6;
        font-size: 35px;
        height: 100px;
    }

    .igen-ultra-slider .swiper {
        height: 520px;
    }

    .igenUltraSliderTitle .swiper-slide {
        height: 500px;
    }

    .ai-tools-img-section {
        margin-top: 30px;
    }

    .ai-tools-user-main .ai-tools-body .preloader img {
        height: auto;
    }

    .nk-editor-header {
        padding: 30px;
        padding-top: 40px;
    }

    .nk-editor-main.ai-tools-user-main {
        padding: 0 20px;
    }

    .new-sidebar {
        display: none;
    }

    .new-body-content {
        width: 100%;
    }
}

/* max-width: 667px */
@media (max-width: 667.99px) {
    .igen-ultra-slider .igenUltraSlider {
        height: 80px;
    }

    .igen-ultra-slider .swiper-slide h3 {
        font-size: 22px;
        height: 80px;
    }

    .ai-tools-user-section form {
        padding: 15px !important;
        margin-top: 20px;
    }
}
