@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1290px;
    }
}
@media (min-width:1290px) and (max-width:1400px) {}
@media (max-width:1290px) {
    .container {
        width: 1140px;
    }
    .hero {
        padding: 80px 0;
    }
}
@media (min-width:992px) and (max-width:1140px) {
    .container {
        width: 960px;
    }
    .title-hero {
        font-size: 38px;
        line-height: 56px;
    }
    .hero {
        padding: 60px 0;
    }
}
@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 {
        font-size: 30px;
        line-height: 46px;
        width: 100%;
        max-width: 100%;
    }
    .header.active {
        padding: 0;
    }
    .hero {
        padding: 60px 0;
    }
    .title-hero-second {
        font-size: 32px;
        line-height: 30px;
    }
    .data-last {
        padding: 10px 0;
    }
}
@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: 79px;
        z-index: 9;
        transition: all 0.3s ease-in-out;
    }
    .jack-image {
        margin-top: 40px;
    }
    .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 {
        font-size: 22px;
        line-height: 42px;
    }
    .hero {
        padding: 40px 0;
    }
    .title-hero-second {
        font-size: 24px;
        line-height: normal;
    }
}
@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;
    }
    .jack-image {
        margin-top: 30px;
    }
    .secnd-title {
        font-size: 24px;
        line-height: 36px;
    }
    .feature-name {
        font-size: 16px;
        line-height: 26px;
    }
    .footer {
        padding-bottom: 40px;
    }
    .title-hero {
        font-size: 22px;
        line-height: 34px;
    }
    .hero {
        padding: 30px 0;
    }
}
@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%;
    }
}