@media only screen and (max-width:767px) {
    .header {
        padding-top: 21px;
        padding-bottom: 30px;
    }

    .padding-wrapper {
        padding: 0 15px;
    }

    .logo img {
        width: 121px;
    }

    .section1 h1 {
        font-size: 36px;
        line-height: 39px;
        min-height: 120px;
    }

    .section1 p {
        font-size: 15px;
        padding: 20px 0;
    }

    .app-play button {
        padding: 12px 20px;
        font-size: 13px;
    }

    .app-play {
        padding-bottom: 20px;
        justify-content: center;
    }

    .mobile-banner {
        display: block;
        height: 268px;
        object-fit: contain;
    }

    .banner-right img:nth-child(2),
    .banner-right img:first-child {
        display: none;
    }

    .section2 {
        padding: 20px 10px 20px;
    }

    .event-sec {
        border-radius: 24px;
        padding: 40px 5px 30px;
    }

    .sec2-sub1 h2 {
        font-size: 30px;
    }

    .sec2-sub1 p {
        font-size: 15px;
        padding: 16px 0 25px;
        width: 100%;
    }

    .sec2-sub {
        border-radius: 12px;
        padding: 15px;
    }

    .sec2-sub img {
        width: 60px;
        height: 60px;
    }

    .sec2-sub h6 {
        font-size: 15px;
        padding-top: 15px;
        line-height: 22px;
    }

    .sec2-subrow {
        row-gap: 15px;
    }

    .sec2-sub1 {
        padding-bottom: 30px;
    }

    .sec2-sub2 {
        padding: 30px 10px;
    }

    .sec2-sub2 h2 {
        font-size: 30px;
        line-height: 41px;
    }

    .sec2-sub2 h2 img {
        top: 0;
        left: 0px;
        width: 20px;
        height: auto;
    }

    .sec2-sub2 p {
        padding-top: 30px;
        font-size: 15px;
    }

    .sec2-sub3 h6 {
        font-size: 18px;
        padding: 30px 0;
    }

    .each-button button {
        padding: 15px 30px;
        font-size: 12px;
    }

    .sec3-sub h2 {
        padding: 20px 0;
        line-height: 36px;
        font-size: 30px;
    }

    .event1,
    .event {
        padding: 19px 34px 30px;
        border-radius: 20px;
    }

    .event p {
        font-size: 24px;
        padding-top: 16px;
        line-height: 32px;
    }

    .section3-row {
        row-gap: 20px;
    }

    .promote-sec {
        padding: 38px 10px 0;
        border-radius: 24px;
    }

    .promote-sec h6 {
        font-size: 30px;
        width: 100%;
        padding-bottom: 39px;
    }

    .sec3-center img {
        height: 300px;
    }

    .event1 p {
        font-size: 17px;
    }

    .sec3-right .event p {
        padding-top: 16px;
    }

    .section4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section1 {
        text-align: center;
    }

    .section4 .sec3-sub h2 span {
        display: inline !important;
    }

    .section4 .sec3-sub h2 {
        padding-bottom: 10px;
        font-size: 25px;
    }

    .section4 .sec3-sub p {
        font-size: 15px;
        width: 100%;
        padding-bottom: 30px;
    }

    .sec4-left img {
        height: auto;
    }

    .sec4-leftimg {
        left: 0px;
        bottom: 17px;
        width: 62%;
    }

    .sec4-sub {
        padding: 30px 0;
    }

    .sec4-sub h6 {
        font-size: 16px;
    }

    .form-sec {
        padding: 30px 0;
        border-radius: 0 0 24px 24px;
    }

    .form-sec h4 {
        font-size: 25px;
        width: 100%;
    }

    .form-sec p {
        font-size: 17px;
        padding: 10px 0 24px;
    }

    .form-flex {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .form-flex input {
        padding: 10px 18px;
    }

    .form-sec button {
        font-size: 14px;
        width: 50%;
        padding: 11px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer-left {
        flex-direction: row !important;
        column-gap: 10px;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-footer {
        flex-direction: column;
        row-gap: 15px;
        align-items: baseline !important;
    }

    .footer-left a,
    .footer-row2 h6,
    .footer-right h6 {
        font-size: 12px;
    }

    .foot-button button {
        padding: 10px 25px;
        font-size: 14px;
    }

    .footer-right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-row2 {
        padding-top: 0;
        padding-bottom: 30px;
        flex-direction: column;
        row-gap: 30px;
        align-items: flex-start !important;
    }

    .foot-logo img {
        height: 93px;
    }

    .footer-last {
        padding: 12px 0;
    }

    .header-right {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-50%);
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        background-image: linear-gradient( #FFCC33 21%, #DB3171 79%);
        z-index: 9;
        flex-direction: column;
        align-items: flex-start !important;
        padding: 20px;
        row-gap: 20px;
        transition: 0.25s all;
    }

    .header-right.show {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);

    }
    .background-button {
        background-image: unset;
        background: #000;
    }

    .header {
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .close-btn{
        position: absolute;
        top: 19px;
        right: 20px;
        border: 0;
        padding: 0;
        background-color: transparent;
        display: block;
        font-size: 40px;
        color: #230B3F;
    }

    .menu-btn{
        display: block;
        border: 0;
        background-color: transparent;
        padding: 0;
        font-size: 30px;
        color: #230B3F;
    }
}