@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: #650d0d;
    overflow-y: hidden;
    font-family: 'Poppins';

}

body.active .wrap {
    transform: translate(0, 0);
    transition: transform 1s ease;
    /* transition: transform 1s 1s ease, display 1s 1s ease; */
}

body.active .content {
    width: 100vw;
    height: 100vh;
    transition: width 1s 1s ease, height 1s 1s ease;
}

body.active .content .wrapper {
    transition: opacity 1s 2s ease;
    opacity: 1;
}

body.active .close {
    opacity: 1;
}

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

.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 #dc3545
}

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

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(310deg);
}

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(310deg);
}

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

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(310deg);
}

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

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(310deg);
}

@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: 45.5vw;
    display: block;
    position: relative;
}
@-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);
    }
}
.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: 40.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);
    }
}
.wrap {
    width: 100%;
    height: auto;
    /* background-color: #fff; */
    position: absolute;
    top: 5vw;
    right: 0;
    transform: translate(0, 100%);
    transition: transform 1s 0.75s ease;
    /* display: none; */
}
.section1 button {
    background-color: transparent !important;
    border: unset !important;
}
.logo-spekta {
    width: 100%;
    padding: 2vw 16vw;
}
.btn-start {
    width: 12vw;
    margin-top: -9vw;
}
.btn-start:hover {
    transition: 0.5s;
    filter: grayscale(1);
}
@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}
.down-arrow {
    animation: jumpInfinite 2s infinite;
}

@media(max-width: 768px) {
    .section1 {
        background: url(../images/layout/section1/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 175vw;
        display: block;
        position: relative;
    }
    .btn-start {
        width: 23vw;
        position: relative;
        top: 140vw;
        left: 35vw;
    }
    .btn-enter {
        width: 35vw;
        height: 10vw;
        margin-top: 3vw;
    }
    .wrap {
        height: auto;
        top: 70px;
    } 
    .logo-spekta {
        width: 100%;
        padding: 2vw 0vw;
    }
}

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

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

.close {
    position: absolute;
    z-index: 2;
    right: 2.5vw;
    top: 4vw;
    color: #ffffffb8;
    font-size: 1.5vw;
    cursor: pointer;
    opacity: 0;
    transition: opacity 1s 2sease;
    text-shadow: unset;
    font-family: 'Sinkin Sans 400 Regular';
}

.arrow-down {
    width: 5vw;
    position: relative;
    top: 42vw;
    left: 14vw;
}

.arrow-down:hover {
    transition: 0.5s;
    filter: grayscale(1);
}

@media(max-width: 768px) {
    .wrap .close {
        right: 4vw;
        font-size: 3.5vw;
        color: white !important;
    }

    .arrow-down {
        width: 12vw;
        position: relative;
        top: 266vw;
        left: 0;
    }

    .section2-a {
        background: url(../images/layout/section2-a/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 280vw;
        display: block;
        position: relative;
    }

    .btn-start {
        width: 100%;
        position: relative;
        top: 110vw;
        left: 0;
        padding-left: 30vw;
        padding-right: 30vw;

    }
}

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

.btn-buy {
    width: 15vw;
    position: relative;
    top: 39vw;
    left: 10vw;
}

.btn-buy:hover {
    transition: 0.5s;
    filter: grayscale(1);
}

@media(max-width: 768px) {
    .btn-buy {
        width: 100%;
        position: relative;
        top: 160vw;
        left: 0vw;
        padding: 0vw 25vw;
    }

    .section2 {
        background: url(../images/layout/section2/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 175vw;
        display: block;
        position: relative;
        margin-top: 0vw;
        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: 48.5vw;
    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 2vw;
    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: 7vw;
}

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

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

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

.content-aoi {
    position: relative;
    width: 95vw;
    left: 5vw;
    margin-top: 3.55vw;
    z-index: 1;
}

.content-luna {
    position: relative;
    margin-top: 4vw;
    z-index: 1;
    width: 95vw;
    left: 5vw;
}

.content-idol {
    position: relative;
    margin-top: 2vw;
    z-index: 1;
    width: 95vw;
    left: 2vw;
}

.content-pw {
    position: relative;
    margin-top: 5vw;
    z-index: 1;
    width: 92vw;
    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: 177vw;
        display: block;
        position: relative;
        padding-top: 10vw;
    }

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

    .section3 .nav-tabs {
        display: flex;
        justify-content: center;
        margin: 0vw 0vw 5vw;
        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: 15vw;
        width: 100%;
        padding: 0vw 0vw;
    }

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

    }

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

    }

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

    }
}

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

/*==================================================== SECTION 4 ==========================================================*/
.section4 {
    background: url(../images/layout/section4/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 49vw;
    display: block;
    position: relative;
    margin-top: -.3vw;
    z-index: 2;
}
.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;
    flex-direction: row;
    justify-content: center;
    /* margin: 5vw 0vw 0vw 53vw; */
    align-items: baseline;
    z-index: 1;
    left: 57vw;
    position: absolute;
    top: 7vw;
}
.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;
}
#iframeHome {
    position: absolute;
    /* top: 3vw;
    left: 8vw; */
    top: 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: 20vw;
    height: 4vw;
    margin-top: 40vw;
    border: unset;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 17vw;

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

@media(max-width: 768px) {
    .section4 {
        background: url(../images/layout/section4/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 178vw;
        display: block;
        position: relative;
    }
    .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: 142vw;
        z-index: 1;
        position: absolute;
        margin-left: 0px;
    }
    .section4 .container {
        height: 100vw;
        flex-direction: column-reverse;
    }
    .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;
        /* margin: 0vw 0vw 0vw 0vw;
        align-items: baseline;
        z-index: 2;
        top: 40vw; */
        left: 0vw;
        /* margin: 38vw 0vw 0vw 0vw;
        align-items: baseline;
        z-index: 1;
        top: 0vw;
        position: relative; */
        margin: 32vw 0vw 0vw 0vw;
        align-items: baseline;
        z-index: 1;
        top: 68vw;
        position: relative;
    }
    /* .section4 .tab-content .tab-pane #iframeHome {
        pointer-events: none;
    }
    .section4 .tab-content .tab-pane.active #iframeHome {
        pointer-events: auto;
    } */
    #iframeHome {
        top: 5vw;
        /* pointer-events: none; */
    }
    .section4 .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 6px;
    }
}

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

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