@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1290px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .container {
        width: 100%;
    }
    h1 {
        font-size: 48px;
    }
    .Desc-4 {
        margin-top: 0px;
    }
    .box {
        padding: 20px 0;
    }
    .logo {
        padding: 20px 0;
    }
    #day,
    #hour,
    #minute,
    #second,
    #half {
        width: 160px;
        height: 160px;
    }
    span {
        font-size: 60px;
        top: 40px;
    }
}
@media (max-width:768px) {
    .container {
        width: 100%;
    }
    .logo {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .logo img {
        width: 200px;
        height: auto;
    }
    h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
    .timer-4 .col-4 {
        width: 25%;
    }
    .logo {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .Name {
        font-size: 18px;
    }
    .copy-social-4 {
        font-size: 16px;
        margin-top: 40px;
    }
    .box {
        gap: 15px;
        flex-wrap: wrap;
    }
    #day, #hour, #minute, #second, #half {
        width: 140px;
        height: 140px;
    }
    span {
        font-size: 60px;
        top: 40px;
    }
    #day,
    #hour,
    #minute,
    #second,
    #half {
        width: 160px;
        height: 160px;
    }
}
@media (max-width:540px) {
    .container {
        width: 100%;
        height: auto;
    }
    .logo {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .Name {
        font-size: 16px;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
    .Desc-4 {
        font-size: 16px;
        margin-top: 20px;
    }
    .copy-right-4 {
        font-size: 16px;
    }
    #content {
        padding: 20px 0;
    }
}
@media (max-width:340px) {
    .container {
        width: 100%;
    }
}