@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1290px;
    }
}

@media(max-width:1400px) {

    .title-hero,
    .banner_content span.txt-type {
        font-size: 80px;
        line-height: 100px;
    }
}

@media (max-width:1290px) {
    .container {
        width: 1140px;
    }
}

@media (min-width:992px) and (max-width:1140px) {
    .container {
        width: 960px;
    }
}

@media (max-width:992px) {
    .container {
        width: 960px;
    }

    .name-tab {
        color: #FFF;
        font-size: 16px;
        line-height: 24px;
    }

    .nav__logo img {
        max-width: 150px;
        width: 100%;
    }

    .button-purchase {
        font-size: 18px;
        padding: 10px 30px;
    }

    .tabs-ul-menu {
        gap: 30px;
    }

    .data-fream {
        margin-top: 60px;
    }

    .button-purchase:before,
    .button-purchase:after {
        position: absolute;
        content: "";
        width: 100%;
        left: 50%;
        height: 100%;
        transform: translateX(-50%);
        z-index: -1000;
        background-repeat: no-repeat;
    }

    .secnd-title {
        font-size: 48px;
        line-height: 64px;
    }

    .secnd-title-desc {
        margin: 30px auto;
    }

    .prev-text {
        font-size: 16px;
        line-height: 26px;
    }

    .title-hero,
    .banner_content span.txt-type {
        font-size: 60px;
        line-height: 75px;
    }

    .header.active {
        padding: 0;
    }

    .title-hero-second {
        font-size: 50px;
        line-height: 70px;
    }


    .data-last {
        padding: 10px 0;
    }

    .awrdwiii {
        font-size: 18px;
        padding-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width:960px) {
    .container {
        width: 720px;
    }
}

@media (max-width:768px) {
    .container {
        width: 100%;
    }

    .tabs-ul-menu {
        display: none;
    }

    .nav__logo img {
        max-width: 150px;
        width: 100%;
    }

    .button-purchase {
        font-size: 18px;
        padding: 10px 30px;
        display: none;
    }

    .nav__toggle {
        display: block;
    }

    .nav__data {
        width: 100%;
    }

    .navbar-header {
        padding: 15px 0;
    }

    .main-header-button {
        display: block;
    }

    .main-header-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        position: fixed;
        top: 69px;
        z-index: 9;
        transition: all 0.3s ease-in-out;
    }

    .content {
        font-size: 16px;
    }

    .feature-name {
        font-size: 18px;
        line-height: 30px;
    }

    .feature-boes {
        margin-top: 20px;
        overflow-x: hidden;
    }

    .preview-design {
        row-gap: 20px;
    }

    .title-hero,
    .banner_content span.txt-type {
        font-size: 40px;
        line-height: 60px;
    }

    .hero {
        padding: 30px 0;
    }
}

@media (min-width:576px) and (max-width:720px) {
    .container {
        width: 100%;
    }
}

@media (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .explore-button {
        font-size: 16px;
    }

    .secnd-title {
        font-size: 24px;
        line-height: 36px;
    }

    .feature-name {
        font-size: 16px;
        line-height: 26px;
    }

    .footer {
        padding-bottom: 40px;
    }

    .hero {
        padding: 30px 0;
    }

    .title-hero-second {
        font-size: 40px;
        line-height: 58px;
    }

    .preview-design {
        margin-top: 20px;
    }
}

@media (min-width:380px) and (max-width:540px) {
    .container {
        width: 100%;
    }
}

@media (max-width:380px) {
    .container {
        width: 100%;
    }
}

@media (min-width:280px) and (max-width:320px) {
    .container {
        width: 100%;
    }
}