@media screen and (max-width: 1440px) {
    .banner::before {
        width: 325px;
        height: 265px;
    }

    .banner-after::after {
        width: 325px;
        height: 275px;
    }

    .banner::after {
        width: 430px;
    }

    .faq-section::before {
        width: 320px;
        height: 350px;
    }

    .main-accordion::before {
        width: 220px;
        height: 220px;
        right: -250px;

    }

    .main-accordion::after {
        width: 104px;
        height: 114px;
        right: -160px;
        bottom: -30px;
    }
}

@media screen and (max-width: 1100px) {
    #navbar ul {
        gap: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 80px;
    }

    .banner-content-timer {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-content {
        max-width: 100%;
    }

    .banner-timer {
        max-width: 70%;
        transform: translate(20%);
    }

    .spots.hide {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 38px 0;
    }

    .banner-para-btn a {
        transform: translate(-50%);
        position: absolute;
        left: 50%;
    }

    .banner-para-btn {
        max-width: 100%;
    }



    .hamburger {
        display: flex;
    }

    #navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: linear-gradient(130deg, #dd71c6a8 50%, #73c3f4db 50%);
        backdrop-filter: blur(100px);
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        transition: right 0.5s cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 1000;
    }

    #navbar.active {
        right: 0;
    }

    #navbar ul {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .banner {
        padding: 100px 0 85px 0;
    }

    .banner-timer {
        max-width: 50%;
        transform: translate(50%);
        padding: 30px 16px;
    }

    .banner::after {
        width: 50%;
    }

    .faq-section {
        padding: 60px 0 20px 0;
    }

    .time {
        gap: 10px;
    }

    .label {
        margin: 30px 0 25px 0;
    }

    .main-icon {
        transition: transform 0.3s ease;
        width: 12px;
        height: 6px;
    }

    .main-question {
        padding: 5px 16px 5px 8px;
    }

    .main-question h5 {
        font-size: 14px;
        margin-right: 5px;
    }
    .main-question h5{
        width: 100%;
        max-width: 95%;
    }
        .main-accordion::before {
        width: 170px;
        height: 170px;
        right: -90px;
        top: -160px;
        z-index: -1;
    }
    .main-accordion::after{
        display: none;
    }
        .banner-after::after {
        width: 222px;
        height: 222px;
        right: -100px;
        top: 60px;
    }
    .banner::before{
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .banner-timer {
        max-width: 80%;
        transform: translate(12%);
    }

    .banner-content h1 {
        text-align: center;
        padding: 0;
        font-size: 30px;
    }

    .banner-content {
        padding: 0;
    }

    .banner-para-btn a {
        transform: translate(-50%);
        position: absolute;
        left: 50%;
        width: 100%;
        max-width: 55%;
    }
    .logo a {
    width: 90px;
    height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .banner-para-btn a {
        max-width: 60%;
    }

}
@media screen and (max-width: 380px) {
    .banner-para-btn a {
        max-width: 70%;
    }

}