@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: #282829;
    font-family: 'Poppins';
}

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;
}

.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; */
        padding-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(1.05);
    transform: scale(1.05);
    /* filter: grayscale(0) !important; */
}

/* 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;
}

.lyto-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.lyto-animated.infinite {
    animation-iteration-count: infinite;
}

@keyframes lyto-pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.lyto-pulse {
    animation-name: lyto-pulse;
}

/*======================================================================== 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 #8d5528
}

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

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;
    filter: hue-rotate(353deg);
}

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;
    filter: hue-rotate(353deg);
}

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

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;
    filter: hue-rotate(353deg);
}

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

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;
    filter: hue-rotate(353deg);
}

@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 #650d0d;
        height: 7vw;
        border-left: 1px solid #650d0d;
        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 WARP ==========================================================*/
/* .section-warp {
    background: url(../images/layout/warp/bg.jpg) no-repeat center top;
    background-size: 100%;
    height: 278.7vw;
    position: relative;
}

@media(max-width: 768px) {
    .section-warp {
        background: url(../images/layout/warp/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 692.5vw;
    }
} */

/*================================================== END SECTION WARP ========================================================*/

/*==================================================== SECTION 1 ==========================================================*/
.section1 {
    background: url(../images/layout/section1/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 56vw;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 30vw;
}
.div-btn-music{
		position: absolute;
		top: 0px;
		z-index: 2;
		right: 0px;
}
.btn-music {
    margin: 1vw;
    background: transparent;
    border: none;
    transition: transform 0.2s ease;
}

.btn-music img {
    width: 8vw;
	filter: sepia(1);
}

.btn-music:active {
    transform: scale(0.95);
}
.section1 .img1 {
    width: 14vw;
}

.section1 .img2 {
    width: 32vw;
    margin-top: -2vw;
}

/* .btn-enter {
    width: 14vw;
    margin-left: 70vw;
    margin-top: 45vw;
} */

/* @-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);
    }
} */

/* Ketupat */
.ketupat {
       position: absolute;
  top: 0;           /* tetap di atas */
  transform-origin: top center; /* putar dari tali */
  animation: swing 3s ease-in-out infinite alternate;
  }
.ketupat1 {
    width: 7vw;
  
}

.ketupat2 {
    width: 5vw;
 
}

/* animasi ayun lembut */
@keyframes swing {
  0%   { transform: rotate(-5deg); }
  50%  { transform: rotate(5deg); }
  100% { transform: rotate(-5deg); }
}

/* variasi posisi horizontal dan durasi supaya tidak serempak */
.ketupat:nth-child(1){ left: 8.5%;animation-duration: 4s; }
.ketupat:nth-child(2){ left: 18.2%; animation-duration: 2.5s; }
.ketupat:nth-child(3){ left: 83%; animation-duration: 3.5s; }
.ketupat:nth-child(4){ left: 90.5%; animation-duration: 4.5s; }

/* End Ketupat */


/* .btn-enter {
    background: url(../images/layout/section1/btn-start.png) no-repeat center top;
    background-size: 100%;
    width: 10.5vw;
    height: 3.5vw;
    margin-top: -8.5vw;
    border: unset;
    outline: none;
    cursor: pointer;
    animation: zoom 1.8s infinite;
    text-transform: uppercase;

    &:hover {
        transition: 0.5s;
        filter: grayscale(1);
    }
} */
/* .logo-harvey {
    width: 40vw;
    margin: 4vw 0vw 0vw 42vw;
} */

/* @keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}

.down-arrow {
    animation: jumpInfinite 2s infinite;
} */

@media(max-width: 768px) {
    .ketupat {
        display: none;
    }
    .section1 {
        background: url(../images/layout/section1/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 177vw;
        display: block;
        position: relative;
        padding-top: 114vw;
    }

    .section1 .img1 {
        width: 35vw;
    }

    .section1 .img2 {
        width: 88vw;
        margin-top: -7vw;
    }

    .btn-start {
        width: 23vw;
        position: relative;
        top: 140vw;
        left: 35vw;
    }

    .btn-enter {
        width: 32vw;
        height: auto;
        margin: 0 auto;
        padding-top: 158vw;
    }

    .logo-harvey {
        width: 100%;
        padding: 2vw 0vw;
        margin: 85vw 0vw 0vw 0vw;
    }

}

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

/*==================================================== SECTION SLIDER ==========================================================*/
.sectionslider {
    background: url(../images/layout/sectionslider/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 61vw;
    display: block;
    position: relative;
    margin-top: -0.5vw;
    padding-top: 13vw;
}

.sectionslider .slick-prev:before,
.sectionslider .slick-next:before {
    display: none !important;
    content: '' !important;
}

.sectionslider .myslider .img-div img {
    width: 70%;
}

.sectionslider .img-div {
    display: flex;
    justify-content: center;
}

.sectionslider .myslider {
    /* padding: 0vw 30vw; */
    margin-left: 22vw;
    margin-right: 22vw;

}

.sectionslider .slick-dots li {
    width: 50px;
    height: 50px;
    background-color: transparent;
    filter: brightness(0.5);
}

.sectionslider .slick-dots li.slick-active {
    filter: brightness(1);
}

.sectionslider .slick-dots li img {
    width: 100%;
}

.sectionslider .slick-dots {
    bottom: -75px;
}

.sectionslider .slick-love {
    width: 3vw;
}


@media(max-width: 768px) {
    .sectionslider .slick-love {
        width: 6vw;
    }

    .sectionslider .myslider .slick-next {
        right: 5vw;
    }

    .sectionslider .myslider .slick-prev {
        left: 5vw;
    }

    .sectionslider .myslider {
        margin: 0vw;
    }

    .sectionslider {
        background: url(../images/layout/sectionslider/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 135vw;
        display: block;
        position: relative;
        margin-top: -1vw;
        z-index: 99;
        padding-top: 26vw;
    }

    .sectionslider .slick-dots {
        display: none !important;
    }
}

/*================================================== END SECTION SLIDER ========================================================*/
.section-stars {
  overflow: hidden;
}

.section-stars .star {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: twinkle infinite alternate;
  pointer-events: none;
  z-index: 1; /* pastikan paling atas */
}

@keyframes twinkle {
  0% { opacity: 0.2; transform: scale(0.5); }
  50% { opacity: 1; transform: scale(1.2); }
  100% { opacity: 0.2; transform: scale(0.8); }
}

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

.section2 .img1 {
    width: 30vw;
}

.section2 .img-bulan {
    position: absolute;
    width: 16vw;
    left: 8vw;
    top: 12vw;
}

.section2 .img3 {
    padding: 2vw;
}

.section2 .content-slide {
    display: flex;
    justify-content: center;
    /* margin: 2vw 0vw; */
}

.section2 .slide {
    width: 60vw;
}

/* Shadow */
/* Warna */
.shadow-yellow {
    --glow-color: #ffd700;
    animation: glow 2s ease-in-out infinite alternate,
               rotateMoon 2s ease-in-out infinite alternate;
}

.shadow-yellow-2 {
    --glow-color: #ffd700;
    animation: glow 2s ease-in-out infinite alternate;
}

.shadow-green {
    --glow-color: #fee897;
    animation: glow 1s ease-in-out infinite alternate;
}

/* Glow saja */
@keyframes glow {
    from {
        filter: drop-shadow(0 0 5px var(--glow-color));
    }
    to {
        filter: drop-shadow(0 0 25px var(--glow-color));
    }
}

/* Rotate saja */
@keyframes rotateMoon {
    from {
        transform: rotate(-15deg);
    }
    to {
        transform: rotate(15deg);
    }
}
/* End Shadow */

.btn-buy img {
    width: 13vw;
    position: relative;
    /* top: 50vw; */
    /* left: 13vw; */
}
.btn-buy{
    transition: filter 0.3s ease-in-out; /* durasi dan easing */
}
.btn-buy:hover {
    transition: 0.8s;
    filter: sepia(1);
    filter: drop-shadow(2px 4px 6px black);
}

.section2 .slick-prev:before,
.section2 .slick-next:before {
    content: none;  /* hilangkan panah default */
}

.section2 .slick-love {
    width: 8vw;
        opacity: 0.5;
    filter: drop-shadow(2px 4px 6px black);
}
.section2 .slick-love:hover {
    opacity: 1;
}
.section2 .slick-next{
    right: 2vw;
}
.section2 .slick-prev{
    left: 2vw;
}

@media(max-width: 768px) {
    .section2 .img3 {
        padding: 5vw 12vw;
    }

    .section2 .slide {
        width: 100%;
    }

    .section2 .img1 {
        width: 80vw;
    }

    .section2 .img-bulan {
        width: 25vw;
        left: 6vw;
        top: 30vw;
    }

    .btn-buy img {
        width: 100%;
        position: relative;
        left: 0vw;
        padding: 0vw 30vw;
    }

    .section2 {
        background: url(../images/layout/section2/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 178vw;
        display: block;
        position: relative;
        margin-top: -1vw;
        z-index: 99;
    }
}

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

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

.section3 .container {
    display: flex;
    width: 100%;
    height: 50vw;
}

.section3 .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;
}

.section3 .nav-tabs {
    border-bottom: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0vw 0vw 0vw 8vw;
    /* margin: 0vw 0vw 0vw 83vw; */
    z-index: 2;
}

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

.section3 .nav>li>a>img {
    filter: grayscale(1);
    width: 8vw;
    padding: 0.5vw 0vw;
}

.section3 .nav>li.active>a>img {
    filter: grayscale(0);
}

.btn-redeem-luna {
    position: absolute;
    bottom: 19vw;
    right: 17vw;
    z-index: 1;
}

.btn-redeem-luna img {
    width: 16vw;
    transition: filter 0.3s ease-in-out; /* durasi dan easing */
}
.btn-redeem-luna img:hover {
    filter: drop-shadow(2px 4px 6px black);
}

#sec3-aoi,
#sec3-luna,
#sec3-idol,
#sec3-pw {
    right: 0vw;
    position: absolute;
    width: 100%;
}

.section3 .nav>li>a {
    padding: 0vw 1vw;
}

.content-aoi {
    position: relative;
    width: 100%;
    left: 0vw;
    margin-top: 0vw;
    z-index: 1;
}

.content-luna {
    position: relative;
    margin-top: 0vw;
    z-index: 1;
    width: 100%;
    left: 0vw;
}

.content-idol {
    position: relative;
    margin-top: 0vw;
    z-index: 1;
    width: 100%;
    left: 0vw;
}

.content-pw {
    position: relative;
    margin-top: 0vw;
    z-index: 1;
    width: 100%;
    left: 0vw;
}

@media(max-width: 768px) {
    .section3 {
        background: url(../images/layout/section3/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 210vw;
        display: block;
        position: relative;
        padding-top: 0vw;
    }

    .section3 .container {
        display: flex;
        width: 100%;
        height: 206vw;
        flex-direction: column;
    }

    .section3 .nav-tabs {
        display: flex;
        justify-content: center;
        margin: 5vw 0vw 0vw;
        z-index: 2;
        flex-direction: row;
    }

    .section3 .nav>li>a>img {
        width: 18vw;
    }

    #sec3-aoi,
    #sec3-luna,
    #sec3-idol,
    #sec3-pw {
        right: 0vw;
        position: absolute;
    }

    .content-aoi {
        left: 0vw;
        margin-top: 0vw;
        width: 100%;
        padding: 0vw 0vw;
    }

    .content-idol {
        left: 0vw;
        margin-top: 0vw;
        width: 100%;
        padding: 0vw 0vw;

    }

    .content-pw {
        left: 0vw;
        margin-top: 0vw;
        width: 100%;
        padding: 0vw 0vw;

    }

    .content-luna {
        left: 0vw;
        margin-top: 0vw;
        width: 100%;
        padding: 0vw 0vw;

    }
    .btn-redeem-luna {
        bottom: 22vw;
        right: 25vw;
    }
    .btn-redeem-luna img {
        width: 55vw;
        transition: filter 0.3s ease-in-out;
    }
}

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

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

#iframeHome body {
    background: transparent !important;
}

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

.section4 .nav>li>a>img {
    filter: grayscale(1);
    width: 7vw;
}

.section4 .nav>li.active>a>img {
    filter: grayscale(0);
}

.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 {
    border-bottom: unset !important;
    display: flex;
    justify-content: center;
    /* margin: 5vw 0vw 0vw 53vw; */
    align-items: baseline;
    z-index: 1;
    /* left: 55vw; */
    right: 60vw;
    position: absolute;
    top: 38vw;
}

.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 .img1{
    width: 28vw;
}
.section4 .img2{
    width: 25vw;
    margin-left: 15vw;
    margin-top: 2.5vw;
}
#iframeHome {
    position: absolute;
    top: 0vw;
    /* left: 0vw; */
    right: 0vw;
    width: 50%;
    height: 100%;
    z-index: 0;
}

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

.btn-leader {
    background: url(../images/layout/section4/btn-leaderboard.png) no-repeat center top;
    background-size: 100%;
    width: 14vw;
    height: 4vw;
    margin-top: 10vw;
    border: unset;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 30vw;

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

table {
    border-collapse: collapse;
    width: 60%;
    margin: 30px auto;
}

th,
td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    text-align: center;
}

th {
    background-color: #343a40;
    color: white;
}

h2 {
    text-align: center;
    color: #333;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}
.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;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin: 28vw 5vw !important;
}

@-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);
    }
}

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

    .btn-leader {
        background: url(../images/layout/section4/btn-leaderboard.png) no-repeat center top;
        background-size: contain;
        width: 100%;
        height: 8vw;
        /* margin-top: 81vw; */
        margin-top: 77vw;
        z-index: 1;
        position: absolute;
        margin-left: 0px;
    }

    /* .section4 .container {
        height: 100vw;
        flex-direction: column-reverse;
    } */

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

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

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

    #iframeHome {
        width: 90vw;
        height: 170vw;
        /* height: 135vw; */
    }

    .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: 85vw;
        position: relative;
    }

    /* .section4 .tab-content .tab-pane #iframeHome {
        pointer-events: none;
    }
    .section4 .tab-content .tab-pane.active #iframeHome {
        pointer-events: auto;
    } */
    #iframeHome {
        top: 30vw;
        /* pointer-events: none; */
    }

    .section4 .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 6px;
    }
    #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: 80vw;
        height: 125vw;
        top: 32vw;
        left: 5vw; */
        width: 100vw;
        height: 130vw;
        top: -12vw;
        left: -4vw;
    }
}

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

/*==================================================== SECTION 5 ==========================================================*/
.section5 {
    background: url(../images/layout/section5/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 55vw;
    display: block;
    position: relative;
    transition: width 0.75s ease, height 0.75s ease;
    text-align: center;
    padding-top: 5vw;
}

.section5 .img1 {
    width: 50vw;
}
.section5 .img2 {
    width: 38vw;
    margin: 2vw 0vw 0vw;
}

.section5 .img-bulan {
    position: absolute;
    width: 15vw;
    right: 0vw;
    top: 5vw;
}

.socmed {
    padding: 2vw 25vw;
}

.socmed img {
    width: 100%;
    margin-top: 0vw;
    padding: 0vw 0.5vw;
}

.socmed img:hover {
    filter: grayscale(1);
    transition: 0.5s;
}

.btn-web img {
    width: 20%;
    padding: 2vw 2vw;
    margin-top: -4vw;
    filter: drop-shadow(2px 4px 6px black);
}

@media(max-width: 768px) {
    .section5 {
        background: url(../images/layout/section5/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 175vw;
        display: block;
        position: relative;
        margin-top: -0.5vw;
    }
    .section5 .img-bulan {
        position: absolute;
        width: 25vw;
        left: 8vw;
        top: 2vw;
    }
    .section5 .img1 {
        width: 80vw;
        margin-top: 25vw;
    }

    .socmed {
        padding: 5vw 15vw 0vw 15vw;
    }

    .socmed img {
        width: 100%;
        margin-top: 0vw;
        padding: 2vw 0vw;
    }

    .btn-web img {
        width: 35%;
        padding: 3vw 2vw;
        margin-top: -2vw;
        filter: drop-shadow(2px 4px 6px black);
    }
}

/*==================================================== END SECTION 5 ==========================================================*/

/*==================================================== FOOTER ==========================================================*/
.footer {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    margin-top: 0vw;
    z-index: 99;
    /* background-image: url(../images/layout/footer/bg.png); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    height: 6.5vw;
    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.jpg'); */
        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 ==========================================================*/