@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
@media (min-width:1290px) and (max-width:1400px) {
    .main-hero {
        padding: 55px;
    }
    .query-imkage-second {
        display: none;
    }
    .step-count {
        width: auto;
        display: flex;
        justify-content: start;
        align-items: start;
        position: absolute;
        flex-direction: column;
        left: 5%;
        top: 25% 187.75px;
    }
}
@media (max-width:1290px) {
    .container {
        width: 1140px;
    }
    .query-imkage-second {
        display: none;
    }
    #timer {
        text-align: end;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .image-data-time {
        text-align: end;
        display: inline-flex;
    }
    .step-count {
        width: auto;
        display: flex;
        justify-content: end;
        align-items: center;
        position: absolute;
        flex-direction: row;
        right: 10%;
        top: 20%;
    }
    .step-count-bar {
        display: inline-flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        position: relative;
    }
    .step-count-bar::after {
        content: "";
        display: inline-block;
        background-color: rgb(227, 227, 227);
        height: 3px;
        width: 50px;
        position: relative;
        z-index: 0;
    }
    .no-line::after {
        display: none;
    }
}
@media (min-width:992px) and (max-width:1140px) {
    .container {
        width: 960px;
    }
    .image-data-time {
        margin-top: 10px;
    }
    .image-clock {
        max-width: 80px;
    }
    #timer {
        font-size: 30px;
    }
    .question-main {
        font-size: 38px;
        line-height: 58px;
    }
    .data-question {
        margin-top: 20px;
    }
    .design-box {
        row-gap: 40px;
        margin-top: 30px;
    }
    .next-prev-buton {
        margin-top: 60px;
    }
}
@media (max-width:992px) {
    .container {
        width: 960px;
    }
    .image-data-time {
        margin-top: 10px;
    }
    .image-clock {
        max-width: 80px;
    }
    #timer {
        font-size: 30px;
    }
    .question-main {
        font-size: 38px;
        line-height: 58px;
    }
    .data-question {
        margin-top: 20px;
    }
    .design-box {
        row-gap: 40px;
        margin-top: 30px;
    }
    .next-prev-buton {
        margin-top: 60px;
    }
}
@media (min-width:768px) and (max-width:960px) {
    .container {
        width: 720px;
    }
}
@media (max-width:768px) {
    .container {
        width: 100%;
    }
    .logo-data img {
        width: 150px;
    }
    .question-main {
        font-size: 28px;
        line-height: 38px;
    }
    .design-box {
        row-gap: 20px;
        margin-top: 20px;
    }
    .next-prev-buton {
        margin-top: 40px;
    }
    .responce {
        font-size: 30px;
        line-height: 20px;
        color: #040404;
        margin-top: 15px;
    }
    .subscribe {
        width: 350px;
    }
    .step-count {
        justify-content: end;
        right: 2%;
        top: 15%;
    }
    .step-count-bar::after {
        height: 3px;
        width: 20px;
    }
    .image-clock {
        max-width: 70px;
    }
    .fixed-data-top {
        font-size: 80px;
        font-weight: 700;
        line-height: 94px;
    }
    .deta-mins {
        margin-top: 100px;
    }
    .fixed-desc {
        font-size: 40px;
        margin-top: 40px;
        line-height: 54px;
    }
    .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 (min-width:576px) and (max-width:720px) {
    .container {
        width: 100%;
    }
}
@media (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .social-icon {
        gap: 5px;
    }
    .subscribe button {
        width: 70%;
        font-size: 16px;
    }
    .next-prev-buton {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .question-main {
        font-size: 20px;
        line-height: 30px;
    }
    .query-option {
        padding: 10px 10px;
    }
    .query-name span {
        font-size: 18px;
        line-height: 24px;
    }
    .query-name p {
        font-size: 20px;
        line-height: 26px;
    }
    .next-prev-buton button {
        font-size: 24px;
        padding: 8px 50px;
    }
    .responce {
        font-size: 26px;
        line-height: 20px;
        color: #040404;
        margin-top: 15px;
    }
    .image-data-time {
        margin-top: 70px;
        display: flex;
    }
    .step-count {
        justify-content: start;
        right: 0;
        left: 7%;
        top: 15%;
        display: flex;
        width: 100%;
    }
    .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;
    }
    .button-top-all-design {
        padding: 10px 20px;
    }
}
@media (min-width:380px) and (max-width:540px) {
    .container {
        width: 100%;
    }
}
@media (max-width:380px) {
    .container {
        width: 100%;
    }
    .subscribe {
        width: 300px;
    }
    body {
        background-repeat: repeat;
    }
    .step-number {
        width: 40px;
        height: 40px;
    }
    .step-count {
        justify-content: center;
        right: 0;
        left: 0%;
        top: 15%;
        display: flex;
        width: 100%;
    }
    .button-top-all-design p {
        font-size: 18px;
    }
}
@media (min-width:280px) and (max-width:320px) {
    .container {
        width: 100%;
    }
}