.landscape-warning {
    display: none;
}

@media only screen and (orientation:landscape) and (max-width: 1023px) {
    .landscape-warning {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgb(71, 62, 62);
        z-index: 200;
        display: block;
    }
}

.landscape-rotate-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.rotate-90-deg-loop {

    transform: rotate(-90deg);

    animation-name: rotate_landscape;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes rotate_landscape {
    0% {
        transform: rotate(-90deg);
    }

    10% {
        transform: rotate(-90deg);
    }

    30% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    90% {
        transform: rotate(-90deg);
    }
}


.top-bar {
    position: fixed;

    top: 0;

    height: 40px;

    width: 100%;

    background-color: #00000044;

    z-index: 100;
}

.top-bar .divider {
    top: -1px;
    padding: 0;
    font-size: 8px;
    position: relative;
    margin: 0 9px 0 5px;
    font-family: Tahoma;

    float: right;

    content: "";

    color: white;

    line-height: 30px;

}

.top-bar .button {
    float: right;

    width: 12%;

    max-width: 150px;

    height: 100%;

    text-align: center;

    display: inline-block;

    color: white;

    font-family: 'Dosis', sans-serif;
}

@media only screen and (max-width: 520px) {
    .top-bar .button .text {
        vertical-align: middle;

        line-height: 40px;

        font-size: 3.5vw;
    }
}

@media only screen and (min-width: 520px) {
    .top-bar .button .text {
        vertical-align: middle;

        line-height: 40px;

        font-size: 1.2vw;
    }
}


@media only screen and (max-width: 380px) {
    .logo {
        display: block;

        top: 120px;

        width: 400px;

        height: auto;

        position: absolute;

        bottom: 3%;

        left: 50%;

        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 519px) {
    .logo {
        display: block;

        top: 120px;

        width: 100%;

        height: auto;

        position: absolute;

        bottom: 3%;

        left: 50%;

        transform: translateX(-50%);
    }
}


@media only screen and (min-width: 520px) {
    .logo {
        display: block;

        top: 120px;

        width: 400px;

        height: auto;

        position: absolute;

        bottom: 3%;

        left: 50%;

        transform: translateX(-50%);
    }
}

.title {
    font-family: 'Bad Script', cursive;
    font-size: 96px;
    color: white;
}


.container-1 {

    position: relative;

    margin-top: 0px;

    min-height: auto;

    padding-bottom: 100px;

    width: 100%;


}


.container-1-image {

    position: absolute;

    height: 100%;

    width: 100%;

    box-shadow: 0 0 32px 32px white;

    opacity: 1.0;


}

.container-1-image-r {
    position: absolute;

    height: 100%;

    width: 100%;

    background-size: cover;

    background-position: center;

    background-image: url('anime_mmorpg_background_2022.png');

    opacity: 1.0;


}

.container-1-image::after {

    background: transparent url("seperator-2.png") no-repeat scroll center top;
    height: 70px;
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0px;
    right: 0px;
    z-index: 50;
    opacity: 1.0;


    background-size: cover;
    background-position: center;
    width: 100%;


}


.container-box {
    position: relative;

    padding-top: 50px;

}


.news-container {

    position: relative;

    margin-top: 20px;

    margin-left: 50px;

}

@media only screen and (max-width: 649px) {
    .news-box {
        position: relative;

        max-width: 400px;

        max-height: 400px;

        width: 80%;

        text-align: center;

        /*background-color: #ffffff99;*/

        display: inline-block;

        /*margin-left: 50px;*/

        margin-top: 30px;

        z-index: 0;

        transform: scale(1.0);

        transition: all 0.1s ease-in-out;

    }
}

@media only screen and (min-width: 650px) {
    .news-box {
        position: relative;

        max-width: 400px;

        max-height: 400px;

        text-align: center;

        /*background-color: #ffffff99;*/

        display: inline-block;

        /*margin-left: 50px;*/

        margin-top: 30px;

        z-index: 0;

        transform: scale(1.0);

        transition: all 0.1s ease-in-out;

    }
}

.news-box:hover {

    z-index: 5;

    transform: scale(1.1);

}


.news-title {

    position: relative;

    margin-top: 20px;


}

.background-photo {

    width: 100%;

    height: 100%;

    position: fixed;

    background: #fff url("2022_anime_mmorpg_mobile_bg.png") center top no-repeat;


}

.seperator {


    background: transparent url("seperator.png") no-repeat scroll center top;

    width: 100%;


    background-size: cover;

    background-position: center;

}

.main-feature-big {

    width: 100%;
    height: 100%;

    position: relative;
    margin: 0px auto;


    background: #fff url('2022_anime_mmorpg_mobile_bg.png') center top no-repeat;

    background-size: cover;

    background-position: center;
}


.main-feature-big::after {
    background: transparent url("seperator.png") no-repeat scroll center top;
    height: 70px;
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    z-index: 10;
    opacity: 1.0;
    width: 100%;
    background-size: cover;


    background-position: center;

}

@media only screen and (max-width: 400px) {
    .play-button-big {

        background-image: url("download_aerotalesonline_animemmorpg_free-2.png");

        display: block;

        width: 256px;

        height: 100px;

        position: absolute;

        bottom: 8%;

        left: 50%;

        transform: translateX(-50%);
    }


    .play-button-big a {

        display: block;

        width: 100%;

        height: 100%;
    }

    .play-button-big:hover {
        background-position: center bottom;
    }

}

.key-class {

    display: block;

    width: 100px;

    height: auto;

    position: absolute;

    bottom: 3%;

    left: 50%;

    transform: translateX(-50%);
}

@media only screen and (min-width: 400px) {
    .play-button-big {

        background-image: url("download_aerotalesonline_animemmorpg_free.png");

        display: block;

        width: 400px;

        height: 156px;

        position: absolute;

        bottom: 8%;

        left: 50%;

        transform: translateX(-50%);
    }
}

.play-button-big a {

    display: block;

    width: 100%;

    height: 100%;
}

.play-button-big:hover {
    background-position: center bottom;
}

.description-text {

    position: relative;

    top: 50px;

}

.register-background {

    width: 100%;

    height: 100%;

    position: fixed;


    background: #fff url('anime_mmorpg_background_2022.png') center top no-repeat;
}


.register-form {
    margin: auto;

    position: absolute;

    width: 100%;

    height: 50%;

    top: 25%;

    z-index: 2;

}

@media only screen and (max-width: 1000px) {
    .register-form input {
        z-index: 5;
        display: block;

        margin-top: 25px;

        width: 75%;
        max-width: 550px;

        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        color: black;
        border: none;
        transition: 0.5s;
        border: 3px solid #33333311;
    }
}

@media only screen and (min-width: 1000px) {
    .register-form input {
        z-index: 5;
        display: block;

        margin-top: 25px;

        width: 50%;
        max-width: 550px;

        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        color: black;
        border: none;
        transition: 0.5s;
        border: 3px solid #33333311;
    }
}


.register-form input:hover {
    border: 3px solid #33333399;

}

.register-form input:focus {
    border: 3px solid #333333FF;
}

.register-form input[type=email] {
    background-color: white;
    background-image: url('email.png');
    background-position: 10px 10px;
    background-size: 25px 25px;

    background-repeat: no-repeat;
    /*padding-left: 40px;*/
}

.register-form input[type=text] {
    background-color: white;
    background-image: url('user.png');
    background-position: 10px 10px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    /*padding-left: 40px;*/
}


.register-form input[type=password] {
    background-color: white;
    background-image: url('key.png');
    background-position: 10px 10px;
    background-size: 25px 25px;

    background-repeat: no-repeat;
    /*padding-left: 40px;*/
}

.register-form input[type=checkbox] {
    width: 30px;
}

.register-form label {

    position: relative;

    left: 0;

}


.submit-button {
    width: 30%;
    max-width: 330px;
    background-color: white;
    color: black;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s;
    border: 3px solid #33333355;
    z-index: 1;

}

.submit-button:hover {
    background-color: gray;
    border: 3px solid #33333399;

}

.submit-button:focus {
    background-color: green;
    border: 3px solid #333333FF;

}

.disable-select {
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */

}


.left-image {

    position: absolute;

    left: 0;

    bottom: 0;

    z-index: -1;

    width: 20%;

    height: auto;

    overflow: hidden;

    display: inline;
}

.right-image {

    position: absolute;

    right: 0;

    bottom: 0;

    z-index: -1;

    width: 22%;

    height: auto;

    overflow: hidden;

    display: inline;
}


@media only screen and (max-width: 765px) {
    .container-box .desc-text {

        width: 70%;

        text-align: left;

        font-size: 20px;

        font-family: 'Raleway', sans-serif;
    }
}

@media only screen and (min-width: 765px) {
    .container-box .desc-text {

        width: 70%;

        text-align: left;

        font-size: 20px;

        font-family: 'Raleway', sans-serif;
    }
}

.characters {

    position: relative;

    max-width: 800px;

    margin-top: 50px;

    width: 100%;

    padding-bottom: 400px;

}

.characters .button-container {

    max-width: 700px;

    width: 100%;

}

.characters .character-button {

    text-align: start;

    margin-left: 20px;

    margin-right: 20px;

    cursor: pointer;

}

.characters .character-button img {

    width: 110px;

    margin-top: 20px;

    margin-bottom: 20px;

    border: 10px solid;

    border-color: antiquewhite;

    border-radius: 360px;

    user-select: none;

}

.characters .character-page {

    position: absolute;

    left: 0;

    width: 100%;

    max-height: 400px;

    height: 100%;

    transition: 0.5s;

    display: inline-flex;

}

.characters .character-page .photo {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 0;

    height: auto;

    width: 40%;

}

.characters .character-page .desc {

    position: absolute;

    left: 5%;

    max-width: 500px;

    width: 50%;

    text-align: left;

    font-family: 'Raleway', sans-serif;

}

@media only screen and (max-width: 449px) {
    .checkbox-container {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 2px;
        margin-top: 8px;
        cursor: pointer;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        color: white;

        text-align: center;

        vertical-align: middle;

        margin-left: 10px;

    }
}

@media only screen and (min-width: 450px) {
    .checkbox-container {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 2px;
        margin-top: 2px;
        margin-left: 40px;
        cursor: pointer;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        color: white;

        /* text-align: center; */

        /* vertical-align: middle; */

    }
}

/* Hide the browser's default checkbox */
.checkbox-container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-icon-container {
    position: absolute;

    width: 100%;

    height: auto;

    left: 50%;

    transform: translateX(-50%);

    text-align: left;
}

.social-icon {
    position: relative;

    width: auto;

    height: 40px;

    margin: 5px 20px 5px 20px;
}

.news-background {

    width: 100%;

    height: 100%;

    position: fixed;


    background: #fff url('2022_mobile_pc_crossplatform_anime_mmorpg_news.jpg') center top no-repeat;

    background-size: cover;
    background-position: center;
}


.profile-background {

    width: 100%;

    height: 100%;

    position: absolute;


    background: #fff url('glasspanel.html') center top no-repeat;

    background-size: cover;
    background-position: center;
}

.profile2-background {

    width: 100%;

    height: 100%;

    position: absolute;


    background: #fff url('profile-up.png') center top no-repeat;

    background-size: cover;
    background-position: center;
}

.profile3-background {

    width: 100%;

    height: 100%;

    position: absolute;


    background: #fff url('ticket.png') center top no-repeat;

    background-size: cover;
    background-position: center;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../i.hizliresim.com/Us75a9.gif);
    /* loading.gif */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* Video */

.bgVideoContainer {
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bgVideoContainerAcc {
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 0%;
    z-index: 1
}


.bgVideo {
    position: absolute;
    
    height: 100vh;
    width: 100%;
    object-fit: cover;

    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}


@media (max-aspect-ratio: 16/9) {

    .bgVideoDownloadPage {
        position: absolute;

        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        bottom: 0;
        overflow: hidden;
    }
}

@media (min-aspect-ratio: 16/9) {

    .bgVideoDownloadPage {
        position: absolute;

        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: auto;
        bottom: 0;
        overflow: hidden;
    }
}


/*.bgMiniVideoContainer{no-repeat center center;overflow:hidden;width:100vw;height:100vh;z-index:1}*/
.bgMiniVideo {
    width: 100%;
    /* Could also use width: 100%; */
    height: 90%;
    object-fit: cover;
    position: absolute;
    /* Change position to absolute if you don't want it to take up the whole page */
    left: 0px;
    top: 0px;
    z-index: -1;
}

/* Video End */


/* Video Play Button */

.button:hover::after {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8)
}

.video-btn-icon {
    z-index: 1;
    outline: none;
    border: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 142px;
    height: 142px;
    background: url(video-btn.png) no-repeat;
    -webkit-transition: 1500ms all;
    transition: 1500ms all
}

.video-btn-icon:hover:before {
    background-image: url(video-btn-2-on.png)
}

.video-btn-icon:before,
.video-btn-icon:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: ''
}

.video-btn-icon:before {
    -webkit-transition: 500ms all;
    transition: 500ms all;
    background: url(video-btn-2.png) no-repeat;
    animation: video-btnbefore 8s infinite linear
}

.video-btn-icon:after {
    background: url(video-btn-3.png) no-repeat;
    -webkit-animation: video-btnafter 16s infinite linear;
    animation: video-btnafter 16s infinite linear
}

@-webkit-keyframes video-btnbefore {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes video-btnbefore {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes video-btnafter {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes video-btnafter {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.button:focus {
    outline: none;
}

.video-btn-icon:focus {
    outline: none;
}

/* Video Play Button End */

/* Black BG */

.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.trailer.active {
    visibility: visible;
    opacity: 1;
}

.trailer video-btn {
    position: relative;
    max-width: 900px;
    outline: none;
}

@media (max-width: 991px) {
    .trailer video {
        max-width: 90%;
    }

}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 32px;
}

.closeZoomObj {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    /*filter: invert(1);*/
    max-width: 32px;
}

#headerPopup {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    left: 22%;
    top: -200%;
}

#headerPopup iframe {
    width: 75%;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    left: 10%;
    top: -200%;


}

/* Black BG End */


/* Stylish Images */

.game-chars {
    color: #fff
}

/* Stylish Images End */

/*bg image */
.register-bg-img {
    /* The image used */
    background-image: url("register_aerotalesonline_gallery_pics_2022_anime_mmorpg.png");

    /* Control the height of the image */
    min-height: 0px;
    height: 750px;
    width: 700px;
    top: 35px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.login-bg-img {
    /* The image used */
    background-image: url("login_aerotalesonline_gallery_pics_2022_anime_mmorpg.png");

    /* Control the height of the image */
    min-height: 0px;
    height: 750px;
    width: 700px;
    top: 35px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width: 500px) {
    .login-bg-img {
        background-image: url("register_background_aerotalesonline_gallery_pics_2022_anime_mmorpg.png");
    }
}

.forgot-bg-img {
    /* The image used */
    background-image: url("forgot_aerotalesonline_gallery_pics_2022_anime_mmorpg.png");

    /* Control the height of the image */
    min-height: 0px;
    height: 950px;
    width: 700px;
    top: 35px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

/*bg image End*/


/* og */

.dl-characters {
    width: 70% !important;
    height: auto !important;
    margin-left: 85px !important;
}

@media (max-width: 500px) {
    .dl-characters {
        display: none !important;
    }

    .dl-button {
        margin-left: 15px;
    }
}

/* new */

.bgFullScreenVideo {
    
    position: fixed;

    min-width: 100%;
    min-height: 100%;

}

@media (max-width: 500px) {


    .login-bg-img {
        height: 100% !important;
        width: auto !important;
    }
}




.register-form {
    text-align: center;
    margin: auto;
}

.register-form input {
    text-align: center;
    margin: auto;
    margin-top: 10px;
    width: 70%;
}

@media (max-width: 500px) {
    .register-form input {
        width: 90%;
    }
}


.cookies-open-button
{
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;

    width: 64px;
    height: 64px;

    background-image: url(icon/cookie.svg);
    background-size: cover;

    background: none;
    border: none;
    outline: none;
}