@media(max-width:1200px) {
    .landing-banner {
        padding: 0 0 0 40px;
    }
    .landing-banner h2 {
        font-size: 80px;
        line-height: 80%;
    }
    .landing-banner h3 {
        font-size: 60px;
    }
    .register-banner h2 {
        font-size: 60px;
    }
    .register-banner h3 {
        font-size: 48px;
        font-weight: 500;
    }
    .application-box label {
        font-size: 16px;
    }
    .application-box .application-form-content .booth-selection label span {
        font-size: 24px;
    }
    .application-box .application-form-content .booth-setup-day h3 {
        font-size: 36px;
    }
    .application-box .application-form-content .booth-setup-day h5 {
        font-size: 24px;
    }
    .application-box .application-form-content .payment-option h4 {
        font-size: 24px;
    }
    .application-box .application-form-content .special-offer label {
        color: #e74700;
        font-size: 12px;
        font-weight: 600;
    }
    .application-box .application-form-content .paying-check h2 {
        font-size: 36px;
    }
    .application-box .application-form-content .paying-check h3 {
        font-size: 24px;
    }
    .seminar-block .seminar-time {
        font-size: 48px;
        line-height: 48px;
    }
    .seminar-block .seminar-title {
        font-size: 24px;
        line-height: 30px;
    }
    .seminar-block .seminar-name span {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:992px) {
    .landing-banner .landing-btns a,
    .yellow-btn.big {
        font-size: 24px;
        width: 350px;
    }
    .landing-banner .gradient-bg h4 {
        font-size: 48px;
        margin-bottom: 0;
    }
    .pre-register-banner h6 {
        text-align: center;
        margin-top: 30px;
        color: #fff;
    }
    .pre-register-text h1 {
        font-size: 60px;
        font-weight: 400;
    }
    .pre-register-text h2 {
        position: absolute;
        font-size: 60px;
    }
    .seminar-block {
        padding: 20px 0;
    }
    .seminar-block .seminar-btn {
        margin: 0;
    }
    .prize-box-container .prize-box {
        width: 25%;
    }
    .qr-section-container {
        padding: 80px 30px;
    }
}

@media(max-width:768px) {
    .landing-banner {
        height: auto;
        text-align: center;
        padding: 20px 0;
    }
    .landing-banner .landing-btns {
        align-items: center;
    }
    .landing-banner .landing-btns a,
    .yellow-btn.big {
        font-size: 20px;
        width: 250px;
    }
    .landing-banner img {
        width: 40%;
    }
    .landing-banner .gradient-bg {
        text-align: center;
        background: linear-gradient(to right, rgba(0, 0, 0, .6) 100%, rgba(0, 0, 0, .6) 100%);
        margin-top: 20px;
    }
    .landing-banner h2 {
        font-size: 60px;
        line-height: 80%;
    }
    .landing-banner h3 {
        font-size: 48px;
        margin-top: 20px;
    }
    .application-box .application-form-content .paying-check h2 {
        font-size: 30px;
    }
    .application-box .application-form-content .paying-check h3 {
        font-size: 18px;
    }
    .application-box .application-form-content .paying-check {
        padding: 20px;
    }
    .sorting-options+p {
        font-size: 18px;
    }
    .sorting-options li {
        display: inline-flex;
        font-size: 15px;
    }
    .sorting-options .sort-square {
        height: 20px;
        width: 40px;
        margin-right: 5px;
    }
    .application-box .application-form-content .booth-setup-day h4 {
        font-size: 24px;
    }
    .application-box .application-form-content p.italic {
        width: 100%;
    }
    .pre-register-banner h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .pre-register-text h1 {
        font-size: 36px;
        font-weight: 400;
    }
    .pre-register-text h2 {
        position: absolute;
        font-size: 36px;
        bottom: -26px;
    }
    .white-section-box {
        flex-direction: column;
        text-align: center;
    }
    .white-section-box .wh-img img {
        width: 100px;
    }
    .white-section-box h1 {
        font-size: 36px;
    }
    .white-section-box p {
        font-size: 18px;
    }
    .prize-box-container .prize-box {
        width: 33.3333%;
    }
    .door-prizes h1 {
        font-size: 60px;
        padding-bottom: 20px;
    }
    .py-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tournament-rules h1,
    .team-registration h1 {
        font-size: 60px;
    }
    .tournament-rules h3 {
        font-size: 30px;
    }
    .sponsor-tournament .form-check label {
        font-size: 18px;
        line-height: 18px;
    }
    .sponsor-tournament .cell-row {
        flex-direction: column;
        align-items: start;
    }
}

@media(max-width:576px) {
    .prize-box-container .prize-box {
        width: 50%;
    }
    .door-prizes h1 {
        font-size: 48px;
        padding-bottom: 20px;
    }
    .pre-register-banner h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .pre-register-banner h3 {
        font-size: 36px;
    }
    .battle-of-bay-text h2 {
        width: auto;
        position: relative;
        bottom: 0;
        transform: none;
        left: 0;
    }
    .battle-of-bay-text .pre-register-box {
        padding-bottom: 15px;
    }
}