@import url('https://www.lytogame.com/css/?family=Arial%20Rounded%20MT');
@import url('https://www.lytogame.com/css/?family=Gotham%20Rounded');
@import url('https://www.lytogame.com/css/?family=Poppins');
@import url('https://www.lytogame.com/css/?family=Trajan%20Pro');
@import url('https://www.lytogame.com/css/?family=Roboto');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #332141;

}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    outline-offset: -2px;
}

strong,
b {
    font-family: 'Poppins Bold';
}

:focus {
    outline: 0;
    outline-offset: -2px;
}

.btn {
    outline: 0;
    outline-offset: -2px;
    border-radius: 0;
}

.shake:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 1s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline-offset: -2px;
}

/*@media (min-width: 1600px) {
  .container {
    width: 1330px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1540px;
  }
}*/
@media (min-width: 1200px) {
    .container {
        width: 81.25vw;
    }

    #lyto-tab-platform .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 81.25vw;
    }

    #lyto-tab-platform .container {
        width: 1170px;
    }
}

@media(max-width: 768px) {
    body {
        margin-top: 70px;
    }
}

/*=================================================================== ANI ==================================================================*/
/* Shrink */
.hov-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hov-shrink:hover,
.hov-shrink:focus,
.hov-shrink:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

/* Shrink*/

/* Rotate */
.hov-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hov-rotate:hover,
.hov-rotate:focus,
.hov-rotate:active {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

.ease {
    transition: all 0.2s ease-in;
}

.ease:hover,
.ease:focus {
    transition: all 0.2s ease-out;
}

/*======================================================================== END ANI =====================================================================*/

/*===================================================================== MAIN MENU ======================================================================*/
.lyto-bgmainmenu {
    background: #000;
    height: 59px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

ul#lyto-listmainmenu {
    margin: 0 auto;
    position: relative;
    /* width: 700px; */
    width: 290px;
}

ul#lyto-listmainmenu li {
    float: left;
    display: inline;
    margin-top: 4px;
    text-align: center;
    overflow: hidden;
    /* border-right: 1px solid #4f8faa; */
    border-right: 1px solid #aa864f
}

ul#lyto-listmainmenu li:first-child {
    border-left: 1px solid #aa864f;
}

ul#lyto-listmainmenu li a {
    float: left;
    display: inline;
}

ul#lyto-listmainmenu li a span {
    display: none;
}

ul#lyto-listmainmenu li a#lyto-btnweb {
    background: url(../images/layout/mainmenu/btnwebnew_h.png);
    height: 51px;
    width: 194px;
}

ul#lyto-listmainmenu li a#lyto-btnweb:hover,
ul#lyto-listmainmenu li.selected a#lyto-btnweb {
    background: url(../images/layout/mainmenu/btnwebnew_h.png);
    height: 51px;
    width: 194px;
}

ul#lyto-listmainmenu li a#lyto-btnregis {
    background: url(../images/layout/mainmenu/btnregisnew.png);
    height: 51px;
    width: 184px;
}

ul#lyto-listmainmenu li a#lyto-btnregis:hover,
ul#lyto-listmainmenu li.selected a#lyto-btnregis {
    background: url(../images/layout/mainmenu/btnregisnew_h.png);
    height: 51px;
    width: 184px;
}

ul#lyto-listmainmenu li a#lyto-btndownload {
    background: url(../images/layout/mainmenu/btndownloadnew.png);
    height: 51px;
    width: 223px;
}

ul#lyto-listmainmenu li a#lyto-btndownload:hover,
ul#lyto-listmainmenu li.selected a#lyto-btndownload {
    background: url(../images/layout/mainmenu/btndownloadnew_h.png);
    height: 51px;
    width: 223px;
}

@media(max-width: 768px) {
    .lyto-mainmenu {
        background-color: #080607;
    }

    ul.lyto-listmenu {
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
        list-style-type: none;
        padding-left: 0;
        width: 100%;
    }

    ul.lyto-listmenu li {
        float: left;
        display: inline-table;
        width: 38.33333333%;
        /* border-right: 1px solid #4f8faa; */
        border-right: 1px solid #aa864f;
        height: 7vw;
        border-left: 1px solid #aa864f;
        margin-left: 27vw;
    }

    ul.lyto-listmenu li img {
        padding: 0 10px 0 5px;
        position: relative;
        /* top: 7px; */
    }
}

/*================================================================== END MAIN MENU =====================================================================*/
.navbar {
    border-radius: 0;
    font-family: 'Gotham Rounded Medium';
    font-size: 12pt;
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .navbar-toggle {
        position: relative;
        float: left;
        padding: 10px 20px;
        margin-top: 10px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
    }

    .navbar {
        border: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 40px;
        height: 4px;
        border-radius: 0;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 10px;
    }

    .affix~* section {
        top: unset;
    }

    .lyto-navbar-brand {
        color: #fff;
        display: block;
        height: 50px;
        padding: 15px 15px;
        font-size: 11pt;
        line-height: 20px;
        margin: 10px 0 8px;
    }
}

/*==================================================== SECTION 1 ==========================================================*/
.section1 {
    background: url(../images/layout/section1/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 50.5vw;
    display: block;
    position: relative;
    z-index: 2;
}

@-o-keyframes cloud1 {

    /* 0%   { margin-left: 0;}
    50%   { margin-left: 3vw;}
    100% { margin-left: 0;} */
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(3vw)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes cloud1 {

    /* 0%   { margin-left: 0;}
    50%   { margin-left: 3vw;}
    100% { margin-left: 0;} */
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(3vw)
    }

    100% {
        transform: translateX(0)
    }
}

.cloud {
    width: 18vw;
    -webkit-animation: cloud1 5s infinite;
    -moz-animation: cloud1 5s infinite;
    -o-animation: cloud1 5s infinite;
    animation: cloud1 5s infinite;
    margin-top: 38vw;
    left: 19vw;
    position: relative;

    &:hover {
        transition: 0.8s;
        filter: hue-rotate(45deg);
    }
}

@media(max-width: 768px) {
    .section1 {
        background: url(../images/layout/section1/mobile/bg.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 178vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 6;
    }

    .cloud {
        width: 50vw;
        margin-top: 120vw;
        left: 0vw;
    }
}

/*================================================== END SECTION 1 ========================================================*/

/*==================================================== SECTION MID ==========================================================*/
.sectionmid {
    background: url(../images/layout/sectionmid/bg.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 64vw;
    display: block;
    position: relative;
    margin-top: -15.5vw;
}

.sectionmid .row {
    margin-right: 0vw;
    margin-left: 0vw;
}

@-o-keyframes cloud2-left1 {

    /* 0%   { margin-left: 0;}
    50%   { margin-left: 1vw;}
    100% { margin-left: 0;} */
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(1.5vw)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes cloud2-left1 {

    /* 0%   { margin-left: 0;}
    50%   { margin-left: 1vw;}
    100% { margin-left: 0;} */
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(1.5vw)
    }

    100% {
        transform: translateX(0)
    }
}

.cloud2-left {
    width: 40vw;
    left: -2vw;
    position: absolute;
    top: 50vw;
    -webkit-animation: cloud2-left1 4s infinite;
    -moz-animation: cloud2-left1 4s infinite;
    -o-animation: cloud2-left1 4s infinite;
    animation: cloud2-left1 4s infinite;
    z-index: 3;
}

@-o-keyframes cloud2-right1 {

    /* 0%   { margin-top: 0;}
    50%   { margin-top: 1vw;}
    100% { margin-top: 0;} */
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(1.5vw)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes cloud2-right1 {

    /* 0%   { margin-top: 0;}
    50%   { margin-top: 1vw;}
    100% { margin-top: 0;} */
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(1.5vw)
    }

    100% {
        transform: translateY(0)
    }
}

.cloud2-right {
    width: 28vw;
    text-align: right;
    right: 0vw;
    top: 50vw;
    position: absolute;
    -webkit-animation: cloud2-right1 4s infinite;
    -moz-animation: cloud2-right1 4s infinite;
    -o-animation: cloud2-right1 4s infinite;
    animation: cloud2-right1 4s infinite;
    z-index: 3;
}

@media(max-width: 768px) {
    .sectionmid {
        background: url(../images/layout/sectionmid/mobile/bg.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 180vw;
        display: block;
        position: relative;
        margin-top: -30vw;
        z-index: 5;
        /* overflow: hidden; */
    }

    .swiper {
        width: 65%;
    }

    .swiper-slide img {
        width: 65vw;
    }

    .cloud-m3 {
        position: absolute;
        width: 50vw;
        right: 0;
        bottom: 0;
        margin-bottom: -5vw;
        -webkit-animation: cloud-y 4s infinite;
        -moz-animation: cloud-y 4s infinite;
        -o-animation: cloud-y 4s infinite;
        animation: cloud-y 4s infinite;
        animation-delay: 2s;
    }

    @-o-keyframes cloud-y {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-3vw)
        }

        100% {
            transform: translateY(0)
        }
    }

    @keyframes cloud-y {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-3vw)
        }

        100% {
            transform: translateY(0)
        }
    }

    .snake-tail {
        position: absolute;
        width: 55vw;
        left: 0;
        top: 0;
        margin-top: 10vw;
        -webkit-animation: snake-tail 4s infinite;
        -moz-animation: snake-tail 4s infinite;
        -o-animation: snake-tail 4s infinite;
        animation: snake-tail 4s infinite;
        animation-delay: 2s;
    }

    @-o-keyframes snake-tail {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(3vw)
        }

        100% {
            transform: translateY(0)
        }
    }

    @keyframes snake-tail {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(3vw)
        }

        100% {
            transform: translateY(0)
        }
    }

    .snake-body {
        position: absolute;
        width: 45vw;
        right: 0;
        top: -15vw;
        -webkit-animation: snake-body 4s infinite;
        -moz-animation: snake-body 4s infinite;
        -o-animation: snake-body 4s infinite;
        animation: snake-body 4s infinite;
        animation-delay: 2s;
    }

    @-o-keyframes snake-body {
        0% {
            transform: translate(0);
        }

        50% {
            transform: translate(3vw, -3vw)
        }

        100% {
            transform: translate(0)
        }
    }

    @keyframes snake-body {
        0% {
            transform: translate(0);
        }

        50% {
            transform: translate(3vw, -3vw)
        }

        100% {
            transform: translate(0)
        }
    }
}

/*================================================== END SECTION MID ========================================================*/

/*==================================================== SECTION 2 ==========================================================*/
.section2 {
    background: url(../images/layout/section2/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 48.8vw;
    display: block;
    position: relative;
}

.section2 .row {
    margin-right: 0vw;
    margin-left: 0vw;
}

.container-flash-sale {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4vw;
    margin-top: 22vw;
    z-index: 0;
    position: relative; */
    margin-top: 0vw
}

.btn-click {
    width: 13vw;
    left: 25vw;
    position: absolute;
    top: 40vw;

    &:hover {
        transition: 0.7s;
        filter: grayscale(1);
    }
}


@media(max-width: 768px) {
    .section2 {
        background: url(../images/layout/section2/mobile/bg.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 115vw;
        display: block;
        position: relative;
        margin-top: -5vw;
        z-index: 4;
        padding-top: 85vw;
    }

    .btn-click {
        width: 32vw;
        margin-top: 60vw;
        left: 34vw;
    }

    .container-flash-sale {
        margin-top: 0vw;
        /* row-gap: 15vw; */
    }

    .card-container {
        margin-top: 60vw;
    }
}

/*================================================== END SECTION 2 ========================================================*/

/*==================================================== SECTION 3 ==========================================================*/
.section3 {
    background: url(../images/layout/section3/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 48.8vw;
    display: block;
    position: relative;
    z-index: 2;
}

.section3 .swiper {
    /* width: 100%; */
    width: 100%;
    height: 100%;
    left: 0 !important;
    position: absolute;
}

.section3 .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .swiper-slide img {
    display: block;
    width: 80%;
    object-fit: cover;
    margin-top: 0vw;
    position: relative;
    z-index: 1 !important;
    margin-left: 0vw;
}

.slide-idol{
    width: 70% !important;
    margin-left: -4vw !important;
    margin-top: 2vw !important;
}

.slide-pw{
    width: 82% !important;
    margin-left: 7vw !important;
}
.slide-luna{
    width: 75% !important;
    margin-top: 8vw !important;
    z-index: 1 !important;
}

/* .section3 .show-swal{
    border: 2px #000 solid;
    width: 31%;
    height: 4.2vw;
    padding: 1vw 0vw;
    position: absolute;
    z-index: 12;
    top: 43.6vw;
    right: 3.8vw;
} */

/*pagination swiper*/
.section3 .swiper-container-vertical>.swiper-pagination-bullets {
    right: 5vw;
    /* left: 5vw; */
    top: 54%;
    transform: translate3d(0px, -50%, 0);
}

.section3 .swiper-pagination-bullet {
    background: none;
    width: 6vw;
    height: 7vw;
    /* margin: 22px 0 !important; */
    margin: 30px 0 !important;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    transition: transform 0.3s ease;
    opacity: .8;
}

.section3 .swiper-pagination-bullet-active {
    transform: scale(1.2);
    opacity: 1;
}

.section3 .swiper-pagination-bullet:nth-child(1) {
    background-image: url(../images/layout/section3/icon-aoi.png);
}

.section3 .swiper-pagination-bullet-active:nth-child(1) {
    background-image: url(../images/layout/section3/icon-aoi_.png);
}

.section3 .swiper-pagination-bullet:nth-child(2) {
    background-image: url(../images/layout/section3/icon-pw.png);
}

.section3 .swiper-pagination-bullet-active:nth-child(2) {
    background-image: url(../images/layout/section3/icon-pw_.png);
}

.section3 .swiper-pagination-bullet:nth-child(3) {
    background-image: url(../images/layout/section3/icon-idol.png);
}

.section3 .swiper-pagination-bullet-active:nth-child(3) {
    background-image: url(../images/layout/section3/icon-idol_.png);
}

.section3 .swiper-pagination-bullet:nth-child(4) {
    background-image: url(../images/layout/section3/icon-lunaheroes.png);
}

.section3 .swiper-pagination-bullet-active:nth-child(4) {
    background-image: url(../images/layout/section3/icon-lunaheroes_.png);
}

/*end pagination swiper*/

.z-n {
    z-index: 99 !important;
}

.redeem-code {
    margin-left: -25vw !important;
    width: 20vw !important;
    margin-top: 5vw !important;
}

@media(max-width: 768px) {
    .section3 {
        background: url(../images/layout/section3/mobile/bg.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 145vw;
        display: block;
        position: relative;
        z-index: 3;
    }

    .img-holder {
        width: 100%;
        padding: 0vw 10vw;
        margin-top: 5vw;
        margin-bottom: 2vw;
    }

    .section3 .tab-content {
        display: flex;
        justify-content: center;
    }

    .section3 .nav-tabs {
        border-bottom: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section3 .nav-tabs img {
        width: 18vw;
    }

    .section3 .nav>li>a {
        padding: 0 !important;
    }

    .section3 .nav-tabs>li>a:hover {
        border-color: unset !important;
        background-color: transparent !important;
    }

    .section3 .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: unset;
        cursor: default;
        background-color: unset !important;
        border: none !important;
        border-bottom-color: transparent !important;
    }

    .section3 ul li a {
        margin: 2vw;

    }

    .redeem-code {
        margin-left: 19vw !important;
        width: 50vw !important;
        margin-top: -20vw !important;
    }
}

/*================================================== END SECTION 3 ========================================================*/

/*==================================================== SECTION POINT ==========================================================*/
.sectionpoint {
    background: url(../images/layout/sectionpoint/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 48.8vw;
    display: block;
    position: relative;
    z-index: 1;
    padding: 5vw 12vw;
}

.sectionpoint .row {
    margin-right: 0vw;
    margin-left: 0vw;
}

.frame-point {
    background: url(../images/layout/sectionpoint/frame-point.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

@-o-keyframes snake2-left1 {

    /* 0%   { margin-left: 0;}
    50%   { margin-left: 1vw;}
    100% { margin-left: 0;} */
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(2vw)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes snake2-left1 {

    /* 0%   { margin-left: 0;}
    50%   { margin-left: 1vw;}
    100% { margin-left: 0;} */
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(2vw)
    }

    100% {
        transform: translateX(0)
    }
}

.snake2-left {
    width: 23vw;
    left: -20vw;
    position: absolute;
    top: -7vw;
    -webkit-animation: snake2-left1 4s infinite;
    -moz-animation: snake2-left1 4s infinite;
    -o-animation: snake2-left1 4s infinite;
    animation: snake2-left1 4s infinite;
    rotate: 55deg;
}

.padding-angpao {
    padding: 0.5vw 10vw;
}

.angpao-pic {
    width: 100%;
    margin-top: 22vw;
    padding: 0vw 0vw;
}

.btn-point {
    width: 20vw;
    text-align: center;
    left: 27vw;
    top: -4vw;
    z-index: 2;
    position: absolute;
}

.btn-point:hover {
    transition: 0.8s;
    filter: grayscale(1);
}

.ketupat-shake {
    -webkit-animation: ketupat-shake 8s ease infinite;
    animation: ketupat-shake 8s ease infinite;
}

@-webkit-keyframes ketupat-shake {
    30% {
        transform: rotate(20deg)
    }

    40%,
    60% {
        transform: rotate(-20deg)
    }

    50% {
        transform: rotate(20deg)
    }

    70% {
        transform: rotate(-20deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes ketupat-shake {
    30% {
        transform: rotate(20deg)
    }

    40%,
    60% {
        transform: rotate(-20deg)
    }

    50% {
        transform: rotate(20deg)
    }

    70% {
        transform: rotate(-20deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@media(max-width: 768px) {
    .section3 ul li:not(.active){
        filter: grayscale(1);
    }
    .sectionpoint {
        background: url(../images/layout/sectionpoint/mobile/bg.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 152vw;
        display: block;
        position: relative;
        z-index: 2;
        /* padding-top: 5vw; */
        padding: 5vw;
    }

    .angpao-point {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        top: 60vw;
        z-index: 9;
        left: 0;
        right: 0;
    }

    .angpao-pic {
        width: 25%;
        margin-top: 0vw;
        padding: 0vw 2vw;
    }

    .angpao-point .break {
    flex-basis: 100%;
    height: 0;
}

    .btn-point {
        width: 40vw;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        left: 24vw;
        top: 0vw;
        z-index: 9999;
    }

    .sectionpoint a {
        display: grid;
        justify-content: center;
        margin-top: -35vw;
    }

    .frame-point {
        background: url(../images/layout/sectionpoint/mobile/frame-point.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }
}

/*================================================== END SECTION POINT ========================================================*/


/*==================================================== SECTION 4 ==========================================================*/
.section4 {
    background: url(../images/layout/section4/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 55vw;
    display: block;
    position: relative;
    z-index: 0;
}

#iframeHome body {
    background: transparent !important;
}

.section4 .container {
    display: flex;
    width: 100%;
    height: 46.3vw;
}

.section4 .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: unset !important;
    cursor: default;
    background-color: unset !important;
    border: unset !important;
    border-bottom-color: unset !important;
}

.section4 .nav-tabs>li.active {
    /* filter: grayscale(1); */
}

.section4 .nav-tabs {
    border-bottom: unset !important;
    display: flex;
    justify-content: center;
    /* margin: 5vw 0vw 0vw 53vw; */
    align-items: baseline;
    z-index: 1;
    /* left: 55vw; */
    left: 59vw;
    position: absolute;
    top: 41vw;
}

.section4 .nav-tabs>li {
    float: unset !important;
}

.section4 .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.nav-tabs li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.nav-tabs li:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}

.nav-tabs li:nth-child(3) {
    grid-column: 5;
    grid-row: 1;
}

.nav-tabs li:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.nav-tabs li:nth-child(5) {
    grid-column: 4;
    grid-row: 2;
}

@-webkit-keyframes zoom {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.section4 .nav>li>a:hover,
.section4 .nav>li>a:focus {
    text-decoration: none;
    background-color: unset !important;
    border-color: transparent !important;
}

.section4 .nav>li>a>img {
    width: 7vw;
}

.section4 .nav>li>a>img:hover {
    filter: drop-shadow(2px 4px 6px black);
    /* filter: grayscale(1); */
}

#iframeHome {
    position: absolute;
    top: 0;
    /* top: 100px; */
    left: 55px;
    /* left: 0px; */
    width: 50%;
    height: 100%;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin: 28vw 5vw !important;
}

@media(max-width: 768px) {
    .section4 {
        margin-top: -16vw;
        background: url(../images/layout/section4/mobile/bg.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 182vw;
        display: block;
        position: relative;
    }

    .section4 .container {
        height: 188.3vw;
        flex-direction: column;
    }

    /* .section4 .nav-tabs {
        margin: 1vw;
        top: 135vw;
        grid-template-columns: repeat(5, 46px);
        grid-template-rows: repeat(2, 45px);
        position: relative;
        display: flex;
        justify-content: center;
        z-index: 5 !important;
    } */

    .section4 .nav-tabs {
        border-bottom: unset !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        left: 0vw;
        margin: 0vw 0vw 0vw 0vw;
        align-items: baseline;
        z-index: 1;
        top: 130vw;
        position: relative;
    }

    .section4 .nav>li>a {
        padding: 0;
    }

    .section4 .nav>li>a>img {
        width: 21vw;
        height: 18vw;
        object-fit: contain;
        display: block;
    }

    #sec4-aoi,
    #sec4-luna,
    #sec4-idol,
    #sec4-pw,
    #sec4-lh {
        position: relative;
        width: 100%;
        padding-bottom: 25%;
        /* 16:9 Aspect Ratio */
        height: 0;
    }

    #iframeHome {
        /* width: 90vw;
        height: 135vw;
        top: 5vw; */

        width: 80vw;
        height: 125vw;
        top: 32vw;
        left: 5vw;
    }

}

/*================================================== END SECTION 4 ========================================================*/

/*==================================================== FOOTER ==========================================================*/
.footer {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    margin-top: 0vw;
    z-index: 1;
    background-image: url(../images/layout/footer/bg.png);
    /* background-color: #8a3fc9; */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    height: 7vw;
    align-items: center;
}

.btn-socmed {
    margin: 0;
    display: flex;
    justify-content: center;
    column-gap: 1vw;
}

@media(max-width: 768px) {
    .footer {
        position: relative;
        background-image: url('../images/layout/footer/mobile/bg.png');
        /* background-color: #8a3fc9; */
        background-repeat: no-repeat;
        background-position: top center;
        height: 21vw;
        flex-wrap: wrap;
    }

    .footer div:first-child {
        width: 45%;
    }

    .footer div:last-child {
        width: 60%;
    }

    .footer>div img {
        width: 100%;
    }

    .btn-socmed {
        justify-content: center;
        align-items: center;
        column-gap: 3vw;
    }
}

/*==================================================== FOOTER ==========================================================*/