body {
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    color: #fff;
    font-size: 10pt;
    min-height: 100vh;
}


button,
input,
optgroup,
select,
textarea {
    font-weight: 500;
}

polyline {
    color: #fff;
}


.text-muted {
    color: #797979 !important;
}

.btn {
    font-weight: 600;
}

.btn-green {
    background: #568131;
}

.btn-green:hover {
    background: #5d9c26;
}

.btn-pink {
    background: #BF6485;
}

.btn-pink:hover {
    background: #f76a9e;
}

.btn-blue {
    background: #46449A;
}

.btn-blue:hover {
    background: #6074e6;
}

.btn-purple {
    background: #78449A;
}

.btn-purple:hover {
    background: #934ac4;
}

.btn-detail {
    background: rgb(48, 109, 193);
    background: linear-gradient(180deg, rgba(48, 109, 193, 1) 0%, rgba(0, 38, 122, 1) 100%);
    padding: 5px 20px;
    font-size: 1.2em;
    border: 1px solid #FFCF3D;
    border-radius: 20px;
    transition: 0.3s;
    display: table;
    margin: 0 auto;
    font-weight: 400;
}

.btn-detail:hover {
    background: rgb(16, 112, 245);
    background: linear-gradient(180deg, rgb(82, 153, 252) 0%, rgb(26, 75, 181) 100%);
}





/* btn */


.btn-red {
    background-color: #c60101;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn-red:hover {
    border: none;
    background-color: #a20000
}

.btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 0.8em;
}

.btn-black:hover {
    background-color: #d40000;
    border: none;
}

.btn-s img {
    height: auto;
}

.btn-focus {
    animation: eff-focus 1s infinite;
}


.btn-hvr:hover{
    animation: btn-hvr 0.7s infinite;
}



@keyframes eff-focus {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

@keyframes btn-hvr {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* end btn */


/* s-fixed-menu */

@keyframes moveup-menu {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(4%);
    }

    100% {
        transform: translateY(0%);
    }
}

.s-fixed-menu {
    position: fixed;
    right: 10px;
    bottom: 10vh;
    z-index: 1000;
}

.s-fixed-menu a {
    animation: moveup-menu 2s infinite;
    width: 120px;
}


/* s-main */
.s-main {
    position: relative;
    background: #fff url(../images/main-banner-xs.png)center top no-repeat;
    /* <length> values */
    background-size: 140%;
    padding: 70px 0 10px 0;
    height: auto;
    color: #000;
    overflow: hidden;
}

.s-main img.logo {
    width: 270px;
}

.s-main .box-btn {
    position: relative;
    z-index: 200;
}

.s-main::after {
    content: " ";
    position: absolute;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.788953081232493) 69%, rgba(255, 255, 255, 0) 100%);
    background-image: url(../images/s-main-cloud.png) no-repeat bottom;
    background-size: 100%;
    height: 75%;
    width: 100%;
    z-index: 10;
}


.s-main-2 {
    position: relative;
    background: #fff url(../images/main-banner-xs.png)center top no-repeat;
    /* <length> values */
    background-size: 100%;
    padding: 70px 0 00px 0;
    height: auto;
    color: #000;
    overflow: hidden;
}

.s-main-2 .box-btn {
    position: relative;
    z-index: 200;
}



.element-box {
    margin: auto;
    position: relative;
}

.text-box {
    position: relative;
    margin: 0 auto;
    z-index: 15;
}


.owl-theme .owl-dots .owl-dot span {
    margin: 3px;
}

@keyframes moveup-slow1 {
    from {
        transform: translateY(1%);
    }

    to {
        transform: translateY(0%);
    }
}

@keyframes moveup-slow2 {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(4%);
    }
}

@keyframes moveup-slow3 {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(8%);
    }
}

@keyframes moveup-slow4 {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(20%);
    }
}

.character-box {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;

}

.character-1 {
    pointer-events: none;
    animation: 0.7s linear 0s infinite alternate moveup-slow1;
    position: absolute;
    width: 220px;
    left: -90px;
    top: -20px;
}

.character-2 {
    pointer-events: none;
    animation: 2s linear 0s infinite alternate moveup-slow2;
    position: absolute;
    width: 220px;
    right: -30px;
    top: -20px;
}

.eff{
    width: 450px;
    height: 500px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 100;
}
#wrapper {
    width: 450px;
    height: 300px;
    z-index: 150;
    /* overflow: hidden; */
}

#wrapper2 {
    width: 450px;
    height: 300px;
    /* overflow: hidden; */
}



/* s-promo */
.s-promo {
    background: url(../images/s-promo-bg-xs.html) bottom center no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.s-promo::after {
    content: " ";
    position: absolute;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: 100%;
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.s-promo .text-box, .text-box {
    width: 300px
}
.s-promo li{
    list-style: none;
}
 

#promo-carousel{
    position: relative;
    z-index: 500;
}

#promo-carousel .box-button {
    margin: 0 auto;
    width: 95%;
    text-align: center;
    padding: 4px 4px 0 4px;
    overflow: auto;
    position: relative;

}

#promo-carousel .box-button::-webkit-scrollbar {
    display: none;
}

#promo-carousel .box-button .item {
    text-transform: uppercase;
    background: rgb(48, 109, 193);
    background: linear-gradient(180deg, rgba(48, 109, 193, 1) 0%, rgba(0, 38, 122, 1) 100%);
    padding: 5px;
    min-width: 100px;
    border-radius: 7px 7px 0 0;
    border: 1px solid #FFCF3D;
    border-bottom: none;
    line-height: 1.1em;
    margin: 0 2px;
    font-size: 0.9em;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: space-evenly !important;
    align-items: center !important;
    flex-direction: column !important;
    font-weight: 400;
    position: relative;
    min-height: 41px;
}

#promo-carousel .box-button a:hover,
#promo-carousel .box-button .active .item {
    background: rgb(255, 207, 61);
    background: linear-gradient(180deg, rgba(255, 207, 61, 1) 0%, rgba(226, 170, 87, 1) 51%, rgba(211, 187, 113, 1) 100%);
    color: #fff;
}

#promo-carousel .box-button .item span {
    font-size: 0.6em;
    display: block;
    line-height: 1em;
}

#promo-carousel .box-button .item .new {
    background: url(../images/icon-new.html);
    background-size: 100%;
    position: absolute;
    width: 15px;
    height: 15px;
    left: -5px;
    top: -5px;
    display: block;
}

#promo-carousel .box-button .item .new:hover {
    color: #fff !important;
}

#promo-carousel .tag-promo {
    color: #000;
    border-radius: 7px 7px 0 0;
    margin: auto;
    text-transform: uppercase;
    width: 100px;
    font-size: 0.8em;
    padding: 2px;
    font-weight: 600;
}


#promo-carousel .owl-dots {
    display: none;
}

#promo-carousel .box-button .item .new {
    background: url(../images/icon-new.html);
    background-size: 100%;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 5px;
    top: -5px;
    display: block;
}

#promo-carousel .box-button .item .new:hover {
    color: #fff !important;
}


#promo-carousel .img-box{
    background: #ffffff7f;
    padding: 6px;
    border-radius: 15px;
    position: relative;
}


.cloudPane {
  margin: 0 auto;
}
/*main divs*/
.infoPane {
    width: 1920px;
    height: 900px;
    margin: 0 auto;
    position: relative;
    background: white;
    overflow: hidden;
    z-index: -5;
}

/*cloud position*/
 #cloud1 {
    opacity: .3;
    bottom:50px;
    left: 120%;
    -moz-animation: drift 70s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 16s;
    -webkit-animation: drift 70s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 16s;
    animation: drift 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 8s;
    z-index:2;
}

#cloud2 {
    opacity: .8;
    bottom:40px;
    left: 120%;
    -moz-animation: drift 50s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -webkit-animation: drift 50s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation: drift 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 1;
}
#cloud3 {
    opacity: 0;
    bottom:20px;
    left: 50%;
    -moz-animation: driftBg 70s;
    -moz-animation-timing-function: linear;
    -webkit-animation: driftBg 70s;
    -webkit-animation-timing-function: linear;
    animation: driftBg 40s;
    animation-timing-function: linear;
    z-index: 0;
}
#cloud4 {
    opacity: 0;
    bottom:50px;
    left: 20%;
    -moz-animation: driftBg2 60s;
    -moz-animation-timing-function: linear;
    -webkit-animation: driftBg2 60s;
    -webkit-animation-timing-function: linear;
    animation: driftBg2 60s;
    animation-timing-function: linear;
    z-index: 0;
}
#cloud5 {
    opacity: 0;
    bottom:220px;
    left: 90%;
    -moz-animation: driftBg3 90s;
    -moz-animation-timing-function: linear;
    -webkit-animation: driftBg3 90s;
    -webkit-animation-timing-function: linear;
    animation: driftBg3 90s;
    animation-timing-function: linear;
    z-index: 0;
}
#cloud6 {
    opacity: .7;
    bottom:60px;
    left: 120%;

    -moz-animation: drift 110s;
    -moz-animation-timing-function: linear;
    -mox-animation-iteration-count: infinite;
    -moz-animation-delay: 11s;
    -webkit-animation: drift 110s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 11;
    animation: drift 110s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 5;
    z-index: 0;
}
#cloud7 {
    opacity: .8;
    bottom:95px;
    left: 120%;
    -moz-animation: drift 45s;
    -moz-animation-timing-function: linear;
    -mox-animation-iteration-count: infinite;
    -moz-animation-delay: 35s;
    -webkit-animation: drift 45s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 35s;
    animation: drift 45s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 15s;
    z-index: 1;
}


/*style the clouds*/
 .bigCloud {
    position: absolute;
}
.bigCloud img{
    min-width: 600px;
}

@-webkit-keyframes drift {
    from {
        left: 160%;
    }
    to {
        left: -25%;
    }
}
@-moz-keyframes drift {
    from {
        left: 160%;
    }
    to {
        left: -25%;
    }
}
@keyframes drift {
    from {
        left: 160%;
    }
    to {
        left: -25%;
    }
}



@-webkit-keyframes driftBg {
    0% {
        left: 10%;
        opacity: 0
    }
    100% {
        left: -25%;
        opacity: .7;
    }
}
@-moz-keyframes driftBg {
    0% {
        left: 10%;
        opacity: 0
    }
    100% {
        left: -25%;
        opacity: .7;
    }
}
@keyframes driftBg {
    0% {
        left: 10%;
        opacity: 0
    }
    100% {
        left: -25%;
        opacity: .7;
    }
}





@-webkit-keyframes driftBg2 {
    0% {
        left: 20%;
        opacity: 0
    }
    3% {
        left: 19%;
        opacity: .7
    }
    100% {
        left: -25%;
        opacity: .7;
    }
}
@-moz-keyframes driftBg2 {
    0% {
        left: 20%;
        opacity: 0
    }
    3% {
        left: 19%;
        opacity: .7
    }
    100% {
        left: -25%;
        opacity: .7;
    }
}
@keyframes driftBg2 {
    0% {
        left: 20%;
        opacity: 0
    }
    3% {
        left: 19%;
        opacity: .7
    }
    100% {
        left: -25%;
        opacity: .7;
    }
}



@-webkit-keyframes driftBg3 {
    0% {
        left: 90%;
        opacity: 0
    }
    2% {
        left: 88%;
        opacity: .65
    }
    100% {
        left: -25%;
        opacity: .65;
    }
}
@-moz-keyframes driftBg3 {
    0% {
        left: 90%;
        opacity: 0
    }
    2% {
        left: 88%;
        opacity: .65
    }
    100% {
        left: -25%;
        opacity: .65;
    }
}
@keyframes driftBg3 {
    0% {
        left: 90%;
        opacity: 0
    }
    2% {
        left: 88%;
        opacity: .65
    }
    100% {
        left: -25%;
        opacity: .65;
    }
}



/* s-event */
.s-event {
    background: url(../images/s-event-bg-xs.webp) bottom center no-repeat;
    background-size: cover;
    position: relative;
}

.s-event::before {
    content: " ";
    position: absolute;
    background: url(../images/s-event-bg01.png)top center no-repeat;
    background-size: 130%;
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.s-event::after {
    content: " ";
    position: absolute;
    background: url(../images/s-event-bg02.png) bottom center no-repeat;
    background-size: 130%;
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}




.event-carousel {
    width: 90%;
    margin: auto;
}

.event-carousel .owl-item.cloned, .event-carousel .owl-item.active, .event-carousel .owl-item{
    transform: scale(0.9); 
    transition: all 1s;

}
.event-carousel .owl-item.active.center{
    transform: scale(1);
    position: relative;
    z-index: 200;

}
.event-carousel .owl-stage {
    padding-top: 10px;
    padding-bottom: 10px;
}

.event-carousel .owl-nav{
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15pt;
}
.event-carousel .owl-prev{
    width: 30px;
    height: 30px;
    position: absolute;
    left: -15px;
    background: #35353571 !important;
}

.event-carousel .owl-next{
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    background: #35353571 !important;
}









/* s-feature */
.s-feature {
    background: url(../images/s-feature-bg-xs.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    scroll-margin-top: 100px;

}

.s-feature .nav-link {
    background: url(../images/btn-feature-tab-xs.png) center no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 1.2em;
    transition: background 0.6s;
    font-weight: 300;
    text-transform: uppercase;
    color: #00267A;
    padding: 10px;
    width: 100px;
}

.s-feature .nav-link.active {
    background: url(../images/btn-feature-tab-active-xs.png) center no-repeat;
    background-size: 100%;
    color: #fff;
    background-color: transparent !important;
}

.s-feature .tab-content {
    background: url(../images/s-feature-tab-content-bg.png) center no-repeat;
    background-size: 100%;
    padding: 10px;
    position: relative;
    z-index: 10;
    width: 350px;
    height: 203px;
    margin-top: 50px;
}

.btn-class-box {
    width: 100%;
    color: #000;
    z-index: 100;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.s-feature .btn-details {
    background: #00267A;
    color: #fff;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 4px 10px;
    position: absolute;
    text-transform: uppercase;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 100;
    transition: 0.3s;
    border: 2px solid #fff;
}

.s-feature .btn-details:hover {
    background: #306DC1;
}

.btn-class-box a {
    color: #46449A;
}

.btn-class-box>div {
    display: inline-block;
    width: 40px;
    margin: 0 -5px;
}

.btn-pet-box {
    top: -29px;
}

.btn-pet-box>div {
    display: inline-block;
    width: 47px;
    margin: 0 -4px;
}

.btn-fashion-box {
    width: 80%;
    margin: 0 auto;
}

.archer .item-active {
    background: #000;
    background: url(../images/icon-archer-active.html) no-repeat;
    background-size: 100%;
}

.oracle .item-active {
    background: #000;
    background: url(../images/icon-oracle-a.html) no-repeat;
    background-size: 100%;
}

.rogue .item-active {
    background: #000;
    background: url(../images/icon-rogue-a.html) no-repeat;
    background-size: 100%;
}

.mage .item-active {
    background: #000;
    background: url(../images/icon-mage-a.html) no-repeat;
    background-size: 100%;
}

.swordsman .item-active {
    background: #000;
    background: url(../images/icon-swordsman-a.html) no-repeat;
    background-size: 100%;
}

.ironbreaker .item-active {
    background: #000;
    background: url(../images/icon-ironbreaker-a.html) no-repeat;
    background-size: 100%;
}

.gunner .item-active {
    background: #000;
    background: url(../images/icon-gunner-a.html) no-repeat;
    background-size: 100%;
}

.combatant .item-active {
    background: #000;
    background: url(../images/icon-combatant-a.html) no-repeat;
    background-size: 100%;
}

.angel .item-active {
    background: #000;
    background: url(../images/icon-angel-a.html) no-repeat;
    background-size: 100%;
}

.phantom .item-active {
    background: #000;
    background: url(../images/icon-phantom-a.html) no-repeat;
    background-size: 100%;
}

.silvermoon .item-active {
    background: #000;
    background: url(../images/icon-silvermoon-a.html) no-repeat;
    background-size: 100%;
}

.scarlet .item-active {
    background: #000;
    background: url(../images/icon-scarlet-a.html) no-repeat;
    background-size: 100%;
}

.item-active {
    background-size: 100%;
}

.item-active img {
    opacity: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #5c5c5c8b;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00267a;
}

.s-social {
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 62, 154, 0.788);
    padding: 40px 0;
    position: relative;
    z-index: 200;
    overflow: hidden;
    padding-bottom: 130px;
}

.btn-discord .element {
    position: absolute;
    left: -91px;
    top: -22px;
    z-index: 100;
    width: 140px;
}

.btn-facebook .element {
    position: absolute;
    right: -55px;
    top: -26px;
    z-index: 100;
    width: 90px;
}

.btn-facebook,
.btn-discord {
    position: relative;
    width: 70%;
    margin: 5px 0;
}

.modal-dialog {
    max-width: 950px;
}

.download-box {
    background: url(../images/bg-download-xs.png)center top no-repeat;
    background-size: 100%;
    padding: 145px 16px 20px 16px;
    width: 370px;
    margin: 0 auto;
}

.download-box .btn-close {
    color: #fff;
    opacity: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: -20px;
}

.download-box .modal-header {
    position: relative;
}


@media (min-width: 450px) {

    .s-main .element-box,
    .s-main .box-btn {
        width: 400px;
        margin: auto;
    }

    .s-feature .nav-link {
        padding: 13px;
        width: 120px;
        font-size: 1.3em;
    }

    .s-feature .tab-content {
        width: 450px;
        height: auto;
        margin-top: 50px;
        padding: 20px 15px;
    }

    .btn-class-box {
        top: -30px;
    }

    .btn-class-box>div {
        width: 40px;
        height: 40px;
    }

}


@media (min-width: 576px) {
    .s-fixed-menu {
        right: 10px;
        bottom: 150px;
    }

    .s-fixed-menu a {
        width: 150px;
    }

    .s-main {
        background-size: 130%;
        margin-top: -20px;
        font-size: 1.1em;
        padding-top: 100px;
    }

    .s-main img.logo {
        width: 350px;
    }

    .s-main .element-box {
        width: 400px;
    }

    .s-main::after {
        height: 50%;
    }

    .character-1 {
        width: 300px;
        left: -180px;
    }

    .character-2 {
        width: 280px;
        right: -100px;
    }

    .s-feature .tab-content {
        width: 570px;
        margin: 0;
    }

    .btn-class-box {
        width: 300px;
        top: 60px;
        left: 20px;
        transform: none;
    }

    .btn-class-box>div {
        width: 30px;
        height: 30px;
    }

    .btn-pet-box {
        top: 54px;
    }

    .btn-pet-box>div {
        width: 42px;
        height: 42px;
    }

    .btn-fashion-box .line {
        display: none;
    }

    .btn-facebook,
    .btn-discord {
        width: 250px;
    }

    .btn-discord .element {
        top: -60px;
    }

    .btn-facebook .element {
        right: -68px;
        top: -25px;
    }


}

@media (min-width: 768px) {
    .s-main {
        background-size: 120%;
        margin-top: 0px;
        padding-top: 70px;
    }

    .s-main .element-box {
        width: 500px;
    }

    .s-main .box-btn {
        width: 650px;
    }

    .character-1 {
        left: -180px;
    }
    .s-promo .text-box, .text-box{
        width: 450px;
    }
    .event-carousel .owl-nav{
        top: 40%;
    }

    .s-feature .btn-details {
        font-size: 1.1em;
        padding: 6px 12px;
        bottom: -15px;
        left: 50%;
    }

    .s-feature .tab-content {
        width: 650px;
        padding: 25px 25px;
        margin: 0;
    }

    .btn-class-box {
        width: 392px;
        top: 70px;
        left: 15px;
        transform: none;
    }

    .btn-class-box>div {
        width: 42px;
        height: 42px;
        margin: 0 -2px;
    }

    .btn-class-box {
        left: 11px;
    }

    .btn-pet-box>div {
        width: 51px;
    }

    .s-feature .nav-link {
        padding: 13px;
        width: 150px;
        font-size: 1.5em;
    }

    .btn-discord .element {
        top: -67px;
    }
}

@media (min-width: 992px) {
    .s-fixed-menu a {
        width: 200px;
    }

    .main-logo {
        position: absolute;
        top: 20px;
    }

    .s-main {
        background: #fff url(../images/main-banner-lg.html)center no-repeat;
        background-size: cover;
        margin-top: 0;
        padding-bottom: 50px;
        padding-bottom: 80px;
    }

    .s-main::after {
        content: " ";
        position: absolute;
        bottom: 0;
        background-image: url(../images/s-main-cloud.png);
        background-size: 100%;
        height: 70%;
        width: 100%;
        z-index: 10;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    .element-box .text-box, .text-box {
        width: 400px;
    }

    .character-1 {
        width: 380px;
        left: -320px;
        top: 20px;
        z-index: 10;
    }

    .character-2 {
        width: 360px;
        right: -260px;
        top: 20px;
        z-index: 10;
    }

	.s-main {
        background: #ffffff url(../images/main-bg.png)center no-repeat;
        padding: 100px 0 100px 0;
        background-size: 1200px;
        text-align: center;
        padding-bottom: 150px;

    .monster-1 {
        pointer-events: none;
        animation: 0.3s linear 0s infinite alternate moveup-slow2;
        position: absolute;
        width: 100px;
        left: 0px;
        top: 80px;
        z-index: 5;
    }

    .monster-2 {
        pointer-events: none;
        animation: 0.3s linear 0s infinite alternate moveup-slow1;
        position: absolute;
        width: 150px;
        right: -50px;
        top: 80px;
        z-index: 5;
    }
    .s-promo {
        background: url(../images/s-promo-bg.webp) center bottom no-repeat;
        background-size: cover;
    }
    .s-promo .box-banner {
        width: 750px;
        margin: auto;
    }
    #promo-carousel .box-button {
        width: auto;
    }

    .event-carousel .owl-item.active.center {
        transform: scale(2);
        position: relative;
        z-index: 200;
    }
    .event-carousel .owl-stage {
        padding-top: 99px;
        padding-bottom: 80px;
    }
    .event-carousel .btn-detail{
        transform: scale(0.5) translateY(-2rem);
    }
    .event-carousel .owl-prev{
        left: 0px;
    }
    .event-carousel .owl-next{
        right: 0;
    }
  
    .s-event::before{
        background-size: 100%;
    }
    .s-event::after{
        background-size: 100%;
    }

    .box-feature {
        width: 950px;
        margin: 0 auto;
        position: relative;
    }

    .s-feature .nav-pills {
        position: absolute;
        z-index: 0;
    }

    .btn-class-box {
        position: absolute;
        top: 70px;
        z-index: 100;
        left: 35px;
        width: 366px;
    }

    .btn-class-box>div {
        width: 40px;
        height: 40px;
    }

    .btn-pet-box {
        left: 25px;
    }

    .btn-pet-box>div {
        width: 52px;
        height: 52px;
    }

    .s-feature .nav-link {
        background: url(../images/btn-feature-tab.png) center no-repeat;
        background-size: 100%;
    }

    .s-feature .nav-link.active {
        background: url(../images/btn-feature-tab-active.png) center no-repeat;
        background-size: 100%;
    }

    .s-feature .nav-link {
        padding: 13px 35px 13px 18px;
        width: 153px;
        font-size: 1.4em;
        margin: 4px 0;
    }

    .s-social {
        width: 100%;
        margin: 0 auto;
        background: rgb(0, 71, 178);
        background: linear-gradient(87deg, rgba(0, 71, 178, 0) 0%, rgba(0, 71, 178, 0.5368522408963585) 26%, rgba(0, 71, 178, 1) 51%, rgba(0, 71, 178, 0.5116421568627452) 79%, rgba(0, 71, 178, 0) 100%);
        padding: 40px 0;
        position: relative;
        z-index: 200;
        overflow: hidden;
        padding-bottom: 130px
    }

    .s-social {
        padding-bottom: 30px;
    }

    .download-box {
        background: url(../images/bg-download.png)center top no-repeat;
        background-size: 100%;
        padding: 45px 17px 20px 17px;
        width: 940px;
        height: 460px;
        margin: 0 auto;
    }

    .download-box .btn-close {
        right: 135px;
        top: -33px;
    }

}

@media (min-width: 1200px) {
    .s-fixed-menu {
        right: 10px;
        bottom: auto;
        top: 70vh;
    }

    .s-fixed-menu a {
        width: 200px;
    }

    .s-main .element-box {
        width: 600px;
    }

    .element-box .text-box, .text-box {
        width: 490px;
    }

    .s-main .box-btn {
        width: 700px;
    }

    .character-1 {
        width: 435px;
        left: -364px;
        top: 6px;
    }

    .character-2 {
        width: 390px;
        right: -269px;
        top: 10px;
    }

    .s-main {
        background: #ffffff url(../images/main-bg.png)center no-repeat;
        padding: 100px 0 100px 0;
        background-size: 1400px;
        text-align: center;
        padding-bottom: 150px;

    .monster-1 {
        width: 117px;
        left: 18px;
        top: 91px;
    }

    .monster-2 {
        width: 180px;
        right: -50px;
        top: 40px;
    }
    .event-carousel .owl-item.cloned, .event-carousel .owl-item.active, .event-carousel .owl-item{
        transform: scale(1);
    }
    .event-carousel .owl-item.active.center {
        transform: scale(1.9);
        
    }
    .event-carousel .btn-detail {
        transform: scale(0.6) translateY(-1.3rem);
    }
    
    .event-carousel .owl-stage {
        padding-top: 130px;
        padding-bottom: 100px;
    }
    .event-carousel .owl-prev {
        left: -20px;
        padding: 20px 0;
        height: 50px;
    }
    .event-carousel .owl-next {
        right: -20px;
        padding: 20px 0;
        height: 50px;
        }
    .s-feature .btn-details {
        font-size: 1.2em;
        padding: 8px 20px;
        bottom: -20px;
        left: 50%;
    }

    .s-feature {
        background: url(../images/s-feature-bg.jpg) top center no-repeat;
        background-size: cover;
    }

    .s-feature .tab-content {
        width: 800px;
        padding: 29px 25px;
    }

    .box-feature {
        width: 1100px;
    }

    .btn-class-box>div {
        width: 54px;
        height: 54px;
        margin: 0 -3px;
    }

    .btn-class-box {
        top: 82px;
        left: 45px;
        width: 430px;
    }

    .btn-class-box {
        left: 39px;
    }

    .btn-pet-box>div {
        width: 60px;
    }
}



@media (min-width: 1400px) {
    .s-fixed-menu a {
        width: 200px;
    }

    .element-box .text-box {
        width: 530px;
    }

    .s-main {
        padding-bottom: 100px;
    }

    .s-main .box-btn {
        width: 800px;
    }

    .s-main img.logo {
        width: 450px;
    }

    .character-1 {
        width: 520px;
        left: -490px;
        top: 6px;
    }

    .character-2 {
        width: 450px;
        right: -375px;
        top: 0px;
    }

    .s-main {
        background: #ffffff url(../images/main-bg.png)center no-repeat;
        padding: 100px 0 100px 0;
        background-size: 1600px;
        text-align: center;
        padding-bottom: 150px;

    .monster-1 {
        width: 125px;
        left: -25px;
        top: 120px;
    }

    .monster-2 {
        width: 220px;
        right: -120px;
        top: 40px;
    }
    .s-promo .box-banner {
        width: 900px;
        margin: auto;
    }



}

@media (min-width: 1600px) {
    .s-fixed-menu {
        right: 30px;
    }

    .s-fixed-menu a {
        width: 200px;
    }

    .s-main {
        background: #ffffff url(../images/main-bg.png)center no-repeat;
        padding: 100px 0 100px 0;
        background-size: 1920px;
        text-align: center;
        padding-bottom: 150px;
    }

    .s-main img.logo {
        width: 550px;
    }

    .s-main .box-btn {
        width: 1000px;
    }

    .element-box .text-box {
        width: 640px;
    }

    .character-1 {
        width: 700px;
        left: -650px;
        top: 6px;
    }

    .character-2 {
        width: 590px;
        right: -600px;
        top: -20px;
    }

    .monster-1 {
        width: 160px;
        left: -115px;
        top: 150px;
    }

    .monster-2 {
        width: 290px;
        right: -280px;
        top: 50px;
    }



    .s-feature {
        background: #fff url(../images/s-feature-bg-xxl.jpg) center no-repeat;
        background-size: 1920px;
        padding-top: 20px;
    }
}

@media (min-width: 3000px) {
    .s-feature {
        padding-top: 100px;
    }
}


/*CUSTOM CURSOR*/
.cursors {
  cursor: url("../images/cursor.png"), auto;
}
.cursors:hover a {
  cursor: url("../images/activec.png"), auto;
}
.cursors:hover li {
  cursor: url("../images/activec.png"), auto;
}
.cursors:hover button {
  cursor: url("../images/activec.png"), auto;
}
.cursors:hover input {
  cursor: url("../images/activec.png"), auto;
}
/*END CUSTOM CURSOR*/





