@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}
@media (max-width:1290px) {
    .container {
        width: 1140px;
    }
    .image-data-design img {
        width: 100%;
        height: 100vh;
    }
}
@media (min-width:992px) and (max-width:1140px) {
    .container {
        width: 960px;
    }
    .button-area-means {
        right: 3%;
        top: 20%;
    }
}
@media (max-width:992px) {
    .container {
        width: 960px;
    }
    .image-data-design {
        width: 100%;
        position: fixed;
        bottom: 0;
        top: 14%;
    }
    .image-data-design img {
        width: 100%;
        object-fit: cover;
        height: 100vh;
    }
    .deta-max {
        padding: 60px;
        background-color: #000000d6;
        left: 0;
        max-width: 100%;
        margin-top: 20px;
    }
    .main-option {
        gap: 60px;
        padding: 20px 0;
        padding-left: 30px;
        cursor: pointer;
        border-top: 2px solid #ffffff73;
    }
    .question-title {
        font-size: 48px;
        margin-top: 10px;
    }
    .col-12:last-of-type .main-option {
        border-bottom: 2px solid #ffffff73;
    }
    .quiz-time {
        font-size: 148px;
    }
    .button-area-means {
        display: none;
    }
    .button-area {
        display: flex;
        position: relative;
        z-index: 9999;
    }
    .question-number {
        font-size: 32px;
        line-height: normal;
        max-width: 240px;
        padding: 12px 0;
        top: -2%;
    }
}
@media (max-width:768px) {
    .container {
        width: 100%;
    }
    .logo-data img {
        width: 150px;
    }
    .responce {
        font-size: 30px;
        line-height: 34px;
        color: #FFF;
        margin-top: 10px;
    }
    .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;
    }
    .quiz-time {
        font-size: 110px;
        bottom: 15%;
    }
    .question-title {
        font-size: 40px;
        margin-top: 30px;
    }
    .deta-max {
        padding: 60px 30px;
        background-color: #000000d6;
        left: 0;
        max-width: 100%;
        margin-top: 20px;
    }
    .image-data-design img {
        width: 100%;
    }
    .main-option {
        gap: 30px;
        padding: 20px 0;
        padding-left: 15px;
        cursor: pointer;
        border-top: 2px solid #ffffff73;
    }
    .change-one {
        font-size: 35px;
        line-height: normal;
    }
    .button-chose {
        width: 48px;
        height: 48px;
    }
    .option-design {
        margin-top: 30px;
    }
    .question-number {
        font-size: 28px;
        line-height: normal;
        max-width: 210px;
        padding: 12px 0;
        top: -3%;
        left: 50%;
        transform: translateX(-50%);
    }
    .question-number {
        top: 0%;
    }
}
@media (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .social-icon {
        gap: 5px;
    }
    .subscribe button {
        width: 70%;
        font-size: 16px;
    }
    .subscribe {
        width: 300px;
        height: 50px;
        padding-left: 25px;
        margin-top: 30px;
    }
    .data-mennage {
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        margin-top: 35px;
    }
    .checku {
        width: 100%;
        max-width: 150px;
    }
    .fixed-data-top {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
    }
    .fixed-desc {
        font-size: 24px;
        margin-top: 48px;
        line-height: 33px;
    }
    .quiz-time {
        font-size: 70px;
        bottom: 15%;
    }
    .question-title {
        font-size: 30px;
        margin-top: 30px;
        line-height: 48px;
    }
}
@media (min-width:380px) and (max-width:540px) {
    .container {
        width: 100%;
    }
    .responce {
        font-size: 26px;
        line-height: 20px;
        color: #FFF;
        margin-top: 15px;
    }
}
@media (max-width:380px) {
    .container {
        width: 100%;
    }
    .responce {
        font-size: 24px;
        line-height: 34px;
        color: #FFF;
        margin-top: 10px;
    }
    .question-title {
        font-size: 26px;
        margin-top: 30px;
        line-height: 40px;
    }
    .main-option {
        gap: 15px;
        padding: 15px 0;
        padding-left: 10px;
    }
    .quiz-time {
        font-size: 54px;
    }
}