@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
@media (max-width:1290px) {
    .container {
        width: 1140px;
    }
    .question-design {
        font-size: 40px;
        line-height: 56px;
    }
}
@media (max-width:992px) {
    .container {
        width: 960px;
    }
    .question-design {
        font-size: 31px;
        line-height: 44px;
    }
    .option-data {
        margin-top: 30px;
        row-gap: 20px;
        align-items: center;
    }
    .all-main-data {
        margin-top: 10px;
    }
}
@media (max-width:768px) {
    .container {
        width: 100%;
    }
    .logo-data img {
        width: 150px;
    }
    .responce {
        font-size: 34px;
        line-height: 38px;
        margin-top: 10px;
    }
    .subscribe {
        width: 380px;
        height: 60px;
    }
    .question-design {
        font-size: 26px;
        line-height: 38px;
    }
    .fixed-data-top {
        font-size: 80px;
        font-weight: 700;
        line-height: 94px;
    }
    .deta-mins {
        margin-top: 250px;
    }
    .fixed-desc {
        font-size: 40px;
        margin-top: 40px;
        line-height: 54px;
    }
}
@media (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .social-icon {
        gap: 5px;
    }
    .subscribe button {
        width: 70%;
        font-size: 16px;
    }
    .subscribe {
        background-color: #040404;
        width: 350px;
        height: 60px;
        border-radius: 50px;
        margin: 0 auto;
        display: flex;
        overflow: hidden;
        padding-left: 10px;
        margin-top: 20px;
    }
    .subscribe input {
        border: 0;
        width: 100%;
        height: inherit;
        font-size: 18px;
        padding-right: 0;
    }
    .responce {
        font-size: 28px;
        line-height: 25px;
        margin-top: 10px;
    }
    .fixed-data-top {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
    }
    .fixed-desc {
        font-size: 24px;
        margin-top: 48px;
        line-height: 33px;
    }
    .button-top-all-design p {
        font-size: 20px;
    }
}
@media (max-width:380px) {
    .container {
        width: 100%;
    }
    .responce {
        font-size: 26px;
        line-height: 38px;
        margin-top: 10px;
    }
    .subscribe {
        background-color: #040404;
        width: 300px;
        height: 50px;
        border-radius: 50px;
        margin: 0 auto;
        display: flex;
        overflow: hidden;
        padding-left: 10px;
        margin-top: 20px;
    }
    body {
        background-repeat: repeat;
    }
    .next-prev-buton {
        margin-bottom: 20px;
    }
    .button-top-all-design p {
        font-size: 16px;
    }
    .button-top-all-design {
        padding: 15px 25px;
    }
    .button-top-all-design::before {
        right: -15%;
        z-index: -1;
    }
    .button-top-all-design::after {
        left: -15%;
        z-index: -1;
    }
}