@import url('fonts/fonts.css');
body {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}
html,body{
    overflow-x: hidden;
}
*{
    outline: none;
    box-sizing: border-box;
}
.uk-container {
    max-width: 1200px;
}
header#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 333;
}
#headerPC{
    padding: 35px 0;
    text-align: right;
}

.logo{
    position: absolute;
    top: 13px;
    left: 21px;
}

#banner {
    position: relative;
    /*height: 100vh;*/
    background: url(images/F1.webp) no-repeat center center/cover;
}
#banner .uk-container{
    max-width: 1417px;
}
#videoBG {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-group-cta {
    width: 100%;
    max-width: 684px;
    box-sizing: border-box;
    /* background: url(images/F1/bg_cta_box.png) no-repeat center center/100% 100%; */
    position: absolute;
    bottom: 120px;
}

.banner-group-cta-button{
    width: 228px;
    height: 72px;
}
.banner-group-cta-button:hover img.hover{
    width: 292px;
    height: 85px;
    max-width: 292px;
    left: -32px;
}
.banner-group-cta-giftcode{
    width: 198px;
    height: 207px;
    position: relative;
    top: -20px;
}
/*.banner-group-cta-right a{
    width: 186px;
    height: 48px;
}*/
.button_hover_style{
    position: relative;
    display: inline-block;
}
.button_hover_style img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opaciy .3s ease-out;
}
.button_hover_style img.hover {
    opacity: 0;
    visibility: hidden;
    
}
.banner-group-cta-button img.hover{
    top: -10px;
}
.button_hover_style:hover img.hover {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.main-header{
    padding: 0 105px;
}
.main-header-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-header-menu li{
    padding: 0 19px;
    line-height: 1;
    position: relative;
}
.main-header-menu li.active:before, .main-header-menu li:hover:before{
    content: '';
    display: inline-block;
    width: 53px;
    height: 5px;
    background: #9ae9ff;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.main-header-menu a{
    font-family: 'Barlow',sans-serif;
    font-weight: 600;
    color: #FFF;
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.main-header-menu li.active a, .main-header-menu li:hover a{
    color: #fff470;
    text-decoration: none;
}
/*#section2 {
    background: url(images/bg_sec2.webp) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 100px;
    height: 3568px;
    box-sizing: border-box;
    position: relative;
}*/
.f2{
    padding-bottom: 48px;
    background: url(https://megamon.asia/images/bg_f2.webp) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 100px;
    box-sizing: border-box;
    margin-top: -61px;
    /*overflow-x: hidden;*/
}
.f2-content{
    max-width: 1368px;
}
.board{
    max-width: 1293px;
    background: url(https://megamon.asia/images/F2/board.png) no-repeat left top/contain;
    padding: 20px 125px 58px;
    position: relative;
}
.relative{
    position: relative;
}
.f2_ball2{
    position: absolute;
    bottom: 25%;
    left: 0;
}
.f2_ball1{
    position: absolute;
    top: 168px;
    right: 11%;
}
.f2_char {
    max-width: 440px;
    position: absolute;
    bottom: -182px;
    right: 11.5%;
}
.f2_char img {
    max-width: max-content;
}
.uk-tooltip {
    width: 470px;
    max-width: 470px;
    height: 188px !important;
    padding: 15px;
    background: url(images/bg_tooltip.webp) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    top: -220px !important;
    left: -175px !important;
}
.uk-tooltip ul{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.uk-tooltip ul li{
    font-family: 'UTM Facebook K&T';
    font-size: 23px;
    line-height: normal;
}




@-webkit-keyframes zoomLittle{
    0%{
        -webkit-transform: scale(0.3);
                transform: scale(0.3);
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes zoomLittle{
    0%{
        -webkit-transform: scale(0.3);
                transform: scale(0.3);
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@-webkit-keyframes ani {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ani {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ic-arrow {
    50% {
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
}
@keyframes ic-arrow {
    50% {
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    width: 57px;
    height: 122px;
    font-size: 0;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 999;
    background: url(images/Pre.webp) no-repeat center center/contain;
}
button.slick-next.slick-arrow{
    left: auto;
    right: -60px;
    background: url(images/Next.webp) no-repeat center center/contain;
}
#gallery{
    padding: 23px 0 62px;
    /*margin-top: -57px;*/
    position: relative;
    background: url(images/F3_bg.webp) no-repeat top center/100% 100%;
    /*overflow-x: hidden;*/
}

.gallery-container{
    max-width: 1648px;
    margin: auto;
    position: relative;
}
.f3_char1 {
    position: absolute;
    top: 90px;
    left: -318px;
    -webkit-animation-name: gentleSway;
    animation-name: gentleSway;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.f3_char2 {
    position: absolute;
    top: 183px;
    right: -206px;
    -webkit-animation-name: gentleSway2;
    animation-name: gentleSway2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
img.f3_ball3 {
    position: absolute;
    bottom: 0;
    right: -129px;
}
.shake{
    -webkit-animation: tranUpDown 4s infinite;
    animation: tranUpDown 4s infinite;
}
.gallery-slider .gallery-slider-item{
    opacity: 0;
    visibility: hidden;
}
.gallery-slider .gallery-slider-item.slick-active{
    opacity: 1;
    visibility: visible;
}
.gallery-slider .gallery-slider-item img{
    filter: brightness(0.5);
/*    transform: scale(1.5);*/
}
.gallery-slider .slick-track{
    display: flex;
    align-items: center;
}
.gallery-slider .slick-current.slick-active{
    min-height: 593px;
    aspect-ratio: 1095/593;
}
/*.gallery-slider .slick-active:not(.slick-current) img{
    transform: translateX(60%) scale(1.65);
}*/
.gallery-slider .slick-current.slick-active img{
  /*transform: scale(1.96);*/
   position: relative; 
  z-index: 999;
}

/*.gallery-slider .slick-current.slick-active+.slick-active img{
    transform: translateX(-60%) scale(1.65);
}*/

.gallery-slider .slick-current.slick-active img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1);
}

#gallery .slick-arrow {
    left: 105px;
}
#gallery button.slick-next.slick-arrow{
    left: auto;
    right: 105px;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 22px;
}
ul.slick-dots li button{
    font-size: 0;
    outline: none;
    width: 82px;
    height: 79px;
    background: url('images/dot.webp') no-repeat center center/contain;
    border: none;
    cursor: pointer;
}
ul.slick-dots li.slick-active button{
    background: url('images/dot_active.webp') no-repeat center center/contain;
}
ul.slick-dots {
    text-align: center;
    padding-left: 0;
    margin: 15px 0px 0px;
    z-index: 99999;
    position: relative;
}
.F4{
    background: url(images/F4_bg.webp) no-repeat top center/100% 100%;
    padding: 37px 0 108px;
    position: relative;
    overflow: hidden;
}
.F4-head {
    position: relative;
    z-index: 2;
}
.F4-text img {
    margin-top: -200px;
    margin-left: -46px;
}
.f4_ball{
    position: absolute;
    bottom: -177px;
    right: 0;
}
img.f4_ball2 {
    position: absolute;
    top: 20px;
    left: 33px;
}
.event-list{
    gap: 30px;
    position: relative;
    z-index: 22;
    /*display: grid;
    grid-template-columns: repeat(3,1fr);*/
    /* justify-content: center; */
}
.event-item {
    text-align: center;
}
.event-item .item-normal{
    -webkit-animation: ic-arrow 4s infinite;
    animation: ic-arrow 4s infinite;
}
.item-pokemon-active {
    /* display: none; */
    z-index: 0;
}

.pokemon {
    margin-top: 20px;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 20px auto 0;
}

.item-pokemon-normal {
    display: none;
}

.item-pokemon-active {
    display: inline-block;
}

.event-item.active ~ .event-item .item-pokemon-active{
    display: none;
}
.event-item.active ~ .event-item .item-pokemon-normal{
    display: inline-block;
}
progress#js-progressbar {
    margin: 0;
    border: 4px solid #b9ffe3;
    height: 25px;
}

.event-percent {
    margin-top: -36px;
    position: relative;
}
img.process-icon{
    position: absolute;
    z-inde;
    z-index: 22;
    bottom: 14px;
}
.event-percent .uk-progress::-webkit-progress-value {
    background: rgb(178,226,97);
    background: linear-gradient(125deg, #34e9a8 9%, #b8fb5d 100%);
}
.pokemon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* z-index: 11111; */
}

img.item-pokemon.item-pokemon-normal {
    z-index: 222;
}
#footer{
    padding: 53px 0 35px;
    background: #0c0c0c;
    position: relative;
}
.footer-logo{
    margin-bottom: 17px;
}
#footer p{
    font-family: 'Barlow';
    font-size: 22px;
    line-height: 1.5;
    color: #FFF;
    margin: 0;
}
.footer-text {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.footer-text:after {
    content: '';
    width: 47px;
    height: 3px;
    background: #01866b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.footer-menu{
    gap: 20px;
}
.footer-menu a{
    color: #FFF;
    font-family: 'Barlow';
    font-size: 28px;
}

.modal-control {
    text-align: center;
    margin-bottom: 36px;
}
.modal-control label {
    display: block;
    color: #af621e;
    font-family: 'MStiffHei HK';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 30.08px;
    letter-spacing: -0.025em;
    margin-bottom: 15px;
}
.modal-control input {
    width: 100%;
    max-width: 440px;
    height: 77px;
    border: none;
    border-radius: 0;
    outline: none;
    background: #FFF;
    padding: 0 20px;
    font-family: 'UTM Facebook';
    font-size: 20px;
}
.modal-control2{
    margin-bottom: 21px;
}
.modal-submit {
    text-align: center;
}
.modal-submit button{
    outline: none;
    border: none;
    width: 273px;
    height: 81px;
    font-size: 0;
    background: url(https://megamon.asia/images/btn_baodanh.png) no-repeat center center/contain;
    cursor: pointer;
    transition: all .3s ease;
}
.modal-submit button:hover{
    filter: brightness(120%);
}
.uk-modal-body {
    padding: 44px 122px;
    width: 683px;
    background: url(https://megamon.asia/images/bg_modal.png) no-repeat center center;
    background-size: 100% 100%;
}
a.audio-icon {
    position: absolute;
    top: 122px;
    right: 35px;
}
.hf1{
    transition: all .2s ease;
}
.hf1:hover{
    filter: brightness(120%);
}
.hf2{
    transition: all .2s ease;
}
.hf2:hover{
    filter: brightness(150%);
}
.show_mb{
    display: none !important;
}

.show-mb-inline{
    display: none !important;
}
.btn-sweep{
    position: relative;
}
.btn-sweep:before{
    top: 0;
    bottom: 0;
    left: 0;
    background: #1110 -webkit-linear-gradient(left, #1110, #ffffff52) no-repeat 0 0 / 30px;
    background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, .3);
    -webkit-animation: sweep 2.5s ease infinite;
    animation: sweep 2.5s ease infinite;
    content: "";
    position: absolute;
    right: 0;
}
.section1-code-item img {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes sweep {
    0% {
        background-position: 0 0;
    }
  
    100% {
        background-position: 100% 100%;
    }
}
@keyframes sweep {
    0% {
        background-position: 0 0;
    }
  
    100% {
        background-position: 100% 100%;
    }
}

/* Gentle sway animation for character 1 */
@-webkit-keyframes gentleSway {
    0%, 100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translateY(-8px) rotate(1deg);
        transform: translateY(-8px) rotate(1deg);
    }
    50% {
        -webkit-transform: translateY(-12px) rotate(0deg);
        transform: translateY(-12px) rotate(0deg);
    }
    75% {
        -webkit-transform: translateY(-8px) rotate(-1deg);
        transform: translateY(-8px) rotate(-1deg);
    }
}

@keyframes gentleSway {
    0%, 100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translateY(-8px) rotate(1deg);
        transform: translateY(-8px) rotate(1deg);
    }
    50% {
        -webkit-transform: translateY(-12px) rotate(0deg);
        transform: translateY(-12px) rotate(0deg);
    }
    75% {
        -webkit-transform: translateY(-8px) rotate(-1deg);
        transform: translateY(-8px) rotate(-1deg);
    }
}

/* Gentle sway animation for character 2 (slightly different timing) */
@-webkit-keyframes gentleSway2 {
    0%, 100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    30% {
        -webkit-transform: translateY(-6px) rotate(-0.8deg);
        transform: translateY(-6px) rotate(-0.8deg);
    }
    60% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    80% {
        -webkit-transform: translateY(-6px) rotate(0.8deg);
        transform: translateY(-6px) rotate(0.8deg);
    }
}

@keyframes gentleSway2 {
    0%, 100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    30% {
        -webkit-transform: translateY(-6px) rotate(-0.8deg);
        transform: translateY(-6px) rotate(-0.8deg);
    }
    60% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    80% {
        -webkit-transform: translateY(-6px) rotate(0.8deg);
        transform: translateY(-6px) rotate(0.8deg);
    }
}
@-webkit-keyframes tranUpDown {
  0%,100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes tranUpDown {
  0%,100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.show-md-inline{
    display: none;
}
@media (max-width: 1200px){
    html,body{
        overflow-x: hidden;
    }
    .slick-arrow{
        left: 0;
    }
    button.slick-next.slick-arrow{
        right: 0;
    }
    #FixedNav{
        display: none;
    }
}
@media (max-width: 1100px){
    .show-md-inline{
        display: inline-block;
    }
    #header{
        position: static !important;
    }
    #headerPC{
        display: none;
    }
    .main-header-mobile {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
        padding: 30px 14px 25px;
        box-sizing: border-box;
        background: #003433;
        height: 126px;
    }
    a.ic_home {
        position: absolute;
        top: 10px;
        left: 22px;
    }
    a.ic_account {
        margin-left: 24px;
        margin-right: 34px;
    }
    .menu-humburgur-icon-active {
        display: none;
    }
    span.menu-humburgur-icon.open .menu-humburgur-icon-active {
        display: inline-block;
    }
    span.menu-humburgur-icon.open .menu-humburgur-icon-n {
        display: none;
    }
    .menu-main {
        position: fixed;
        top: 131px;
        right: 0;
        width: 273px;
        background: rgb(7 1 1 / 82%);
        text-align: center;
        padding: 20px 0 50px;
        z-index: 999999;
    }
    ul#menu-main-mobile {
        list-style: none;
        padding-left: 0;
    }
    li.menu-item{
        font-size: 20px;
        line-height: 3;
        text-transform: uppercase;
        text-align: left;
        position: relative;
    }
    /*li.menu-item.active:before{
        content: '';
        display: inline-block;
        width: 7px;
        height: 14px;
        background: url(images/icon_menu_item.png) no-repeat center center/contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -23px;
    }*/
    li.menu-item a{
        color: #FFF;
    }
    .btn_register_mb {
        margin-left: 16px;
        margin-right: 35px;
    }
    .nav-right a:not(:last-child){
        margin-right: 23px;
    }
    .menu-main-content {
        padding: 0 30px;
    }
    a.audio-icon{
        top: 98px;
        right: 10px;
    }
    #videoBG{
        display: none;
    }
    main#site-main {
        padding-top: 126px;
    }
    .f2_char{
        display: none;
    }
    #banner{
        height: 1304px;
        background-image: url(images/section1-bg_mb.webp);
        background-size: 100% 100%;
    }
    
    .banner-group-cta{
        left: 50%;
        transform: translateX(-50%);
    }
    
    #section2{
        margin-top: 0;
        /* background-image: url(images/bg_sec2_mb.png); */
    }
    .board{
        background-size: 100% 100%;
        padding: 20px 50px 58px;
    }
    #gallery{
        display: none;
    }
    .gallery-slider-mobile-item img{
        width: 100%;
    }
    #galleryMB {
        display: block !important;
        padding: 126px 0 120px;
        background: url(images/F3_bg_mb.webp) no-repeat top center / 100% 100%;
        /* margin-top: -6.901vw; */
    }
    ul.slick-dots{
        margin: 53px 0px 0px;
    }
    .f3_char1_mb {
        position: absolute;
        left: 0;
        bottom: 22px;
    }
    .f3_char2_mb {
        position: absolute;
        right: 0;
        bottom: 8px;
    }
}
@media(max-width: 768px){
    .hide-mb{
        display: none !important;
    }
    .show_mb{
        display: block !important;
    }

    .show-mb-inline{
        display: inline-block !important;
    }
    .main-header-mobile{
        padding: 3.906vw 1.823vw 3.255vw;
        height: 16.406vw;
    }
    main#site-main{
        padding-top: 16.406vw;
    }
    #banner {
        height: 157.552vw;
        min-height: auto !important;
    }
    .f2-content.uk-container {
        padding: 0;
    }
    a.ic_home {
        position: absolute;
        top: 2.604vw;
        left: 2.865vw;
    }
    a.ic_home img{
        max-width: 16.927vw;
    }
    a.ic_account {
        margin-left: 0.651vw;
        margin-right: 1.823vw;
    }
    .ic_mb img{
        max-width: 32.943vw;
    }
    span.menu-humburgur-icon {
        line-height: 0;
    }
    span.menu-humburgur-icon img{
        max-width: 6.771vw;
    }
    .menu-main{
        top: 16.406vw;
        padding: 2.604vw 0 6.51vw;
        width: 100vw;
    }
    .menu-main-content {
        padding: 0 3.906vw;
    }
    li.menu-item{
        font-size: 4.818vw;
        text-align: center;
        font-weight: bold;
    }
    li.menu-item.active:before{
        width: 0.911vw;
        height: 1.823vw;
        left: -2.995vw;
    }
    .banner-group-cta-register {
        width: 19.01vw;
        height: 20.443vw;
    }
    .banner-group-cta{
        padding: 0;
        background: none;
        max-width: 100%;
        bottom: 9.766vw;
    }
    .banner-group-cta-support {
        width: 19.01vw;
        height: 20.052vw;
    }
    .banner-group-cta-right a {
        width: 25.781vw;
        height: 26.953vw;
        top: -2.604vw;
    }
    .banner-group-cta-button {
        width: 29.688vw;
        height: 9.375vw;
    }
    .banner-group-cta-inner {
        max-width: 89.844vw;
        margin: auto;
    }
    .banner-group-cta-button:hover img.hover {
        width: 38.021vw;
        height: 11.068vw;
        max-width: 38.021vw;
        left: -4.167vw;
    }
    .banner-group-cta-button img.hover {
        top: -1.302vw;
    }
    #section2 {
        /*margin-top: -9.505vw;
        padding-top: 10.807vw;*/
    }
    .f2{
        background-image: url(https://megamon.asia/images/bg_f2_mb.png);
        margin-top: -7.943vw;
        padding-top: 11.458vw;
        padding-bottom: 13.542vw;
    }
    .f2-title img{
        max-width: 80.469vw;
    }
    .f2-title{
        margin-bottom: 5.99vw;
    }
    
    .f2_ball1{
        right: 8%;
        z-index: 222;
        max-width: 17.708vw;
        top: 28.417vw;
    }
    
    section#galleryMB {
        padding: 41.406vw 0 15.625vw;
        background: url(images/F3_bg_mb.webp) no-repeat top center / 100% 100%;
    }
    .gallery-head img {
        max-width: 79.818vw;
    }
    img.f3_char1_mb {
        position: absolute;
        max-width: 10.417vw;
        bottom: 2.865vw;
        left: 0;
        -webkit-animation-name: gentleSway;
        animation-name: gentleSway;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    .f3_char2_mb{
        position: absolute;
        bottom: 8px;
        right: 0;
        max-width: 12.109vw;
        -webkit-animation-name: gentleSway2;
        animation-name: gentleSway2;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 3.5s;
        animation-duration: 3.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    img.f3_ball3 {
        bottom: auto;
        left: 44.271vw;
        top: -27.214vw;
        max-width: 29.557vw;
    }
    ul.slick-dots{
        margin: 8.073vw 0px 0px;
    }
    .F4 {
        background: url(images/F4_bg_mb.webp) no-repeat top center / 100% 100%;
        /*margin-top: -2.083vw;*/
        position: relative;
        padding: 9.115vw 0 7.813vw;
    }
    .F4-text img {
        margin-top: -33.594vw;
        margin-left: 0;
    }
    .F4-head {
        margin-bottom: 8.333vw !important;
    }
    
    .f4_ball {
        position: absolute;
        bottom: -36vw;
        right: 0;
        max-width: 48.958vw;
    }
    .event-percent,.pokemon{
        display: none;
    }
    .event-list{
        gap: 3.906vw;
        flex-wrap: wrap;
    }
    .event-item .item-normal{
        max-width: 26.172vw;
    }
    #footer {
        padding: 12.37vw 0;
        /* background: url(images/bg_footer_mb.png) no-repeat top center / 100% 100%; */
        /* margin-top: -3.516vw; */
    }
    .footer-logo {
        margin-bottom: 3.125vw;
    }
    .footer-logo img {
        max-width: 37.24vw;
    }
    #footer p{
        font-size: 2.995vw;
    }
    #footer .uk-container{
        padding: 0;
    }
    .footer-text {
        padding: 0 3.906vw 3.255vw;
        margin-bottom: 3.255vw;
    }
    .footer-menu a {
        font-size: 3.646vw;
    }
    section#galleryMB {
        padding: 12.76vw 0 19.271vw;
        position: relative;
    }
   
    ul.slick-dots li button{
        width: 10.677vw;
        height: 10.286vw;
    }
    ul.slick-dots li.slick-active button{
        width: 10.677vw;
        height: 10.286vw;
    }
    ul.slick-dots li{
        margin: 0 2.995vw;
    }
    
    .uk-modal-body {
        padding: 5.729vw 15.885vw;
        width: 88.932vw;
    }
    .modal-control label{
        font-size: 3.516vw;
        line-height: 30.08px;
        margin-bottom: 3.917vw;
    }
    .modal-control input{
        max-width: 57.292vw;
        height: 10.026vw;
        padding: 0 2.604vw;
        font-size: 2.604vw;
    }
    .modal-control {
        text-align: center;
        margin-bottom: 4.688vw;
    }
    .modal-control2 {
        margin-bottom: 2.734vw;
    }
    .modal-submit button{
        width: 35.547vw;
        height: 10.547vw;
    }
    .banner-user-registed h2{
        font-size: 3.167vw;
        line-height: 5.397vw;
    }
    .banner-user-registed{
        max-width: 73.177vw;
        margin: auto;
        background-size: 100% 100%;
    }
    a.audio-icon {
        top: 12.760vw;
        right: 1.302vw;;
        z-index: 333;
    }
    a.audio-icon img{
        max-width: 4.297vw;
    }
    .uk-tooltip {
        width: 61.198vw;
        max-width: 61.198vw;
        height: 24.479vw !important;
        padding: 1.953vw;
        background-size: 100% 100%;
        border-radius: 0px;
        color: #fff;
        text-align: center;
        top: 90vw !important;
        left: 22.786vw !important;
        z-index: 999999999;
    }
    .uk-tooltip ul li{
        font-size: 2.995vw;
        line-height: normal;
    }
    
    
}
/* ===== Language switcher (i18n) ===== */
.main-header-menu .lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
}
.main-header-menu .lang-switch .lang-sep {
    color: #fff;
    opacity: 0.5;
}
.lang-btn {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 2px 4px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}
.lang-btn:hover { opacity: 1; }
.lang-btn.active {
    opacity: 1;
    color: #ffd24a;
    text-decoration: underline;
}
.lang-switch-mobile {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

/* SEO: visually hidden but readable by crawlers and screen-readers */
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
