/** @format */

@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;500;600;700&display=swap');
body,
html {
    font-family: 'Marcellus SC', serif !important;
    background-color: #291F0A;
}

.t-ropa {
    font-family: 'Marcellus SC', serif;
}

.a-top-45 {
    top: -45px;
}

.t-yellow {
    color: #ffcd00 !important;
}

.swiper-button-prev,
.swiper-button-next {
    cursor: default;
}

.rise-button .prev-slide,
.rise-button .next-slide {
    font-family: 'Marcellus SC', serif;
}


/*All Animations*/

.zoom-in {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.fade-in-right {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.fade-in-up {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.drop-bounce {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.animate-in-out {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

.gameplay-animate .animate-in-out {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#footer-rise {
    /* background-color: #53525229; */
    margin-top: 50px;
}

#drager::after {
    content: "\f141";
    font-family: "awesome";
    font-size: 22px;
    position: absolute;
    top: 30%;
    left: 33%;
    color: #0000;
}

@keyframes dragon {
    0% {
        left: 50px;
        top: 84px;
    }
    50% {
        left: 50px;
        top: 120px;
    }
}

@keyframes dragonMb {
    0% {
        left: -55px;
        top: -130px;
    }
    50% {
        left: -55px;
        top: -125px;
    }
}

@keyframes dragonLg {
    0% {
        left: 25px;
        top: -130px;
    }
    50% {
        left: 25px;
        top: -125px;
    }
}

@keyframes dragonR {
    0% {
        right: 0;
        top: -80px;
    }
    50% {
        right: 0;
        top: -20px;
    }
}

@keyframes dragonRMb {
    0% {
        right: -75px;
        top: -210px;
    }
    50% {
        right: -75px;
        top: -205px;
    }
}

@keyframes dragonRLg {
    0% {
        right: -25px;
        top: -210px;
    }
    50% {
        right: -25px;
        top: -205px;
    }
}

@media screen and (min-width: 675px) {
    .mb {
        display: none;
    }
    .pc {
        display: block;
    }
}

@media screen and (max-width: 674.98px) {
    .pc {
        display: none !important;
    }
    .mb {
        display: block;
    }
    .pd {
        padding: 0 30px;
    }
    .pdr {
        padding-right: 30px;
    }
    .pdl {
        padding-left: 30px;
    }
}

@font-face {
    font-family: 'Godofwar';
    src: url("/font/God-of-war.woff");
}

@font-face {
    font-family: 'Ropasans';
    src: url("/font/Ropa-sans.woff");
}

@font-face {
    font-family: 'Ropa Sans';
    src: url("/font/Ropa-sans.woff");
}

@font-face {
    font-family: 'awesome';
    src: url("/font/fonts/fontawesome-webfont.woff");
}

@font-face {
    font-family: 'Roboto';
    src: url("/font/Roboto.woff");
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    /* font-family: 'Godofwar', 'Ropasans'; */
    font-family: 'Marcellus SC', serif;
    font-size: 12px;
}

@media screen and (max-width: 640px) {
     ::-webkit-scrollbar {
        display: none;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


/** @components */


/** @page */

#main-rise {
    max-width: 1920px;
    margin: 0 auto;
}

#header-rise {
    max-width: 1920px;
    margin: 0 auto;
}

#main-rise .top-coin {
    position: absolute;
    z-index: 1;
    top: 365px;
    width: 100%;
    background-color: #c4c4c41f;
    height: 64px;
    max-width: 1920px;
}

#main-rise .top-coin__content {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

#main-rise .top-coin__content .rdr-contact {
    color: #fff;
}

#main-rise .top-coin__content .rdr-contact p:first-child {
    font-size: 18px;
}

#main-rise .top-coin__content .rdr-contact p:last-child {
    font-size: 16px;
}

#main-rise .top-coin__content .rdr-contact .fa-clone {
    cursor: pointer;
    font-size: 10px;
    margin-left: 5px;
}

#main-rise .top-coin__content .rdr-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#main-rise .top-coin__content .rdr-copy img {
    height: 25px;
    width: 55px;
}

#main-rise .top-coin__close {
    position: absolute;
    top: 0;
    right: 25px;
    color: #b1aeae;
    font-family: "Roboto";
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#main-rise .top-coin__close span {
    font-size: 18px;
}

#main-rise .menu-mb {
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1002;
    cursor: pointer;
}

#main-rise .menu-mb .button-menu {
    width: 50px;
    height: 50px;
    background-image: url(../../img/dashicons_menu.svg);
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    padding: 10px;
    background-size: 20px auto;
    background-position: center;
}

#main-rise .main-content {
    /* background-color: #00000073; */
    /* background: url("../img/landing-page.png"); */
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    /* margin-top: -132px; */
    position: absolute;
    width: 100%;
    /* top: calc(100% - 30%); */
    max-width: 1920px;
}

#main-rise .nav-bar-menu {
    opacity: 0;
    visibility: hidden;
    background-color: #101010fa;
    z-index: 1001;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#main-rise .nav-bar-menu .main-menu {
    display: flex;
    flex-direction: column;
    margin: 35px 35px 10px;
}

#main-rise .nav-bar-menu .main-menu li {
    border-bottom: 1px solid #8f7b4f;
    margin: 0 5px;
    display: inline-block;
    position: relative;
}

#main-rise .nav-bar-menu .main-menu li {
    font-size: 14px;
    color: #f9d582;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    font-style: normal;
    font-weight: 550;
    display: inline-block;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

#main-rise .nav-bar-menu .main-menu li:last-child {
    border: none;
}

#main-rise .nav-bar-menu .main-menu .sub-menu {
    margin-left: 10px;
}

#main-rise .nav-bar-menu .main-menu .sub-menu li {
    padding: 0;
    border-bottom: 1px solid #8f7b4f;
}

#main-rise .nav-bar-menu .main-menu .sub-menu li a {
    color: #fbfbfb;
    font-size: 12px;
}

#main-rise .nav-bar-menu .main-menu .docs {
    display: flex;
}

#main-rise .nav-bar-menu .main-menu .docs__icon {
    width: 8px;
    height: 8px;
    margin-left: 5px;
}

#main-rise .nav-bar-menu .button-app a {
    font-size: 10px;
    padding: 8px 12.5px;
    background: linear-gradient(180deg, #FDD984 0%, #A38252 100%);
    border-radius: 4px;
    color: #FFFF;
    margin: 35px;
}

#main-rise .top-rise {
    display: flex;
    justify-content: center;
    position: relative;
}

#main-rise .top-rise__battle {
    width: 100%;
}

#main-rise .top-rise__battle video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#main-rise .top-rise__logo {
    position: absolute;
    width: 100%;
    top: 110px;
    display: flex;
    justify-content: center;
    z-index: 100;
}

#main-rise .top-rise__logo img {
    object-fit: cover;
    width: 386px;
    height: 210px;
}

#main-rise .icon-download {
    /* margin-top: 500px; */
}

#main-rise .icon-download .main-download {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #main-rise .icon-download .main-download img {
        width: 165px;
    }
}

#main-rise .icon-download .main-download__android {
    margin-right: 25px;
}

#main-rise .metaverse-main {
    /* background-image: url("../img/metaverse-1.png"); */
    background-size: 1440px 1035px;
    /* max-width: 1440px; */
    /* height: 1035px; */
    text-align: center;
    margin: 50px auto -125px auto;
    padding-top: 70px;
}

#main-rise .metaverse-main__title {
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #f9d582;
    margin-bottom: 16px;
    font-family: 'Godofwar';
}

@media screen and (max-width: 675px) {
    #main-rise .metaverse-main__title {
        font-size: 24px;
    }
}

#main-rise .metaverse-main .line-yellow {
    background-image: url("../img/line-yellow.svg");
    margin-bottom: 25px;
    text-align: center;
    width: 376px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 675px) {
    #main-rise .metaverse-main .line-yellow {
        width: 167px;
        height: 6px;
    }
}

#main-rise .metaverse-main__des {
    width: 768px;
    font-family: "Ropasans";
    font-weight: normal;
    font-size: 18px;
    color: #FADDB2;
    text-align: justify;
    margin: 0 auto;
    line-height: 40px;
}

@media screen and (max-width: 675px) {
    #main-rise .metaverse-main__des {
        font-size: 14px;
        width: auto;
    }
}

#main-rise .rise-game {
    margin-bottom: -5px;
}

#main-rise .rise-game__title {
    width: 497px;
    margin: 0 auto 12px auto;
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #f9d582;
    margin-bottom: 16px;
    font-family: 'Godofwar';
}

@media screen and (max-width: 675px) {
    #main-rise .rise-game__title {
        font-size: 24px;
    }
}

#main-rise .rise-game .line-yellow {
    background-image: url("../img/line-yellow.svg");
    margin-bottom: 25px;
    text-align: center;
    width: 376px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-bottom: 33px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-game .line-yellow {
        width: 167px;
        height: 6px;
    }
}

#main-rise .rise-game .rise-video {
    position: relative;
    height: 580px;
    max-width: 1440px;
    margin: 0 auto;
}

#main-rise .rise-game .rise-video img {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

#main-rise .rise-game .rise-video__left {
    position: absolute;
    width: 386px;
    height: 460px;
    left: 50px;
    top: 84px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 3;
    animation: dragon 5s infinite;
    animation-direction: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#main-rise .rise-game .rise-video__right {
    position: absolute;
    width: 447px;
    height: 532px;
    right: 0;
    top: -80px;
    animation: dragonR 5s infinite;
    animation-direction: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#main-rise .rise-game .rise-video__main {
    position: absolute;
    width: 768px;
    height: 462.76px;
    left: 336px;
    top: 0;
}

#main-rise .rise-game .rise-video__main .video-content iframe {
    position: absolute;
    z-index: 0;
    top: 40px;
    left: 20px;
    width: 737.8px;
    height: 389.3px;
}

#main-rise .rise-gameplay {
    margin-bottom: 50px;
}

#main-rise .rise-gameplay__title {
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #f9d582;
    margin-bottom: 16px;
    font-family: 'Godofwar';
}

@media screen and (max-width: 675px) {
    #main-rise .rise-gameplay__title {
        font-size: 24px;
    }
}

#main-rise .rise-gameplay .line-yellow {
    background-image: url("../img/line-yellow.svg");
    margin-bottom: 25px;
    text-align: center;
    width: 376px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-bottom: 33px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-gameplay .line-yellow {
        width: 167px;
        height: 6px;
    }
}

#main-rise .rise-gameplay__des {
    width: 768px;
    font-family: "Ropasans";
    font-weight: normal;
    font-size: 18px;
    color: #FFFF;
    text-align: justify;
    margin: 0 auto;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-gameplay__des {
        font-size: 14px;
        width: auto;
    }
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg {
    width: 100%;
    height: 498px;
    margin-bottom: -20px;
    position: relative;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .back-ground {
    width: 100%;
    overflow: hidden;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    object-fit: contain;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content {
    position: absolute;
    top: 12%;
    right: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content__avt {
    width: 218.68px;
    height: 223px;
    margin-bottom: 5px;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content__avt img {
    width: 100%;
    height: 100%;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content__title {
    margin-bottom: 5px;
    width: 242px;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content__title h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    color: #c4943e;
    text-align: center;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content .title-2 {
    width: 357px;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content .des-2 {
    width: 394px;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content__des {
    width: 365px;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content__des p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFF;
    font-family: "Ropasans";
    text-align: center;
}

#main-rise .rise-gameplay__silder .swiper-gameplay__des {
    width: 768px;
    font-family: "Ropasans";
    font-weight: normal;
    font-size: 18px;
    color: #FFFF;
    text-align: justify;
    margin: 0 auto;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-gameplay__silder .swiper-gameplay__des {
        font-size: 14px;
        width: auto;
    }
}

#main-rise .swiper-gameplay .rise-button {
    width: 700px;
    padding-top: 100px;
    position: relative;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

@media screen and (max-width: 675px) {
    #main-rise .swiper-gameplay .rise-button {
        width: 100%;
    }
}

#main-rise .swiper-gameplay .rise-button .prev-slide,
#main-rise .swiper-gameplay .rise-button .next-slide {
    bottom: 20px;
    top: unset;
    width: 200px;
    color: #FFFF;
}

#main-rise .swiper-gameplay .rise-button .prev-slide::after,
#main-rise .swiper-gameplay .rise-button .next-slide::after {
    background-image: url("../img/arrow.png");
    background-size: 56px 73px;
    display: inline-block;
    width: 56px;
    height: 73px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
}

@media screen and (max-width: 675px) {
    #main-rise .swiper-gameplay .rise-button .prev-slide::after,
    #main-rise .swiper-gameplay .rise-button .next-slide::after {
        background-size: 18px 24px;
        background-position: center;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) {
    #main-rise .swiper-gameplay .rise-button .prev-slide::after,
    #main-rise .swiper-gameplay .rise-button .next-slide::after {
        background-size: 18px 24px;
        background-position: center;
    }
}

@media screen and (max-width: 675px) {
    #main-rise .swiper-gameplay .rise-button .prev-slide,
    #main-rise .swiper-gameplay .rise-button .next-slide {
        width: 65px;
    }
}

#main-rise .swiper-gameplay .rise-button .next-slide::after {
    transform: rotate(-180deg);
    right: -25px;
}

#main-rise .swiper-gameplay .rise-button .prev-slide::after {
    left: -25px;
}

#main-rise .swiper-gameplay .rise-button .swiper-pagination {
    transform: translateX(85%);
    width: unset;
    bottom: 35px;
    width: fit-content;
}

#main-rise .swiper-gameplay .rise-button .swiper-pagination span {
    width: 64px;
    height: 6px;
    border-radius: 2px;
}

@media screen and (max-width: 675px) {
    #main-rise .swiper-gameplay .rise-button .swiper-pagination span {
        width: 34px;
    }
}

#main-rise .swiper-gameplay .rise-button .swiper-pagination span:not(:last-child) {
    margin-right: 24px;
}

#main-rise .swiper-gameplay .rise-button .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fdd984;
}

#main-rise .rise-nft {
    padding-top: 20px;
}

#main-rise .rise-nft__title {
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #f9d582;
    margin-bottom: 16px;
    font-family: 'Godofwar';
}

@media screen and (max-width: 675px) {
    #main-rise .rise-nft__title {
        font-size: 24px;
    }
}

#main-rise .rise-nft .line-yellow {
    background-image: url("../img/line-yellow.svg");
    margin-bottom: 25px;
    text-align: center;
    width: 376px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-nft .line-yellow {
        width: 167px;
        height: 6px;
    }
}

#main-rise .rise-nft__des {
    width: 768px;
    font-family: "Ropasans";
    font-weight: normal;
    font-size: 18px;
    color: #FFFF;
    text-align: justify;
    margin: 0 auto;
    margin-bottom: 52px;
    text-align: center;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-nft__des {
        font-size: 14px;
        width: auto;
    }
}

#main-rise .rise-nft__content {
    display: block;
    width: 100%;
    position: relative;
    height: 540px;
}

#main-rise .rise-nft__content .swiper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#main-rise .rise-nft__content .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 192.21px !important;
    height: 250px !important;
}

#main-rise .rise-nft__content .swiper-slide img {
    width: 100%;
    height: 100%;
}

#main-rise .swiper-nft {
    height: 700px;
}

#main-rise .swiper-nft .rise-button {
    width: 700px;
    position: relative;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

@media screen and (max-width: 675px) {
    #main-rise .swiper-nft .rise-button {
        width: 100%;
    }
}

#main-rise .swiper-nft .rise-button .prev-slide,
#main-rise .swiper-nft .rise-button .next-slide {
    bottom: 20px;
    top: unset;
    width: 200px;
    color: #FFFF;
}

#main-rise .swiper-nft .rise-button .prev-slide::after,
#main-rise .swiper-nft .rise-button .next-slide::after {
    background-image: url("../img/arrow.png");
    background-size: 56px 73px;
    display: inline-block;
    width: 56px;
    height: 73px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
}

@media screen and (max-width: 675px) {
    #main-rise .swiper-nft .rise-button .prev-slide::after,
    #main-rise .swiper-nft .rise-button .next-slide::after {
        background-size: 18px 24px;
        background-position: center;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) {
    #main-rise .swiper-nft .rise-button .prev-slide::after,
    #main-rise .swiper-nft .rise-button .next-slide::after {
        background-size: 18px 24px;
        background-position: center;
    }
}

@media screen and (max-width: 675px) {
    #main-rise .swiper-nft .rise-button .prev-slide,
    #main-rise .swiper-nft .rise-button .next-slide {
        width: 65px;
    }
}

#main-rise .swiper-nft .rise-button .next-slide::after {
    transform: rotate(-180deg);
    right: -25px;
}

#main-rise .swiper-nft .rise-button .prev-slide::after {
    left: -25px;
}

#main-rise .swiper-nft .rise-button .swiper-pagination {
    transform: translateX(52%);
    bottom: 35px;
    width: fit-content;
}

#main-rise .swiper-nft .rise-button .swiper-pagination span {
    width: 64px;
    height: 6px;
    border-radius: 2px;
}

@media screen and (max-width: 675px) {
    #main-rise .swiper-nft .rise-button .swiper-pagination span {
        width: 34px;
    }
}

#main-rise .swiper-nft .rise-button .swiper-pagination span:not(:last-child) {
    margin-right: 24px;
}

#main-rise .swiper-nft .rise-button .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fdd984;
}

#main-rise .rise-play {
    padding-top: 200px;
}

#main-rise .rise-play__title {
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #f9d582;
    margin-bottom: 16px;
    font-family: 'Godofwar';
}

@media screen and (max-width: 675px) {
    #main-rise .rise-play__title {
        font-size: 24px;
    }
}

#main-rise .rise-play .line-yellow {
    background-image: url("../img/line-yellow.svg");
    margin-bottom: 25px;
    text-align: center;
    width: 376px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-play .line-yellow {
        width: 167px;
        height: 6px;
    }
}

#main-rise .rise-play__content .swiper-play {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#main-rise .rise-play__content .play-map {
    height: 700px;
    position: relative;
}

#main-rise .rise-play__content .play-map__main .content img {
    padding-left: 2px;
}

#main-rise .rise-play__content .play-map__main,
#main-rise .rise-play__content .play-map__main-row {
    position: absolute;
    width: 100%;
    height: 212px;
    top: 160px;
}

#main-rise .rise-play__content .play-map__main .content,
#main-rise .rise-play__content .play-map__main-row .content {
    width: 212px;
    margin: 0 auto;
}

#main-rise .rise-play__content .play-map__main img,
#main-rise .rise-play__content .play-map__main-row img {
    width: 100%;
    height: 100%;
}

#main-rise .rise-play__content .play-map__main-row {
    height: 295px;
    top: 151px;
}

#main-rise .rise-play__content .play-map__main-row .content {
    width: 360px;
    height: 100%;
}

#main-rise .rise-play__content .play-map .item {
    width: 180px;
    height: 140px;
    position: relative;
    background: url("../img/flower-top-left.svg");
    background-size: 180px 140px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#main-rise .rise-play__content .play-map .item__icon {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 14px 0 8px 0;
}

#main-rise .rise-play__content .play-map .item__icon img {
    width: 81px;
    height: 83px;
}

#main-rise .rise-play__content .play-map .item p {
    text-align: center;
    color: #c4943e;
    font-size: 16px;
}

#main-rise .rise-play__content .play-map .box {
    position: absolute;
}

#main-rise .rise-play__content .play-map__top-left {
    left: 20%;
    top: 75px;
}

#main-rise .rise-play__content .play-map__bottom-left {
    left: 20%;
    top: 315px;
}

#main-rise .rise-play__content .play-map__top-right {
    right: 20%;
    top: 75px;
}

#main-rise .rise-play__content .play-map__bottom-right {
    right: 20%;
    top: 315px;
}

#main-rise .rise-play__content .play-map__bottom {
    width: 100%;
    top: 450px;
}

#main-rise .rise-play__content .rise-button .swiper-pagination {
    bottom: 35px;
    width: fit-content;
    width: 100%;
}

#main-rise .rise-play__content .rise-button .swiper-pagination span {
    width: 64px;
    height: 6px;
    border-radius: 2px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-play__content .rise-button .swiper-pagination span {
        width: 34px;
    }
}

#main-rise .rise-play__content .rise-button .swiper-pagination span:not(:last-child) {
    margin-right: 24px;
}

#main-rise .rise-play__content .rise-button .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fdd984;
}

#main-rise .rise-timeline {
    padding-top: 40px;
    /* margin-bottom: 150px; */
}

#main-rise .rise-timeline .main-timeline {
    display: flex;
    justify-content: center;
}

#main-rise .rise-timeline .main-timeline__bg {
    background-image: url("../img/time-line-1.png");
    background-repeat: no-repeat;
    background-size: 1153px 1024px;
    width: 1160px;
    height: 1024px;
}

#main-rise .rise-timeline .main-timeline__bg .title {
    text-align: center;
    font-size: 38px;
    color: #c4943e;
    margin-top: 95px;
}

#main-rise .rise-timeline .timeline {
    max-width: 435px;
    margin: 55px auto 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15px 0px;
}

#main-rise .rise-timeline .timeline::after {
    content: "";
    position: absolute;
    width: 3px;
    background: linear-gradient(180deg, #fdd984 0%, #a38252 100%);
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

#main-rise .rise-timeline .timeline::before {
    content: "\f077";
    position: absolute;
    color: #fdd58c;
    font-family: "awesome";
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    font-size: 25px;
}

#main-rise .rise-timeline .timeline__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    border-radius: 5px;
    position: relative;
    width: 189px;
    height: 85px;
}

#main-rise .rise-timeline .timeline__content::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #fdd984 0%, #a38252 100%);
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#main-rise .rise-timeline .timeline__content:nth-child(odd) {
    margin-left: auto;
}

#main-rise .rise-timeline .timeline__content:nth-child(odd)::after {
    left: -10px;
}

#main-rise .rise-timeline .timeline__content:nth-child(odd)::before {
    top: 50%;
    left: -38px;
}

#main-rise .rise-timeline .timeline__content:nth-child(odd) .content_p {
    text-align: left;
}

#main-rise .rise-timeline .timeline__content:nth-child(even) {
    align-items: flex-end;
}

#main-rise .rise-timeline .timeline__content:nth-child(even) .content_p {
    text-align: right;
}

#main-rise .rise-timeline .timeline__content:nth-child(even)::after {
    right: -10px;
}

#main-rise .rise-timeline .timeline__content:nth-child(even)::before {
    top: 50%;
    right: -39px;
}

#main-rise .rise-timeline .timeline__content:nth-child(even) .content_date {
    text-align: right;
}

#main-rise .rise-timeline .timeline__content .box {
    position: absolute;
}

#main-rise .rise-timeline .timeline__content .content_p {
    line-height: 22px;
}

#main-rise .rise-timeline .content_date {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #c4943e;
}

#main-rise .rise-timeline .content_p {
    max-width: 230px;
    margin-bottom: 0;
}

#main-rise .rise-timeline .content_p p {
    font-family: "Ropasans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFF;
}

@media screen and (max-width: 600px) {
    #main-rise .rise-timeline .timeline {
        gap: 15px;
        padding: 10px;
    }
    #main-rise .rise-timeline .timeline::after {
        display: none;
    }
    #main-rise .rise-timeline .timeline__content {
        width: 100%;
    }
    #main-rise .rise-timeline .timeline__content::after {
        display: none;
    }
    #main-rise .rise-timeline .timeline__content::before {
        display: none;
    }
}

#main-rise .rise-team {
    padding-top: 50px;
}

#main-rise .rise-team__title {
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #f9d582;
    margin-bottom: 16px;
    font-family: 'Godofwar';
}

@media screen and (max-width: 675px) {
    #main-rise .rise-team__title {
        font-size: 24px;
    }
}

#main-rise .rise-team .line-yellow {
    background-image: url("../img/line-yellow.svg");
    margin-bottom: 25px;
    text-align: center;
    width: 376px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-bottom: 37px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-team .line-yellow {
        width: 167px;
        height: 6px;
    }
}

#main-rise .rise-team__des {
    width: 768px;
    font-family: "Ropasans";
    font-weight: normal;
    font-size: 18px;
    color: #FFFF;
    text-align: justify;
    margin: 0 auto;
    margin-bottom: 15px;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-team__des {
        font-size: 14px;
        width: auto;
    }
}

#main-rise .rise-team__silder .swiper-team_form {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 830px;
}

#main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
    width: 180px;
    height: 180px;
    /* border: 4px solid #c4943e; */
    border-radius: 50%;
    position: relative;
    margin: 0 auto 16px auto;
}

#main-rise .rise-team__silder .swiper-team_form .core-team .item__avt img {
    position: absolute;
    width: 100%;
    /* height: 160px; */
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: contain;
}

#main-rise .rise-team__silder .swiper-team_form .core-team .item__avt .icon-linked {
    border-radius: 50%;
}

#main-rise .rise-team__silder .swiper-team_form .core-team .item__avt .icon-linked .linkedin {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: -35px;
}

#main-rise .rise-team__silder .swiper-team_form .core-team .item__content {
    text-align: center;
    margin: 0 auto;
}

#main-rise .rise-team__silder .swiper-team_form .core-team .item__content p {
    color: #FFFF;
}

#main-rise .rise-team__silder .swiper-team_form .core-team .item__content .content_name {
    margin-bottom: 16px;
}

#main-rise .rise-team__silder .swiper-team_form .core-team .item__content .content_name p {
    font-size: 20px;
    line-height: 20px;
}

#main-rise .rise-team__silder .swiper-team_form .core-team .item__content .content_des p {
    font-size: 14px;
    font-family: "Ropasans";
    line-height: 20px;
}

#main-rise .rise-team__silder .swiper-team_form .rise-button {
    width: 600px;
    padding-top: 120px;
    position: relative;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-team__silder .swiper-team_form .rise-button {
        width: 100%;
    }
}

#main-rise .rise-team__silder .swiper-team_form .rise-button .prev-slide,
#main-rise .rise-team__silder .swiper-team_form .rise-button .next-slide {
    bottom: 20px;
    top: unset;
    width: 200px;
    color: #FFFF;
    width: 135px;
}

#main-rise .rise-team__silder .swiper-team_form .rise-button .prev-slide::after,
#main-rise .rise-team__silder .swiper-team_form .rise-button .next-slide::after {
    background-image: url("../img/arrow.png");
    background-size: 56px 73px;
    display: inline-block;
    width: 56px;
    height: 73px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-team__silder .swiper-team_form .rise-button .prev-slide::after,
    #main-rise .rise-team__silder .swiper-team_form .rise-button .next-slide::after {
        background-size: 18px 24px;
        background-position: center;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) {
    #main-rise .rise-team__silder .swiper-team_form .rise-button .prev-slide::after,
    #main-rise .rise-team__silder .swiper-team_form .rise-button .next-slide::after {
        background-size: 18px 24px;
        background-position: center;
    }
}

@media screen and (max-width: 675px) {
    #main-rise .rise-team__silder .swiper-team_form .rise-button .prev-slide,
    #main-rise .rise-team__silder .swiper-team_form .rise-button .next-slide {
        width: 65px;
    }
}

#main-rise .rise-team__silder .swiper-team_form .rise-button .next-slide::after {
    transform: rotate(-180deg);
    right: -25px;
}

#main-rise .rise-team__silder .swiper-team_form .rise-button .prev-slide::after {
    left: -25px;
}

#main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination {
    transform: translateX(38%);
    width: fit-content;
    bottom: 35px;
    width: fit-content;
}

#main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination span {
    width: 64px;
    height: 6px;
    border-radius: 2px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination span {
        width: 34px;
    }
}

#main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination span:not(:last-child) {
    margin-right: 24px;
}

#main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fdd984;
}

#main-rise .rise-investors {
    padding-top: 50px;
}

#main-rise .rise-investors__title {
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #f9d582;
    margin-bottom: 16px;
    font-family: 'Godofwar';
}

@media screen and (max-width: 675px) {
    #main-rise .rise-investors__title {
        font-size: 24px;
    }
}

#main-rise .rise-investors .line-yellow {
    background-image: url("../img/line-yellow.svg");
    margin-bottom: 25px;
    text-align: center;
    width: 376px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-bottom: 47px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-investors .line-yellow {
        width: 167px;
        height: 6px;
    }
}

#main-rise .rise-investors__content {
    width: 964px;
    height: 431px;
    margin: 0 auto;
}

#main-rise .rise-investors__content img {
    width: 100%;
    height: 100%;
}

#main-rise .rise-advisors {
    padding-bottom: 50px;
}

#main-rise .rise-advisors__title {
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #f9d582;
    margin-bottom: 16px;
    font-family: 'Godofwar';
}

@media screen and (max-width: 675px) {
    #main-rise .rise-advisors__title {
        font-size: 24px;
    }
}

#main-rise .rise-advisors .line-yellow {
    background-image: url("../img/line-yellow.svg");
    margin-bottom: 25px;
    text-align: center;
    width: 376px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-bottom: 47px;
}

@media screen and (max-width: 675px) {
    #main-rise .rise-advisors .line-yellow {
        width: 167px;
        height: 6px;
    }
}

#main-rise .rise-advisors__content .list-item {
    display: flex;
    justify-content: center;
}

#main-rise .rise-advisors__content .list-item .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-rise .rise-advisors__content .list-item .item__avt {
    width: 180px;
    height: 180px;
    border: 4px solid #c4943e;
    border-radius: 50%;
    position: relative;
    margin-bottom: 16px;
}

#main-rise .rise-advisors__content .list-item .item__avt img {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#main-rise .rise-advisors__content .list-item .item__content {
    width: 154px;
    text-align: center;
    margin: 0 auto;
}

#main-rise .rise-advisors__content .list-item .item__content p {
    color: #FFFF;
}

#main-rise .rise-advisors__content .list-item .item__content .content_name {
    margin-bottom: 16px;
}

#main-rise .rise-advisors__content .list-item .item__content .content_name p {
    font-size: 20px;
    line-height: 20px;
}

#main-rise .rise-advisors__content .list-item .item__content .content_des p {
    font-size: 14px;
    font-family: "Ropasans";
    line-height: 20px;
}

#main-rise .securedby {
    padding-top: 50px;
}

#main-rise .securedby__title {
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #f9d582;
    margin-bottom: 16px;
    font-family: 'Godofwar';
}

@media screen and (max-width: 675px) {
    #main-rise .securedby__title {
        font-size: 24px;
    }
}

#main-rise .securedby .line-yellow {
    background-image: url("../img/line-yellow.svg");
    margin-bottom: 25px;
    text-align: center;
    width: 376px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-bottom: 47px;
}

@media screen and (max-width: 675px) {
    #main-rise .securedby .line-yellow {
        width: 167px;
        height: 6px;
    }
}

#main-rise .securedby__content {
    max-width: 850px;
    height: 100%;
    margin: 0 auto;
}

#main-rise .securedby__content .securedby-bg {
    padding: 0 30px;
    text-align: center;
}

#main-rise .securedby__content .securedby-bg img {
    width: 202px;
    height: 100%;
    object-fit: cover;
}

#main-rise .nav-left {
    position: fixed;
    top: 30%;
    right: 0;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
    padding: 10px 0 10px 2px;
    z-index: 10;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#main-rise .nav-left .list-item .item:hover a>span {
    opacity: 1;
    visibility: visible;
}

#main-rise .nav-left .list-item .item {
    cursor: pointer;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 18px 14px 16px 14px;
    position: relative;
}

#main-rise .nav-left .list-item .item img {
    width: 100%;
    height: auto;
    margin: 7px 5px;
    border-radius: 12px;
}

#main-rise .nav-left .list-item .item a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-rise .nav-left .list-item .item a span {
    font-family: "Roboto";
    position: absolute;
    top: 0;
    left: -155px;
    width: 130px;
    background-color: #21201dba;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#main-rise .nav-left .list-item .item a span:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 5px solid #21201dba;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -5px;
}

#main-rise .nav-left .list-item .item .twitter {
    background: linear-gradient(225deg, #33ccff 7.48%, #337fff 92.52%);
}

#main-rise .nav-left .list-item .item-group {
    display: none;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#main-rise .nav-left .list-item .item-open {
    background-color: #635c5c;
    font-size: 22px;
}

#main-rise .nav-left .list-item .item-open i {
    color: #979595;
}

#main-rise.menu-toggle .nav-bar-menu {
    opacity: 1;
    visibility: unset;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


/** @responsive */

@media (max-width: 675px) {
    #main-rise {
        background-position: top -377px right;
    }
    #main-rise .swiper-pagination {
        width: 100%;
        left: unset;
        transform: unset !important;
        z-index: -1;
    }
    #main-rise .menu-mb {
        display: block;
        cursor: default;
    }
    #main-rise .nav-bar-menu .main-menu li {
        cursor: default !important;
    }
    #main-rise .top-coin {
        position: absolute;
        z-index: 1;
        top: 65px;
        width: 100%;
        background-color: #362e2e8f;
        height: 64px;
    }
    #main-rise .top-coin .rdr-contact {
        color: #fff;
    }
    #main-rise .top-coin .rdr-contact p {
        font-size: 14px !important;
    }
    #main-rise .top-coin .rdr-contact .fa-clone {
        cursor: pointer;
        font-size: 10px;
        margin-left: 5px;
    }
    #main-rise .top-coin .rdr-copy {
        margin-left: 0;
        margin-right: 15px;
    }
    #main-rise .top-coin__close {
        top: 5px;
        right: 15px;
        align-items: flex-start;
    }
    #main-rise .top-rise__battle {
        position: relative;
        overflow-x: clip;
    }
    #main-rise .top-rise__battle img {
        object-fit: cover;
    }
    #main-rise .top-rise__battle video {
        width: 100%;
        height: auto;
        object-fit: contain;
        position: absolute;
        top: 100px;
        transform: scale(1.5);
        z-index: -1;
    }
    #main-rise .top-rise__logo {
        top: 0px;
        width: 200px;
    }
    #main-rise .top-rise__logo img {
        width: 100%;
        height: auto;
    }
    /* #main-rise .main-content {
        top: calc(100% - 516px);
        position: absolute;
      
        z-index: 10;
    } */
    #main-rise .icon-download {
        /* margin-top: 300px; */
    }
    #main-rise .icon-download .main-download img {
        width: 95px;
    }
    #main-rise .icon-download .main-download__androi {
        margin-right: 15px;
    }
    #main-rise .metaverse-main {
        margin: 0px auto 0 auto;
        background: none;
        max-width: 100%;
        /* height: 753px; */
    }
    #main-rise .metaverse-main__des {
        padding: 0 16px;
        margin-bottom: -25px;
    }
    #main-rise .metaverse-main__content {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 741px;
        justify-content: center;
        display: flex;
    }
    #main-rise .metaverse-main__content img {
        width: 480px;
        height: 345px;
        object-fit: contain;
        background-position-x: center;
        position: absolute;
        margin-right: 20px;
    }
    #main-rise .rise-game {
        padding-top: 145px;
        overflow: hidden;
    }
    #main-rise .rise-game__title {
        width: 240px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    #main-rise .rise-game .line-yellow {
        margin-bottom: 10px;
    }
    #main-rise .rise-game .rise-video {
        overflow: unset;
        height: 275px;
        width: 375px;
    }
    #main-rise .rise-game .rise-video__main {
        width: 345px;
        height: 216px;
        left: 16px;
    }
    #main-rise .rise-game .rise-video__main .video-content iframe {
        width: 335px;
        height: 182px;
        top: 20px;
        left: 5px;
    }
    #main-rise .rise-game .rise-video__left {
        width: 153px;
        height: 184px;
        z-index: 0;
        top: -130px;
        animation: dragonMb 5s 12;
        left: -55px;
    }
    #main-rise .rise-game .rise-video__right {
        width: 201px;
        height: 249px;
        top: -210px;
        animation: dragonRMb 5s 12;
        right: -75px;
    }
    #main-rise .rise-gameplay__des {
        padding: 0 16px;
        margin-bottom: 20px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__des {
        padding: 0 35px;
        text-align: center;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
        width: 109px;
        height: 213px;
        object-fit: contain;
        position: relative;
        top: 0;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        top: 0;
        right: 0;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content__avt {
        width: 79px;
        height: 81px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .swiper-pagination {
        width: 100%;
        bottom: 35px;
        left: unset;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .prev-slide {
        width: 140px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .prev-slide::after {
        left: 0;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .next-slide {
        width: 120px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .next-slide::after {
        right: 0;
    }
    #main-rise .rise-nft__des {
        padding: 0 30px;
    }
    #main-rise .rise-nft__content {
        height: auto;
    }
    #main-rise .rise-nft__content .swiper {
        width: 92%;
    }
    #main-rise .rise-nft__content .swiper-slide {
        width: 108.48px !important;
        height: 140px !important;
    }
    #main-rise .rise-nft__content .swiper-nft {
        height: 395px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .swiper-pagination {
        width: 100%;
        left: unset;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .swiper-pagination span {
        width: 24px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .swiper-pagination span:not(:last-child) {
        margin-right: 5px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .prev-slide {
        width: 85px;
    }
    #main-rise .rise-play {
        padding-top: 50px;
    }
    #main-rise .rise-play__content {
        width: 100%;
    }
    #main-rise .rise-play__content .swiper-play {
        width: 100%;
    }
    #main-rise .rise-play__content .swiper-play .rise-button {
        position: relative;
        width: 100%;
        display: flex;
        justify-self: center;
    }
    #main-rise .rise-play__content .swiper-play .rise-button .swiper-pagination {
        transform: unset;
    }
    #main-rise .rise-play__content .play-map {
        height: 670px;
    }
    #main-rise .rise-play__content .play-map__main-row {
        height: 324px;
        top: 146px;
    }
    #main-rise .rise-play__content .play-map__main-row .content {
        width: 260px;
    }
    #main-rise .rise-play__content .play-map__main {
        top: 200px;
    }
    #main-rise .rise-play__content .play-map__main .content img {
        padding-left: 0;
    }
    #main-rise .rise-play__content .play-map .item {
        width: 109px;
        height: 119px;
        background-position-x: center;
        background-position-y: center;
        border-radius: 8px;
    }
    #main-rise .rise-play__content .play-map .item__icon img {
        width: 46px;
        height: 46px;
    }
    #main-rise .rise-play__content .play-map .item p {
        font-size: 10px;
        line-height: 22px;
    }
    #main-rise .rise-play__content .play-map__top-left {
        left: 10%;
        top: 25px;
    }
    #main-rise .rise-play__content .play-map__bottom-left {
        left: 3%;
        top: 470px;
    }
    #main-rise .rise-play__content .play-map__top-right {
        right: 10%;
        top: 25px;
    }
    #main-rise .rise-play__content .play-map__bottom-right {
        right: 3%;
        top: 470px;
    }
    #main-rise .rise-play__content .play-map__bottom {
        width: 100%;
        top: 470px;
    }
    #main-rise .rise-timeline .main-timeline__bg {
        background-image: url("../img/time-line-mb-1.png");
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
        width: 343px;
        height: 1086px;
    }
    #main-rise .rise-timeline .main-timeline__bg .title {
        font-size: 24px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 25px;
    }
    #main-rise .rise-timeline .main-timeline__bg .line-yellow {
        background-image: url("../img/line-yellow.svg");
        margin-bottom: 25px;
        text-align: center;
        width: 376px;
        height: 12px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin: 0 auto;
        margin-bottom: 25px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 675px) and (max-width: 675px) {
    #main-rise .rise-timeline .main-timeline__bg .line-yellow {
        width: 167px;
        height: 6px;
    }
}

@media (max-width: 675px) {
    #main-rise .rise-timeline .main-timeline .time-line-mb__content {
        margin: 0 auto 20px auto;
    }
    #main-rise .rise-timeline .main-timeline .time-line-mb__content .box {
        display: none;
        margin: 0 auto;
        width: 115px;
        text-align: left;
    }
    #main-rise .rise-timeline .main-timeline .time-line-mb__content .box .content_date {
        margin-bottom: 10px;
        line-height: 20px;
    }
    #main-rise .rise-timeline .main-timeline .time-line-mb__content .box .content_p {
        line-height: 20px;
        text-align: left;
        width: 160px;
        margin: 0 auto;
        font-size: 14px;
    }
    #main-rise .rise-team__des {
        padding: 0 30px;
        font-size: 12px;
        line-height: 18px;
    }
    #main-rise .rise-team__silder .swiper-team_form {
        width: 90%;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
        width: 123px;
        height: 123px;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt img {
        /* width: 109px;
        height: 109px; */
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__content {
        width: 154px;
        text-align: center;
        margin: 0 auto;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__content p {
        color: #FFFF;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__content .content_name p {
        font-size: 16px;
        line-height: 16px;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__content .content_des p {
        font-size: 12px;
        line-height: 18px;
    }
    #main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination {
        transform: translateX(43%) !important;
    }
    #main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination span {
        width: 20px;
    }
    #main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination span:not(:last-child) {
        margin-right: 9px;
    }
    #main-rise .rise-team__silder .swiper-team_form .rise-button .prev-slide {
        width: 85px;
    }
    #main-rise .rise-investors .line-yellow {
        margin-bottom: 25px;
    }
    #main-rise .rise-investors__content {
        width: 100%;
        text-align: center;
        height: auto;
    }
    #main-rise .rise-investors__content img {
        width: 343px;
        height: 155px;
    }
    #main-rise .rise-advisors .line-yellow {
        margin-bottom: 25px;
    }
    #main-rise .rise-advisors__content .list-item .item__avt {
        width: 123px;
        height: 123px;
    }
    #main-rise .rise-advisors__content .list-item .item__avt img {
        width: 109px;
        height: 109px;
    }
    #main-rise .rise-advisors__content .list-item .item__content {
        width: 154px;
        text-align: center;
        margin: 0 auto;
    }
    #main-rise .rise-advisors__content .list-item .item__content p {
        color: #FFFF;
    }
    #main-rise .rise-advisors__content .list-item .item__content .content_name p {
        font-size: 16px;
        line-height: 16px;
    }
    #main-rise .rise-advisors__content .list-item .item__content .content_des p {
        font-size: 12px;
        line-height: 18px;
    }
    #footer-rise {
        /* background-color: #00000052; */
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) {
    #header-rise {
        display: none;
    }
    #main-rise .swiper-pagination {
        width: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) and (max-width: 960px) and (min-width: 675px) {
    #main-rise .top-rise__battle {
        position: relative;
        overflow-x: clip;
    }
    #main-rise .top-rise__battle video {
        width: 100%;
        height: auto;
        object-fit: contain;
        position: absolute;
        top: 100px;
        transform: scale(1.5);
        z-index: -1;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) {
    #main-rise .top-rise__logo {
        top: 0;
    }
    #main-rise .top-rise__logo img {
        width: 343px;
        height: 186px;
    }
    #main-rise .menu-mb {
        display: block;
    }
    /* #main-rise .main-content {
        top: calc(100% - 382px)
    } */
}

@media (max-width: 1299.98px) and (min-width: 675px) and (max-width: 769px) and (min-width: 675px) {
    /* #main-rise .main-content {
        top: calc(100% - 382px)
       
    } */
}

@media (max-width: 1299.98px) and (min-width: 675px) {
    #main-rise .metaverse-main {
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        /* max-height: 1211px; */
        /* height: 1264px; */
        padding: 0;
        margin: 50px auto -100px auto;
    }
    #main-rise .metaverse-main__des {
        max-width: 768px;
        width: fit-content;
        padding: 0 16px;
        margin-bottom: -25px;
    }
    #main-rise .metaverse-main__content img {
        max-width: 100%;
        height: 400px;
        object-fit: cover;
    }
    #main-rise .rise-game {
        padding-top: 145px;
        overflow: hidden;
    }
    #main-rise .rise-game__title {
        font-size: 30px;
    }
    #main-rise .rise-game .rise-video {
        max-width: 860px;
    }
    #main-rise .rise-game .rise-video__main {
        width: 690px;
        right: 10%;
        left: auto;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) and (max-width: 800px) and (min-width: 767px) {
    #main-rise .rise-game .rise-video__main {
        right: 5%;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) {
    #main-rise .rise-game .rise-video__main .video-content iframe {
        width: 660.8px;
    }
    #main-rise .rise-game .rise-video__left {
        width: 153px;
        height: 184px;
        z-index: 0;
        top: -130px;
        animation: dragonLg 5s 12;
        left: 25px;
    }
    #main-rise .rise-game .rise-video__right {
        width: 201px;
        height: 249px;
        top: -210px;
        animation: dragonRLg 5s 12;
        right: -25px;
    }
    #main-rise .rise-gameplay__des {
        max-width: 768px;
        width: fit-content;
        padding: 0 16px;
        margin-bottom: 25px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__des {
        padding: 0 35px;
        text-align: center;
        width: fit-content;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
        width: 100%;
        height: 225px;
        object-fit: cover;
        position: relative;
        top: 0;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        top: 0;
        right: 0;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg .bg-content__avt {
        width: 79px;
        height: 81px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .swiper-pagination {
        width: unset;
        bottom: 35px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .prev-slide {
        width: 175px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .prev-slide::after {
        left: 0;
        background-size: 30px 36px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .next-slide {
        width: 165px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay .rise-button .next-slide::after {
        right: 0;
        background-size: 30px 36px;
    }
    #main-rise .rise-nft__des {
        padding: 0 30px;
        width: fit-content;
    }
    #main-rise .rise-nft__content {
        height: auto;
        max-width: 768px;
        margin: 0 auto;
    }
    #main-rise .rise-nft__content .swiper {
        width: 92%;
    }
    #main-rise .rise-nft__content .swiper-slide {
        width: 108.48px !important;
        height: 140px !important;
    }
    #main-rise .rise-nft__content .swiper-nft {
        height: 395px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button {
        width: 460px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .swiper-pagination {
        left: 35%;
        transform: unset;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .swiper-pagination span {
        width: 24px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .swiper-pagination span:not(:last-child) {
        margin-right: 5px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .prev-slide {
        width: 175px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .prev-slide::after {
        background-size: 30px 36px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .next-slide {
        width: 165px;
    }
    #main-rise .rise-nft__content .swiper-nft .rise-button .next-slide::after {
        background-size: 30px 36px;
    }
    #main-rise .rise-play {
        padding-top: 50px;
    }
    #main-rise .rise-play__content {
        width: 475px;
        margin: 0 auto;
    }
    #main-rise .rise-play__content .swiper-play {
        width: 100%;
    }
    #main-rise .rise-play__content .swiper-play .rise-button {
        position: relative;
        width: 100%;
        display: flex;
        justify-self: center;
    }
    #main-rise .rise-play__content .swiper-play .rise-button .swiper-pagination {
        transform: unset;
    }
    #main-rise .rise-play__content .play-map {
        height: 670px;
    }
    #main-rise .rise-play__content .play-map .pc {
        display: none;
    }
    #main-rise .rise-play__content .play-map .mb {
        display: block;
    }
    #main-rise .rise-play__content .play-map__main-row {
        height: 335px;
        top: 139px;
    }
    #main-rise .rise-play__content .play-map__main-row .content {
        width: 296px;
    }
    #main-rise .rise-play__content .play-map__main {
        top: 200px;
    }
    #main-rise .rise-play__content .play-map .item {
        width: 130px;
        height: 120px;
        background-position-x: center;
        background-position-y: center;
        border-radius: 8px;
    }
    #main-rise .rise-play__content .play-map .item__icon img {
        width: 56px;
        height: 56px;
    }
    #main-rise .rise-play__content .play-map .item p {
        font-size: 14px;
        line-height: 22px;
    }
    #main-rise .rise-play__content .play-map__top-left {
        left: 10%;
        top: 20px;
    }
    #main-rise .rise-play__content .play-map__bottom-left {
        left: 3%;
        top: 475px;
    }
    #main-rise .rise-play__content .play-map__top-right {
        right: 10%;
        top: 20px;
    }
    #main-rise .rise-play__content .play-map__bottom-right {
        right: 3%;
        top: 475px;
    }
    #main-rise .rise-play__content .play-map__bottom {
        width: 100%;
        top: 475px;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) and (max-width: 1299.98px) and (min-width: 1135px) {
    #main-rise .rise-timeline .main-timeline__bg {
        background-position-x: center;
        background-position-y: center;
        background-size: 1031px 1111px;
        width: 100%;
        height: 1061px;
        padding-top: 85px;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) and (max-width: 1135px) and (min-width: 675px) {
    #main-rise .rise-timeline .main-timeline__bg {
        background-image: url("../img/time-line-mb-1.png");
        background-size: 650px 1024px;
        width: 650px;
        height: 1086px;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) {
    #main-rise .rise-timeline .main-timeline__bg .title {
        font-size: 24px;
        line-height: 24px;
        margin-top: 100px;
        margin-bottom: 25px;
    }
    #main-rise .rise-timeline .main-timeline__bg .line-yellow {
        background-image: url("../img/line-yellow.svg");
        margin-bottom: 25px;
        text-align: center;
        width: 376px;
        height: 12px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin: 0 auto;
        margin-bottom: 25px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1299.98px) and (min-width: 675px) and (max-width: 675px) {
    #main-rise .rise-timeline .main-timeline__bg .line-yellow {
        width: 167px;
        height: 6px;
    }
}

@media (max-width: 1299.98px) and (min-width: 675px) {
    #main-rise .rise-timeline .main-timeline .time-line {
        margin: 100px auto 0 auto;
    }
    #main-rise .rise-timeline .main-timeline .time-line-mb__content {
        margin: 0 auto 20px auto;
    }
    #main-rise .rise-timeline .main-timeline .time-line-mb__content .box {
        display: none;
        margin: 0 auto;
        width: 115px;
        text-align: left;
    }
    #main-rise .rise-timeline .main-timeline .time-line-mb__content .box .content_date {
        margin-bottom: 10px;
        line-height: 20px;
    }
    #main-rise .rise-timeline .main-timeline .time-line-mb__content .box .content_p {
        line-height: 20px;
        text-align: left;
        width: 160px;
        margin: 0 auto;
        font-size: 14px;
    }
    #main-rise .rise-team__des {
        padding: 0 30px;
        font-size: 12px;
        line-height: 18px;
        width: fit-content;
    }
    #main-rise .rise-team__silder .swiper-team_form {
        max-width: 768px;
        width: auto;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
        width: 123px;
        height: 123px;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt img {
        /* width: 109px;
        height: 109px; */
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__content {
        width: 154px;
        text-align: center;
        margin: 0 auto;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__content p {
        color: #FFFF;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__content .content_name p {
        font-size: 16px;
        line-height: 16px;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__content .content_des p {
        font-size: 12px;
        line-height: 18px;
    }
    #main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination {
        width: 60%;
        transform: translateX(38%);
    }
    #main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination span {
        width: 20px;
    }
    #main-rise .rise-team__silder .swiper-team_form .rise-button .swiper-pagination span:not(:last-child) {
        margin-right: 9px;
    }
    #main-rise .rise-team__silder .swiper-team_form .rise-button .prev-slide {
        width: 85px;
    }
    #main-rise .rise-investors .line-yellow {
        margin-bottom: 25px;
    }
    #main-rise .rise-investors__content {
        width: 100%;
        text-align: center;
        height: auto;
    }
    #main-rise .rise-investors__content img {
        width: 543px;
        height: 250px;
    }
    #main-rise .rise-advisors .line-yellow {
        margin-bottom: 25px;
    }
    #main-rise .rise-advisors__content .list-item .item__avt {
        width: 123px;
        height: 123px;
    }
    #main-rise .rise-advisors__content .list-item .item__avt img {
        width: 109px;
        height: 109px;
    }
    #main-rise .rise-advisors__content .list-item .item__content {
        width: 154px;
        text-align: center;
        margin: 0 auto;
    }
    #main-rise .rise-advisors__content .list-item .item__content p {
        color: #FFFF;
    }
    #main-rise .rise-advisors__content .list-item .item__content .content_name p {
        font-size: 16px;
        line-height: 16px;
    }
    #main-rise .rise-advisors__content .list-item .item__content .content_des p {
        font-size: 12px;
        line-height: 18px;
    }
    #footer-rise {
        /* background-color: #00000052; */
    }
}

@media all and (min-width:360px) {
    /* #investors {
        width: 100%;
        height: 368px;
    }
    .group_inver {
        position: relative;
    }
    #main-rise .securedby {
        height: 193px;
        padding: 0 !important;
        position: absolute;
        top: 246px;
        width: 100%;
    } */
}

@media all and (min-width:320px) {
    /* #investors {
        width: 100%;
        height: 346px;
    }
    .group_inver {
        position: relative;
    }
    #main-rise .securedby {
        height: 183px;
        padding: 0 !important;
        position: absolute;
        top: 224px;
        width: 100%;
    } */
}

.bg_contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg_cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_home {
    width: 100%;
    height: 515px;
}

.section1 {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}

.icon_meta {
    width: 100%;
    height: 100px;
}

.main-download__pc img,
.main-download img {
    width: 150px;
    height: 53px;
}

.metaverse-main__content {
    width: 100%;
    height: 400px;
}

.character {
    width: 100%;
    height: 214px;
    margin-top: -130px;
    z-index: 10;
}

#main-rise .rise-gameplay {
    width: 100%;
    height: 567px;
    margin-top: -156px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.metaverse-main__gameplay {
    height: 50px;
    margin-top: 116px;
}

.rise-gameplay__silder {
    width: 80%;
    height: 255px;
    margin: 0 auto;
}

#main-rise .metaverse-main__title {
    height: 81px;
    margin-top: 170px;
}

.rise-gameplay__silder {
    margin-top: -30px;
}

.swiper {
    height: 100%;
    width: 80%;
}

.slide_ww {
    display: flex;
    align-items: center;
}

.btn_pagi button::after {
    content: "" !important;
}

.btn_pagi button {
    width: 40px;
    height: 40px;
    background-color: unset;
    border: unset;
    position: unset !important;
}

#main-rise .swiper-gameplay .rise-button {}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
    width: 92px
}

#main-rise .rise-gameplay__silder .swiper-gameplay__bg {
    align-items: center;
}

#gameplay2 {
    margin-top: -67px;
}

.gameplay2_title {
    /* height: ; */
}

.gameplay2_title p {
    line-height: 40px;
    color: #FADDB2 !important;
}

#gameplay2 .swiper {
    height: auto !important;
    width: 100%;
}

#gameplay2 .rise-gameplay__silder {
    width: 100%;
    height: auto;
}

._pagislide.rise-button button {
    width: 50px;
    height: 50px;
    background-color: unset;
    border: unset;
    position: unset !important;
}

._pagislide.rise-button {
    display: flex;
    justify-content: space-around;
}

._pagislide.rise-button button::after {
    content: "";
}

.swiper-pagination__ {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.swiper-pagination__ .swiper-pagination-bullet {
    background-image: url(./../img/navibtn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-color: unset;
    border: unset;
}

#gameplay2 .bg_ {
    background-color: #58472B;
    width: 100%;
    height: 70%;
    top: 0;
    position: absolute;
    z-index: -1;
}

.slide_ww2 {
    position: relative;
    flex-direction: column;
}

#gameplay2 .rise-gameplay__des {
    text-align: center;
}

.swiper-pagination__ .swiper-pagination-bullet-active {
    background-image: url(./../img/navibtnactive.png);
}

#nft .bg__w {
    position: absolute;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nft .bg_ {
    width: 100%;
    height: 50%;
}

#nft .gameplay2_title {
    margin-bottom: 10%;
}

.ba_gg2 {
    background-color: #3E321D;
}

.bg_w_color {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-wrapper {
    justify-content: center;
    align-items: center;
}

#nft {
    background-color: #291F0A;
}

#nft .rise-nft__content .swiper-slide img {
    object-fit: contain;
}

#nft .rise-nft__content .swiper-slide {}

#main-rise .rise-gameplay__des {
    text-align: center;
}

#token .slide_ww2 {
    min-height: 300px;
}

#roadmap .roadmap {
    width: 100%;
    height: 300px;
}

.bg_gr2 {
    background: linear-gradient(180deg, rgba(153, 34, 194, 0) 0%, rgba(63, 51, 29, 1) 0%, rgba(41, 31, 10, 1) 100%);
}

.team_form .content_name {
    width: 100%;
    height: 50px;
}

.team_form .content_des {
    padding-left: 10px;
}

.team_form .content_des ol li {
    font-family: 'Markazi Text', serif;
    color: #FADDB2;
    /* text-transform: none !important; */
    list-style-type: circle;
    text-align: left;
}

.team_form .swiper-slide {
    /* margin: 0 !important; */
    /* width: 100% !important; */
    /* margin: 0 !important; */
    margin-left: 26px;
    margin-right: 26px !important;
}

.team_form .swiper-slide .item {
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}

#main-rise .rise-team {
    padding-bottom: 100px;
}

#investors {
    width: 100%;
    height: 277px;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
}

#investors .partners__ {
    width: 90%;
    height: 70%;
}

#investors .gameplay2_title {
    position: absolute;
    width: 100%;
    top: -99px;
}

.group_inver {
    position: relative;
    height: 716px;
    padding-top: 100px;
}

#main-rise .securedby {
    height: 206px;
    background-size: cover;
    padding: 0 !important;
    /* position: absolute;
    top: 275px; */
    width: 100%;
    position: relative;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-rise .securedby .gameplay2_title {
    position: absolute;
    width: 100%;
    top: -43px;
}

#main-rise .securedby .item_scr_w {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#main-rise .securedby .item_scr_w .item_scr {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.section1 .metaverse-main__title {
    margin-top: 0 !important;
}

.float {
    animation: float 6s ease-in-out infinite;
}

.bg_team_w {
    width: 100%;
    height: 1193px;
    background-size: cover;
    /* padding: 150px 0; */
    padding-top: 23px;
}

@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
        transform: translatey(0px);
        transform: translatex(0px);
    }
    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
        transform: translatey(-20px);
        /* transform: translatex(10px); */
    }
    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
        transform: translatey(0px);
        transform: translatex(0px);
    }
}

.stone_w {
    display: none;
}

#main-rise .main-content {
    top: calc(100% - 514px)
}

@media all and (min-width:768px) {
    #main-rise .main-content {
        top: calc(100% - 379px)
    }
    .bg_team_w {
        width: 100%;
        height: 1597px;
        background-size: cover;
        /* padding: 150px 0; */
        padding-top: 67px;
    }
    #investors {
        width: 100%;
        height: 330px;
        position: relative;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0 !important;
    }
    #investors .partners__ {
        width: 90%;
        height: 70%;
    }
    #investors .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -128px
    }
    .group_inver {
        position: relative;
        height: 716px;
        padding-top: 100px;
    }
    #main-rise .securedby {
        height: 206px;
        background-size: cover;
        padding: 0 !important;
        /* position: absolute;
    top: 275px; */
        width: 100%;
        position: relative;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #main-rise .securedby .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -43px;
    }
    #main-rise .securedby .item_scr_w {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #main-rise .securedby .item_scr_w .item_scr {
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
        width: 212px;
        height: 264px;
    }
    .team_form .content_name {
        height: 96px;
    }
    #roadmap .roadmap {
        width: 100%;
        height: 623px;
    }
    #roadmap .slide_ww2 {
        margin: 0;
        height: auto;
    }
    #nft .bg__w {
        position: absolute;
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -20px;
    }
    #nft .rise-nft__content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #nft .slide_ww2 {
        height: 700px;
    }
    #nft .rise-nft__content .swiper-slide {
        width: 150px !important;
        height: 186px !important;
    }
    #gameplay2 {
        margin-top: -67px;
    }
    .gameplay2_title {
        /* height: ; */
    }
    .gameplay2_title p {
        line-height: 40px;
        color: #FADDB2 !important;
    }
    #gameplay2 .swiper {
        height: auto !important;
        width: 100%;
    }
    #gameplay2 .rise-gameplay__silder {
        width: 100%;
        height: auto;
    }
    ._pagislide.rise-button button {
        width: 50px;
        height: 50px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    ._pagislide.rise-button {
        display: flex;
        justify-content: space-around;
        width: 80%;
    }
    ._pagislide.rise-button button::after {
        content: "";
    }
    .swiper-pagination__ {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30% !important;
    }
    .swiper-pagination__ .swiper-pagination-bullet {
        background-image: url(./../img/navibtn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-color: unset;
        border: unset;
    }
    #gameplay2 .bg_ {
        background-color: #58472B;
        width: 100%;
        height: 70%;
        top: 0;
        position: absolute;
    }
    .slide_ww2 {
        position: relative;
        height: 400px;
        justify-content: space-around;
    }
    .swiper-pagination__ .swiper-pagination-bullet-active {
        background-image: url(./../img/navibtnactive.png);
    }
    .btn_pagi button {
        width: 80px;
        height: 80px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
        width: 124px;
        height: 183px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg {
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .rise-gameplay__silder {
        height: 356px;
    }
    .metaverse-main__gameplay {
        height: 105px;
    }
    #main-rise .rise-gameplay {
        width: 100%;
        height: 970px;
        margin-top: -244px;
    }
    .character {
        width: 100%;
        height: 345px;
        margin-top: -234px;
    }
    .bg_home {
        width: 100%;
        height: 828px;
    }
    #main-rise .metaverse-main__content {
        height: 1000px;
        width: 700px;
        margin: 0 auto;
    }
}

@media all and (min-width:1024px) {
    #main-rise .main-content {
        top: calc(100% - 48px)
    }
    .bg_team_w {
        width: 100%;
        height: 1184px;
        background-size: contain;
        /* padding: 150px 0; */
        padding-top: 24px;
    }
    #main-rise #team2,
    #main-rise #team {
        padding-bottom: 0;
        padding-top: 0;
        padding-top: 50px;
    }
    #investors {
        width: 100%;
        height: 429px;
        position: relative;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0 !important;
    }
    #investors .partners__ {
        width: 90%;
        height: 70%;
    }
    #investors .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -128px
    }
    .group_inver {
        position: relative;
        height: 1244px;
        padding-top: 100px;
    }
    #main-rise .securedby {
        height: 206px;
        background-size: cover;
        padding: 0 !important;
        /* position: absolute;
    top: 275px; */
        width: 100%;
        position: relative;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #main-rise .securedby .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -43px;
    }
    #main-rise .securedby .item_scr_w {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #main-rise .securedby .item_scr_w .item_scr {
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }
    #main-rise .rise-team__silder .swiper-team_form {
        max-width: 90%;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
        width: 150px;
        height: 163px;
    }
    .team_form .swiper-slide {
        width: 150px !important;
    }
    .team_form .content_name {
        height: 73px;
    }
    #roadmap .roadmap {
        width: 100%;
        height: 623px;
    }
    #roadmap .slide_ww2 {
        height: auto;
    }
    #nft .bg__w {
        position: absolute;
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -20px;
    }
    #nft .rise-nft__content {
        height: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #main-rise .rise-nft__content .swiper-nft {
        height: 756px;
    }
    #nft .slide_ww2 {
        height: auto;
    }
    #nft .rise-nft__content .swiper-slide {
        width: 257px !important;
        height: 303px !important;
    }
    .bg_w_color {
        width: 100%;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gameplay2 {
        margin-top: -218px;
    }
    .gameplay2_title {
        /* height: ; */
    }
    .gameplay2_title p {
        line-height: 40px;
        color: #FADDB2 !important;
    }
    #gameplay2 .swiper {
        height: auto !important;
        width: 100%;
    }
    #gameplay2 .rise-gameplay__silder {
        width: 100%;
        height: auto;
    }
    ._pagislide.rise-button button {
        width: 50px;
        height: 50px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    ._pagislide.rise-button {
        display: flex;
        justify-content: space-around;
        width: 80%;
    }
    ._pagislide.rise-button button::after {
        content: "";
    }
    .swiper-pagination__ {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30% !important;
    }
    .swiper-pagination__ .swiper-pagination-bullet {
        background-image: url(./../img/navibtn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-color: unset;
        border: unset;
    }
    #gameplay2 .bg_ {
        background-color: #58472B;
        width: 100%;
        height: 70%;
        top: 0;
        position: absolute;
    }
    .slide_ww2 {
        position: relative;
        height: 400px;
        justify-content: space-around;
    }
    #main-rise .metaverse-main__title {
        margin-top: 254px;
        height: 173px;
    }
    .swiper {
        width: 60%;
    }
    .btn_pagi {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .btn_pagi.btn_pre {
        justify-content: flex-end;
    }
    .btn_pagi.btn_next {
        justify-content: flex-start;
    }
    .btn_pagi button {
        width: 90px;
        height: 70px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
        width: 152px;
        height: 194px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg {
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .rise-gameplay__silder {
        height: 403px;
        margin-top: 11px;
        width: 70%;
    }
    #main-rise .rise-gameplay {
        width: 100%;
        height: 1298px;
        margin-top: -342px;
    }
    .character {
        width: 100%;
        height: 498px;
        margin-top: -394px;
    }
    /* #main-rise .main-content {
        top: calc(100% - 47px);
    } */
    .bg_home {
        width: 100%;
        height: 828px;
    }
    #main-rise .metaverse-main__content {
        height: 900px;
        width: 60%;
        background-position: top;
    }
    #main-rise .metaverse-main {
        /* display: flex; */
    }
    #main-rise .metaverse-main .title__sec {
        width: 30%;
        margin-left: 60px;
    }
}

@media all and (min-width:1280px) {
    .bg_team_w {
        width: 100%;
        height: 1184px;
        background-size: contain;
        /* padding: 150px 0; */
        padding-top: 20px;
    }
    #main-rise #team2,
    #main-rise #team {
        padding-bottom: 0;
        padding-top: 0;
        padding-top: 50px;
    }
    .group_inver {
        position: relative;
        height: 1064px;
    }
    #investors {
        width: 100%;
        height: 646px;
        position: relative;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0 !important;
    }
    #investors .partners__ {
        width: 90%;
        height: 70%;
    }
    #investors .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -128px
    }
    .group_inver {
        position: relative;
        height: 1244px;
        padding-top: 100px;
    }
    #main-rise .securedby {
        height: 249px;
        background-size: cover;
        padding: 0 !important;
        /* position: absolute;
    top: 275px; */
        width: 100%;
        position: relative;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #main-rise .securedby .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -43px;
    }
    #main-rise .securedby .item_scr_w {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #main-rise .securedby .item_scr_w .item_scr {
        width: 199px;
        height: 170px;
        margin-right: 10px;
    }
    #main-rise .rise-team__silder .swiper-team_form {
        max-width: 90%;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
        width: 167px;
        height: 156px;
    }
    .team_form .swiper-slide {
        width: 150px !important;
    }
    .team_form .content_name {
        height: 73px;
    }
    #roadmap .roadmap {
        width: 100%;
        height: 705px;
    }
    #roadmap .slide_ww2 {
        height: auto;
    }
    #nft .bg__w {
        position: absolute;
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -20px;
    }
    #nft .rise-nft__content {
        height: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #main-rise .rise-nft__content .swiper-nft {
        height: 756px;
    }
    #nft .slide_ww2 {
        height: auto;
    }
    #nft .rise-nft__content .swiper-slide {
        width: 288px !important;
        height: 339px !important;
    }
    .bg_w_color {
        width: 100%;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bg_w_color {
        width: 100%;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gameplay2 {
        margin-top: -218px;
    }
    .gameplay2_title {
        /* height: ; */
    }
    .gameplay2_title p {
        line-height: 40px;
        color: #FADDB2 !important;
    }
    #gameplay2 .swiper {
        height: auto !important;
        width: 100%;
    }
    #gameplay2 .rise-gameplay__silder {
        width: 100%;
        height: auto;
    }
    ._pagislide.rise-button button {
        width: 50px;
        height: 50px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    ._pagislide.rise-button {
        display: flex;
        justify-content: space-around;
        width: 80%;
    }
    ._pagislide.rise-button button::after {
        content: "";
    }
    .swiper-pagination__ {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30% !important;
    }
    .swiper-pagination__ .swiper-pagination-bullet {
        background-image: url(./../img/navibtn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-color: unset;
        border: unset;
    }
    #gameplay2 .bg_ {
        background-color: #58472B;
        width: 100%;
        height: 70%;
        top: 0;
        position: absolute;
    }
    #gameplay2 .rise-gameplay__silder {
        margin-top: 0;
    }
    .slide_ww2 {
        position: relative;
        height: 551px;
        justify-content: space-around;
    }
    #main-rise .metaverse-main__title {
        margin-top: 381px;
        height: 213px;
    }
    .swiper {
        width: 60%;
    }
    .btn_pagi {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .btn_pagi.btn_pre {
        justify-content: flex-end;
    }
    .btn_pagi.btn_next {
        justify-content: flex-start;
    }
    .btn_pagi button {
        width: 90px;
        height: 70px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
        width: 179px;
        height: 243px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg {
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .rise-gameplay__silder {
        height: 465px;
        margin-top: 100px;
        width: 70%;
    }
    #main-rise .rise-gameplay {
        width: 100%;
        height: 1616px;
        margin-top: -408px;
    }
    .character {
        width: 100%;
        height: 590px;
        margin-top: -394px;
    }
    #main-rise .main-content {
        top: calc(100% - -140px)
    }
    .bg_home {
        width: 100%;
        height: 1114px;
    }
    #main-rise .metaverse-main__content {
        height: 900px;
        width: 60%;
        background-position: top;
    }
    #main-rise .metaverse-main {
        /* display: flex; */
    }
    #main-rise .metaverse-main .title__sec {
        width: 30%;
        margin-left: 60px;
    }
}

@media all and (min-width:1366px) {
    .bg_team_w {
        width: 100%;
        height: 1331px;
        background-size: contain;
        /* padding: 150px 0; */
        padding-top: 40px;
    }
    #main-rise #team2,
    #main-rise #team {
        padding-bottom: 0;
        padding-top: 0;
        padding-top: 50px;
    }
    .group_inver {
        position: relative;
        height: 1064px;
    }
    .group_inver {
        position: relative;
        height: 1064px;
    }
    #investors {
        width: 100%;
        height: 646px;
        position: relative;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0 !important;
    }
    #investors .partners__ {
        width: 90%;
        height: 70%;
    }
    #investors .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -128px
    }
    .group_inver {
        position: relative;
        height: 1244px;
        padding-top: 100px;
    }
    #main-rise .securedby {
        height: 249px;
        background-size: cover;
        padding: 0 !important;
        /* position: absolute;
    top: 275px; */
        width: 100%;
        position: relative;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #main-rise .securedby .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -43px;
    }
    #main-rise .securedby .item_scr_w {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #main-rise .securedby .item_scr_w .item_scr {
        width: 199px;
        height: 170px;
        margin-right: 10px;
    }
    #main-rise .rise-team__silder .swiper-team_form {
        max-width: 70% !important;
        width: 100%;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
        width: 167px;
        height: 214px;
    }
    .team_form .swiper-slide {
        width: 149px !important
    }
    .team_form .swiper-slide .item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .team_form .content_name {
        height: 73px;
    }
    #roadmap .roadmap {
        width: 100%;
        height: 705px;
    }
    #roadmap .slide_ww2 {
        height: auto;
    }
    #nft .bg__w {
        position: absolute;
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -20px;
    }
    #nft .rise-nft__content {
        height: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #main-rise .rise-nft__content .swiper-nft {
        height: 756px;
    }
    #nft .slide_ww2 {
        height: auto;
    }
    #nft .rise-nft__content .swiper-slide {
        width: 342px !important;
        height: 358px !important;
    }
    .bg_w_color {
        width: 100%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gameplay2 {
        margin-top: -218px;
    }
    .gameplay2_title {
        /* height: ; */
    }
    .gameplay2_title p {
        line-height: 40px;
        color: #FADDB2 !important;
    }
    #gameplay2 .swiper {
        height: 100% !important;
        width: 100%;
    }
    #gameplay2 .rise-gameplay__silder {
        width: 100%;
        height: auto;
    }
    ._pagislide.rise-button button {
        width: 50px;
        height: 50px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    ._pagislide.rise-button {
        display: flex;
        justify-content: space-around;
        width: 80%;
    }
    ._pagislide.rise-button button::after {
        content: "";
    }
    .swiper-pagination__ {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30% !important;
    }
    .swiper-pagination__ .swiper-pagination-bullet {
        background-image: url(./../img/navibtn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-color: unset;
        border: unset;
    }
    #gameplay2 .bg_ {
        background-color: #58472B;
        width: 100%;
        height: 80%;
        top: 0;
        position: absolute;
    }
    #gameplay2 .rise-gameplay__silder {
        margin-top: 0;
        height: 100% !important;
    }
    .slide_ww2 {
        margin-top: 100px;
        position: relative;
        height: 551px;
        justify-content: space-around;
    }
    #main-rise .metaverse-main__title {
        margin-top: 381px;
        height: 213px;
    }
    .swiper {
        width: 55%;
    }
    #main-rise .metaverse-main__title {
        margin-top: 382px;
        height: 228px;
    }
    .btn_pagi {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .btn_pagi.btn_pre {
        justify-content: flex-end;
    }
    .btn_pagi.btn_next {
        justify-content: flex-start;
    }
    .btn_pagi button {
        width: 60px;
        height: 60px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
        width: 229px;
        height: 497px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .rise-gameplay__silder {
        height: 455px;
        margin-top: 100px;
    }
    .rise-gameplay__silder {
        width: 70%;
    }
    #main-rise .rise-gameplay {
        width: 100%;
        height: 1711px;
        margin-top: -408px;
    }
    .character {
        width: 100%;
        height: 637px;
        margin-top: -421px;
    }
    #main-rise .main-content {
        top: calc(100% - -351px)
    }
    .bg_home {
        width: 100%;
        height: 1433px;
    }
    #main-rise .metaverse-main__content {
        height: 900px;
        width: 60%;
        background-position: top;
    }
    #main-rise .metaverse-main {
        /* display: flex; */
    }
    #main-rise .metaverse-main .title__sec {
        width: 30%;
        margin-left: 60px;
    }
}

@media all and (min-width:1440px) {
    .stone_w {
        display: flex;
        justify-content: flex-end;
    }
    .stone_w .stone__ {
        width: 218px;
        height: 289px;
    }
    .bg_team_w {
        width: 100%;
        height: 1331px;
        background-size: contain;
        /* padding: 150px 0; */
        padding-top: 38px;
    }
    #main-rise #team2,
    #main-rise #team {
        padding-bottom: 0;
        padding-top: 0;
        padding-top: 50px;
    }
    .group_inver {
        position: relative;
        height: 1161px;
    }
    .group_inver {
        position: relative;
        height: 1064px;
    }
    #investors {
        width: 100%;
        height: 646px;
        position: relative;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0 !important;
    }
    #investors .partners__ {
        width: 90%;
        height: 70%;
    }
    #investors .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -128px
    }
    .group_inver {
        position: relative;
        height: 1244px;
        padding-top: 100px;
    }
    #main-rise .securedby {
        height: 249px;
        background-size: cover;
        padding: 0 !important;
        /* position: absolute;
    top: 275px; */
        width: 100%;
        position: relative;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #main-rise .securedby .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -43px;
    }
    #main-rise .securedby .item_scr_w {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #main-rise .securedby .item_scr_w .item_scr {
        width: 199px;
        height: 170px;
        margin-right: 10px;
    }
    #main-rise .rise-team__silder .swiper-team_form {
        max-width: 80% !important;
        width: 100%;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
        width: 167px;
        height: 214px;
    }
    .team_form .swiper-slide {
        width: 157px !important
    }
    .team_form .swiper-slide .item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .team_form .content_name {
        height: 73px;
    }
    #roadmap .roadmap {
        width: 100%;
        height: 705px;
    }
    #roadmap .slide_ww2 {
        height: auto;
        padding: 100px;
    }
    #nft .gameplay2_title {
        margin-top: 5%;
        margin-bottom: 0;
    }
    #nft .bg__w {
        position: absolute;
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -20px;
    }
    #nft .rise-nft__content {
        height: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #main-rise .rise-nft__content .swiper-nft {
        height: 756px;
        width: 100%;
    }
    #nft .slide_ww2 {
        height: auto;
    }
    #nft .rise-nft__content .swiper-slide {
        width: 342px !important;
        height: 358px !important;
    }
    .bg_w_color {
        width: 100%;
        height: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gameplay2 {
        margin-top: -209px
    }
    .gameplay2_title {
        /* height: ; */
    }
    .gameplay2_title p {
        line-height: 40px;
        color: #FADDB2 !important;
    }
    #gameplay2 .swiper {
        height: 100% !important;
        width: 100%;
    }
    #gameplay2 .rise-gameplay__silder {
        width: 100%;
        height: auto;
    }
    ._pagislide.rise-button button {
        width: 50px;
        height: 50px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    ._pagislide.rise-button {
        display: flex;
        justify-content: space-around;
        width: 80%;
    }
    ._pagislide.rise-button button::after {
        content: "";
    }
    .swiper-pagination__ {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30% !important;
    }
    .swiper-pagination__ .swiper-pagination-bullet {
        background-image: url(./../img/navibtn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-color: unset;
        border: unset;
    }
    #gameplay2 .bg_ {
        background-color: #58472B;
        width: 100%;
        height: 80%;
        top: 0;
        position: absolute;
    }
    #gameplay2 .rise-gameplay__silder {
        margin-top: 0;
        height: 100% !important;
    }
    .slide_ww2 {
        margin-top: 100px;
        position: relative;
        height: 551px;
        justify-content: space-around;
    }
    #main-rise .rise-gameplay {
        width: 100%;
        height: 1790px;
        margin-top: -443px;
    }
    .character {
        width: 100%;
        height: 637px;
        margin-top: -422px;
    }
    #main-rise .main-content {
        top: calc(100% - -93px)
    }
    .bg_home {
        width: 100%;
        height: 1433px;
    }
    #main-rise .metaverse-main__content {
        height: 1059px;
        width: 60%;
        background-position: top;
    }
    #main-rise .metaverse-main {
        /* display: flex; */
    }
    #main-rise .metaverse-main .title__sec {
        width: 30%;
        margin-left: 150px;
        /* margin-top: 100px; */
        margin-bottom: -100px;
    }
    #main-rise .metaverse-main .title__sec p {
        width: 100%;
    }
}

@media all and (min-width:1600px) {
    .stone_w {
        display: flex;
        justify-content: flex-end;
    }
    .stone_w .stone__ {
        width: 218px;
        height: 289px;
    }
    .bg_team_w {
        width: 100%;
        height: 1488px;
        background-size: contain;
        /* padding: 150px 0; */
        padding-top: 27px;
    }
    #main-rise #team2,
    #main-rise #team {
        padding-bottom: 0;
        padding-top: 0;
        padding-top: 50px;
    }
    .group_inver {
        position: relative;
        height: 1328px;
        padding-top: 179px;
    }
    #investors {
        width: 100%;
        height: 646px;
        position: relative;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0 !important;
    }
    #investors .partners__ {
        width: 90%;
        height: 70%;
    }
    #investors .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -220px
    }
    #main-rise .securedby {
        height: 322px;
        background-size: cover;
        padding: 0 !important;
        /* position: absolute;
    top: 275px; */
        width: 100%;
        position: relative;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #main-rise .securedby .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -69px;
    }
    #main-rise .securedby .item_scr_w {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #main-rise .securedby .item_scr_w .item_scr {
        width: 199px;
        height: 170px;
        margin-right: 10px;
    }
    #main-rise .rise-team {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    #main-rise .rise-team__silder .swiper-team_form {
        max-width: 90% !important;
        width: 100%;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
        width: 184px;
        height: 168px;
    }
    .team_form .gameplay2_title {
        margin-bottom: 5%;
    }
    .team_form .swiper-slide {
        width: 169px !important
    }
    .team_form .swiper-slide .item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .team_form .content_name {
        height: 79px;
    }
    #roadmap .roadmap {
        width: 100%;
        height: 927px;
    }
    #roadmap .slide_ww2 {
        height: auto;
    }
    #nft .bg__w {
        position: absolute;
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -20px;
    }
    #nft .rise-nft__content {
        height: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #main-rise .rise-nft__content .swiper-nft {
        height: 1032px;
    }
    #nft .slide_ww2 {
        height: auto;
    }
    #nft .rise-nft__content .swiper-slide {
        width: 377px !important;
        height: 423px !important;
    }
    .bg_w_color {
        width: 100%;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gameplay2 {
        margin-top: -239px
    }
    .icon_meta {
        width: 100%;
        height: 160px;
    }
    .gameplay2_title {
        /* height: ; */
    }
    .gameplay2_title p {
        line-height: 40px;
        color: #FADDB2 !important;
    }
    #gameplay2 .swiper {
        height: 100% !important;
        width: 100%;
    }
    #gameplay2 .rise-gameplay__silder {
        width: 100%;
        height: auto;
    }
    ._pagislide.rise-button button {
        width: 80px;
        height: 80px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    ._pagislide.rise-button {
        display: flex;
        justify-content: space-around;
        width: 80%;
    }
    ._pagislide.rise-button button::after {
        content: "";
    }
    #gameplay2 .rise-gameplay__des {
        font-size: 25px;
        text-align: center;
        width: 6 0%;
    }
    .swiper-pagination__ {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30% !important;
    }
    .swiper-pagination__ .swiper-pagination-bullet {
        background-image: url(./../img/navibtn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        background-color: unset;
        border: unset;
    }
    #gameplay2 .bg_ {
        background-color: #58472B;
        width: 100%;
        height: 80%;
        top: 0;
        position: absolute;
    }
    #gameplay2 .rise-gameplay__silder {
        margin-top: 0;
        height: 100% !important;
    }
    .slide_ww2 {
        margin-top: 100px;
        position: relative;
        height: 705px;
        justify-content: space-around;
    }
    .swiper {
        width: 60%;
    }
    #main-rise .metaverse-main__title {
        margin-top: 382px;
        height: 284px;
    }
    .btn_pagi {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .btn_pagi.btn_pre {
        justify-content: flex-end;
    }
    .btn_pagi.btn_next {
        justify-content: flex-start;
    }
    .btn_pagi button {
        width: 60px;
        height: 60px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
        width: 252px;
        height: 586px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .rise-gameplay__silder {
        height: 581px;
        margin-top: 100px;
    }
    .rise-gameplay__silder {
        width: 70%;
    }
    #main-rise .rise-gameplay {
        width: 100%;
        height: 2004px;
        margin-top: -496px;
    }
    .character {
        width: 100%;
        height: 800px;
        margin-top: -546px;
    }
    #main-rise .main-content {
        top: calc(100% - -366px)
    }
    .bg_home {
        width: 100%;
        height: 1582px;
    }
    #main-rise .metaverse-main__content {
        height: 1395px;
        width: 60%;
        background-position: top;
    }
    #main-rise .icon-download .main-download {
        margin-top: 50px;
    }
    #main-rise .icon-download .main-download__android {
        margin-right: 189px;
    }
}

@media all and (min-width:1920px) {
    .stone_w {
        display: flex;
        justify-content: flex-end;
    }
    .stone_w .stone__ {
        width: 388px;
        height: 268px;
    }
    .bg_team_w {
        width: 100%;
        height: 1770px;
        background-size: contain;
        /* padding: 150px 0; */
        padding-top: 56px;
    }
    #main-rise #team2,
    #main-rise #team {
        padding-bottom: 0;
        padding-top: 0;
        padding-top: 50px;
    }
    .group_inver {
        position: relative;
        height: 1900px;
        padding-top: 150px;
    }
    #investors {
        width: 100%;
        height: 882px;
        position: relative;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0 !important;
    }
    #investors .partners__ {
        width: 90%;
        height: 70%;
    }
    #investors .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -181px
    }
    #main-rise .securedby {
        height: 428px;
        background-size: cover;
        padding: 0 !important;
        width: 100%;
        position: relative;
        margin-top: 209px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #main-rise .securedby .gameplay2_title {
        position: absolute;
        width: 100%;
        top: -69px;
    }
    #main-rise .securedby .item_scr_w {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #main-rise .securedby .item_scr_w .item_scr {
        width: 324px;
        height: 235px;
        margin-right: 10px;
    }
    #main-rise .rise-team {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    #main-rise .rise-team__silder .swiper-team_form {
        max-width: 100% !important;
        width: 100%;
    }
    #main-rise .rise-team__silder .swiper-team_form .core-team .item__avt {
        width: 190px;
        height: 174px;
    }
    .team_form .gameplay2_title {
        margin-bottom: 5%;
    }
    .team_form .swiper-slide {
        width: 243px !important
    }
    .team_form .swiper-slide .item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .team_form .content_name {
        height: 92px;
    }
    .team_form ol li {
        font-size: 25px;
    }
    #roadmap .roadmap {
        width: 100%;
        height: 927px;
    }
    #roadmap .slide_ww2 {
        height: auto;
        padding: 110px;
    }
    #nft .bg__w {
        position: absolute;
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -20px;
    }
    #nft .rise-nft__content {
        height: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #main-rise .rise-nft__content .swiper-nft {
        height: 1392px;
    }
    #nft .slide_ww2 {
        height: auto;
    }
    #nft .rise-nft__content .swiper-slide {
        width: 516px !important;
        height: 583px !important;
    }
    .bg_w_color {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gameplay2 {
        margin-top: -277px
    }
    .gameplay2_title {
        /* height: ; */
    }
    .gameplay2_title p {
        line-height: 40px;
        color: #FADDB2 !important;
    }
    #gameplay2 .swiper {
        height: 100% !important;
        width: 100%;
    }
    #gameplay2 .rise-gameplay__silder {
        width: 100%;
        height: auto;
    }
    ._pagislide.rise-button button {
        width: 80px;
        height: 80px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    ._pagislide.rise-button {
        display: flex;
        justify-content: space-around;
        width: 80%;
    }
    ._pagislide.rise-button button::after {
        content: "";
    }
    .swiper-pagination__ {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30% !important;
    }
    .swiper-pagination__ .swiper-pagination-bullet {
        background-image: url(./../img/navibtn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        background-color: unset;
        border: unset;
    }
    #gameplay2 .bg_ {
        background-color: #58472B;
        width: 100%;
        height: 80%;
        top: 0;
        position: absolute;
    }
    #gameplay2 .rise-gameplay__silder {
        margin-top: 0;
        height: 100% !important;
    }
    .slide_ww2 {
        margin-top: 100px;
        position: relative;
        height: 800px;
        justify-content: space-around;
    }
    .swiper {
        width: 60%;
    }
    #main-rise .metaverse-main__title {
        margin-top: 382px;
        height: 331px;
    }
    .btn_pagi {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .btn_pagi.btn_pre {
        justify-content: flex-end;
    }
    .btn_pagi.btn_next {
        justify-content: flex-start;
    }
    .btn_pagi button {
        width: 90px;
        height: 90px;
        background-color: unset;
        border: unset;
        position: unset !important;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg img.background {
        width: 308px;
        height: 680px;
    }
    #main-rise .rise-gameplay__silder .swiper-gameplay__bg {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .rise-gameplay__silder {
        height: 661px;
        margin-top: 100px;
    }
    .rise-gameplay__silder {
        width: 70%;
    }
    #main-rise .rise-gameplay {
        width: 100%;
        height: 2402px;
        margin-top: -608px;
    }
    .character {
        width: 100%;
        height: 897px;
        margin-top: -662px;
    }
    #main-rise .main-content {
        top: calc(100% - -361px)
    }
    .bg_home {
        width: 100%;
        height: 1740px;
    }
    #main-rise .metaverse-main__content {
        height: 1576px;
        width: 60%;
        background-position: top;
    }
    #main-rise .metaverse-main .title__sec {
        width: 25%;
        margin-left: 182px;
        /* margin-top: 100px; */
        margin-bottom: -208px;
    }
    #main-rise .metaverse-main .title__sec p {
        font-size: 25px;
    }
}


/*# sourceMappingURL=home.css.map */