@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1290px;
    }
}
@media (max-width:1400px) {
    .container {
        width: 100%;
    }
    .dots {
        margin: 0px 53px;
    }
}
@media (min-width:992px) and (max-width:1140px) {
    .container {
        width: 100%;
    }
    .dots {
        margin: 0px 53px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .container {
        width: 100%;
    }
    h1 {
        font-size: 48px;
    }
    .class-list-1 {
        font-size: 18px;
    }
    .logo {
        padding: 10px 0;
    }
    #clock {
        width: 83%;
        font-size: 60px;
        height: 10vh;
    }
    .dots {
        margin: 0 50px;
    }
    #home {
        padding: 30px 0;
    }
    #time {
        font-size: 18px;
    }
    .number-main {
        width: 29px;
        text-align: center;
    }
}
@media (max-width:768px) {
    .container {
        width: 100%;
    }
    #countdown {
        padding: 40px 0;
    }
    h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .class-list-1 span {
        font-size: 60px;
        line-height: 50px;
    }
    .class-list-1 {
        font-size: 16px;
    }
    .Desc-1 {
        font-size: 16px;
    }
    .logo img {
        width: 200px;
        height: auto;
    }
    .copy-right {
        font-size: 16px;
    }
    .top-section {
        padding: 16px 0;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
    .layout-1 {
        padding: 30px 0;
    }
    #clock {
        width: 100%;
        font-size: 60px;
        height: 10vh;
    }
    .dots {
        margin: 0px 35px;
    }
    #time {
        width: 96%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #FFF;
    }
    .number-main {
        width: 33px;
        text-align: center;
    }
}
@media (max-width:540px) {
    .container {
        width: 100%;
    }
    h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .class-list-1 span {
        font-size: 60px;
        line-height: 50px;
    }
    .class-list-1 {
        font-size: 16px;
    }
    .Desc-1 {
        font-size: 16px;
    }
    .logo img {
        width: 200px;
        height: auto;
    }
    .copy-right {
        font-size: 16px;
    }
    .top-section {
        padding: 20px 0;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
    .logo {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .layout-1 .col-3 {
        width: 50%;
    }
    .layout-1 {
        padding: 20px 0;
    }
    .dots {
        margin: 0px 0px;
    }
    #time {
        width: 90%;
    }
    #clock {
        height: 10vh;
    }
    .number-main {
        width: 30px;
        text-align: center;
    }
}