/* ===========================
Index Of css

01. Variables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. Service CSS
06. Sevice NFT/STO/Defi/Rewards CSS
07. Galaxia CSS
07. Roadmap CSS
08. Partner CSS
09. Footer CSS
========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;400;500;700&display=swap');
/*
Thin 100
Regular 400
Medium 500
Bold 700
*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #222;
    overflow-x: hidden;
    font-size: 15px;
    word-break: keep-all;
}
p {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.4;
}
* {
    margin: 0;
    padding: 0;
}
.navbar-toggler:focus, a:focus, input:focus, textarea:focus, button:focus, .btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-input:checked {
    background-color: #9d72ee;
    border-color: #9d72ee;
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #081828;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 400 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}
span, a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0px;
    color: #081828;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-155 {
    margin-top: 155px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-175 {
    margin-top: 175px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-185 {
    margin-top: 185px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-195 {
    margin-top: 195px;
}
.mt-200 {
    margin-top: 200px;
}
.mt-205 {
    margin-top: 205px;
}
.mt-210 {
    margin-top: 210px;
}
.mt-215 {
    margin-top: 215px;
}
.mt-220 {
    margin-top: 220px;
}
.mt-225 {
    margin-top: 225px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-155 {
    margin-bottom: 155px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-165 {
    margin-bottom: 165px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-175 {
    margin-bottom: 175px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-185 {
    margin-bottom: 185px;
}
.mb-190 {
    margin-bottom: 190px;
}
.mb-195 {
    margin-bottom: 195px;
}
.mb-200 {
    margin-bottom: 200px;
}
.mb-205 {
    margin-bottom: 205px;
}
.mb-210 {
    margin-bottom: 210px;
}
.mb-215 {
    margin-bottom: 215px;
}
.mb-220 {
    margin-bottom: 220px;
}
.mb-225 {
    margin-bottom: 225px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-165 {
    padding-top: 165px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-175 {
    padding-top: 175px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-185 {
    padding-top: 185px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-195 {
    padding-top: 195px;
}
.pt-200 {
    padding-top: 200px;
}
.pt-205 {
    padding-top: 205px;
}
.pt-210 {
    padding-top: 210px;
}
.pt-215 {
    padding-top: 215px;
}
.pt-220 {
    padding-top: 220px;
}
.pt-225 {
    padding-top: 225px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-155 {
    padding-bottom: 155px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-165 {
    padding-bottom: 165px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-185 {
    padding-bottom: 185px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-195 {
    padding-bottom: 195px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pb-205 {
    padding-bottom: 205px;
}
.pb-210 {
    padding-bottom: 210px;
}
.pb-215 {
    padding-bottom: 215px;
}
.pb-220 {
    padding-bottom: 220px;
}
.pb-225 {
    padding-bottom: 225px;
}
.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.ico {
    display: flex;
    vertical-align: middle;
}
.ico.ico-download {
    width: 19px;
    height: 20px;
    background: url("../images/ico-download.svg") no-repeat center;
    background-size: 16px auto;
}
.ico.ico-go-right {
    width: 9px;
    height: 20px;
    background: url("../images/ico-go-right.svg") no-repeat center;
    background-size: 8px auto;
}
.ico.ico-go-down {
    background: url("../images/ico-go-down.svg") no-repeat;
    background-size: 30px auto;
    background-position: center 0;
}
.section {
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
}
.section p {
    font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .section p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section p {
        font-size: 16px;
    }
}
/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 100px;
    position: relative;
    z-index: 5;
}
.section-title h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    color: #835cff;
}
.section-title h3 {
    font-size: 72px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    color: #222;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        margin-bottom: 60px;
        padding: 0;
    }
    .section-title h2 {
        font-size: 32px;
    }
    .section-title h3 {
        font-size: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        padding: 0px 20px;
        margin-bottom: 70px;
    }
    .section-title h3 {
        font-size: 48px;
    }
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .section-title {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .section-title h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-title h3 {
        font-size: 40px;
    }
}
.section-title.align-right {
    padding: 0;
    padding-left: 600px;
}
.section-title.align-right h2:before {
    display: none;
}
.section-title.align-right h2:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #9d72ee;
    content: "";
}
.section-title.align-left {
    padding: 0;
    padding-right: 600px;
}
.section-title.align-left h2:before {
    left: 0;
    margin-left: 0;
}
/* One Click Scrool Top Button*/
.scroll-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 50%;
    -webkit-box-shadow: 0 1rem 2rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 2rem rgba(35, 38, 45, 0.15) !important;
}
.scroll-top:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.ico.ico-top {
    width: 27px;
    height: 28px;
    background: url("../images/ico-go-top.svg") no-repeat center;
    background-size: 27px 28px;
}
@media (max-width: 1024px) {
    .scroll-top {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .ico.ico-top {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
}
/* Overlay */
.overlay {
    position: relative;
    z-index: 1;
}
.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #081828;
    content: "";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}
/* Pagination CSS */
.pagination {
    text-align: left;
    margin: 40px 0 0 0;
    display: block;
}
.pagination.center {
    text-align: center;
}
.pagination.right {
    text-align: right;
}
.pagination.left {
    text-align: left;
}
.pagination .pagination-list {
    display: inline-block;
    overflow: hidden;
}
.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px;
}
.pagination .pagination-list li:last-child {
    margin-right: 0px;
}
.pagination .pagination-list li a {
    background: #fff;
    color: #081828;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    text-align: center;
    border: 1px solid #eee;
}
.pagination .pagination-list li.active a, .pagination .pagination-list li:hover a {
    background: #9d72ee;
    color: #fff;
    border-color: transparent;
}
.pagination .pagination-list li a i {
    font-size: 13px;
}
.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}
.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    padding: 15px 30px;
    line-height: 30px;
    background: linear-gradient(to right, #a175f1, #3b32a0);
    color: #fff;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .button .btn {
        height: 48px;
        padding: 14px 25px;
        font-size: 15px;
        line-height: 20px;
    }
}
.button .btn i {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.button .btn:last-child {
    margin: 0;
}
.button .btn:hover {
    color: #fff;
    background: linear-gradient(to right, #3b32a0, #3b32a0);
    -webkit-box-shadow: 0px 4px 4px #0000000f;
    box-shadow: 0px 4px 4px #0000000f;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}
.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}
.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #9d72ee;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}
.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}
@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
/*======================================
	Start Header CSS
========================================*/
.header {
    width: 100%;
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
        padding: 18px 0 !important;
    }
    .header .mobile-menu-btn .toggler-icon {
        background-color: #fff;
    }
    .header .button {
        margin: 0 !important;
    }
    .header .navbar-collapse {
        position: absolute;
        top: 67px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow: hidden;
        /* overflow-y: scroll;*/
        border-top: 1px solid #eee;
        border-radius: 6px;
    }
    .header .navbar .navbar-nav .nav-item a:hover {
        color: #9d72ee !important;
    }
    .header .navbar .navbar-nav .nav-item a.active {
        color: #9d72ee !important;
    }
    .header .navbar-nav .nav-item {
        margin: 0;
    }
    .header .navbar-nav .nav-item:hover a {
        color: #9d72ee;
    }
    .header .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }
    .header .navbar-nav .nav-item a::before {
        display: none;
    }
    .header .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #9d72ee !important;
    }
    .header .navbar-nav .nav-item a {
        color: #051441;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }
    .header .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #9d72ee !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item {
        margin: 0 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 10px 12px !important;
    }
    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #9d72ee !important;
    }
    .header .navbar-nav .nav-item a {
        font-size: 14px;
    }
    .header .navbar-nav .nav-item a:hover {
        color: #9d72ee;
    }
}
@media (max-width: 767px) {
    .header {
        padding: 18px 0 !important;
    }
    .header .mobile-menu-btn .toggler-icon {
        background-color: #fff;
    }
    .header .navbar-collapse {
        position: absolute;
        top: 58px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
        border-top: 1px solid #eee;
        border-radius: 6px;
    }
    .header .navbar .navbar-nav .nav-item a:hover {
        color: #9d72ee !important;
    }
    .header .navbar .navbar-nav .nav-item a.active {
        color: #9d72ee !important;
    }
    .header .navbar-nav .nav-item {
        margin: 0;
    }
    .header .navbar-nav .nav-item:hover a {
        color: #9d72ee;
    }
    .header .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }
    .header .navbar-nav .nav-item a::before {
        display: none;
    }
    .header .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #9d72ee !important;
    }
    .header .navbar-nav .nav-item a {
        color: #051441;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }
    .header .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #9d72ee !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item {
        margin: 0 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 10px 12px !important;
    }
    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #9d72ee !important;
    }
    .header .navbar-nav .nav-item a {
        font-size: 14px;
    }
    .header .navbar-nav .nav-item a:hover {
        color: #9d72ee;
    }
}
@media (max-width: 767px) {
    .header .button {
        display: none;
    }
}
.header .lang {
    color: #fff;
    padding: 12px 10px;
}
.header .lang a {
    margin: 0 5px;
    font-size: 14px;
    color: #c2c2c2;
}
.header .lang a:hover {
    color: #fff;
}
.header .lang a.on {
    color: #fff;
    text-decoration: underline;
}
.header .navbar-brand img {
    width: 160px;
}
@media only screen and (max-width: 991px) {
    .header .navbar-brand img {
        width: 170px;
    }
    .header .lang a {
        color: #222;
    }
    .header .lang a:hover {
        color: #222;
    }
    .header .lang a.on {
        color: #222;
        font-weight: 500;
        text-decoration: underline;
    }
}
@media (max-width: 767px) {
    .header .navbar-brand img {
        width: 160px;
    }
}
.header.sticky .navbar-brand .white-logo {
    opacity: 0;
    visibility: hidden;
}
.header.sticky .navbar-brand .dark-logo {
    opacity: 1;
    visibility: visible;
}
.header.sticky .lang a {
    color: #222;
}
.header.sticky .lang a:hover {
    color: #222;
}
.header.sticky .lang a.on {
    color: #222;
}
.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 0;
}
.navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}
.header .navbar .navbar-nav .nav-item a.active {
    color: #fff;
}
.sticky .navbar .navbar-nav .nav-item a.active {
    color: #9d72ee;
}
.sticky .navbar .navbar-nav .nav-item a {
    color: #081828;
}
.header .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}
.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}
.sticky .navbar .mobile-menu-btn .toggler-icon {
    background: #333;
}
/*===== NAVBAR =====*/
.navbar-area {
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
}
.navbar-area.sticky {
    position: fixed;
    z-index: 99;
    background: #9d72ee;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #fff;
    padding: 0px 0;
}
.navbar {
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-brand {
    padding-left: 0;
    border-radius: 0;
}
.mobile-menu-btn {
    padding: 0px;
}
.mobile-menu-btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mobile-menu-btn .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
.navbar-nav .nav-item {
    z-index: 1;
    position: relative;
    margin-right: 40px;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0 !important;
}
.navbar-nav .nav-item:hover a {
    color: #fff;
}
.sticky .navbar-nav .nav-item:hover a {
    color: #9d72ee;
}
.navbar-nav .nav-item a {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 35px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
    position: relative;
    text-transform: capitalize;
}
.navbar-nav .nav-item a::after {
    opacity: 0;
    visibility: hidden;
}
.navbar-nav .nav-item:hover a:before {
    width: 100%;
}
.navbar-nav .nav-item a.active {
    color: #fff;
}
.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea58";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 17px;
    font-size: 10px;
    top: 50%;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        top: 18px;
        right: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.navbar-nav .nav-item:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
.navbar-nav .nav-item .sub-menu {
    padding: 30px;
    min-width: 240px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px #0000001a;
    box-shadow: 0px 5px 20px #0000001a;
    position: absolute;
    top: 110% !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0 0 4px 4px;
    border-radius: 5px;
}
.navbar-nav .nav-item:hover .sub-menu {
    top: 100% !important;
}
.navbar-nav .nav-item .sub-menu .nav-item {
    width: 100%;
    margin-bottom: 15px;
}
.navbar-nav .nav-item .sub-menu .nav-item:last-child {
    margin: 0;
}
.navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 0;
    color: #888;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #9d72ee;
}
.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}
.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}
.navbar-nav .nav-item .sub-menu > li {
    display: block;
    margin-left: 0;
}
.navbar-nav .nav-item .sub-menu > li:last-child {
    border: none;
}
.navbar-nav .nav-item .sub-menu > li.active > a {
    color: #9d72ee !important;
}
.navbar-nav .nav-item .sub-menu > li > a {
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}
.navbar-nav .nav-item .sub-menu > li:first-child a {
    border: none;
}
.add-list-button {
    display: inline-block;
    margin-left: 10px;
}
.add-list-button .btn i {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
    position: relative;
    padding: 150px 0 130px 0;
    background: url("../images/img-home01.png") no-repeat center #0f0216;
    background-size: cover;
    height: 1024px;
    box-sizing: border-box;
}
.hero-area .hero-image img {
    width: 100%;
}
.hero-area .hero-content {
    border-radius: 0;
    position: relative;
    z-index: 10;
    text-align: center;
}
.hero-area .hero-content h1 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 360px;
    line-height: 1.2;
    /*
  text-shadow: 0px 3px 8px #00000017;
  text-transform: capitalize;
	*/
}
.hero-area .hero-content h1 span {
    font-size: 60px;
    display: block;
}
.hero-area .hero-content p {
    font-size: 26px;
    font-weight: 100;
    line-height: 1.4;
    color: #fff;
}
.hero-area .hero-content .button {
    margin-top: 40px;
}
.hero-area .hero-content .button .btn {
    width: 250px;
    margin-right: 12px;
}
.hero-area .hero-content .button .btn .ico {
    margin-top: -2px;
}
.hero-area .hero-content .paper {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
}
.hero-area .hero-content .paper a {
    color: #fff;
    font-weight: 500;
}
.hero-area .hero-content .paper a:hover {
    text-decoration: underline;
}
.hero-area .hero-content .paper i {
    display: inline-block;
    vertical-align: middle;
}
.hero-area .twinkle1, .hero-area .twinkle2, .hero-area .twinkle3, .hero-area .twinkle4, .hero-area .twinkle5 {
    width: 100%;
    height: 1024px;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
}
.hero-area .twinkle1 {
    background: url("../images/img-home01-ani01.png") no-repeat center center / cover;
    animation: twinkle 3s infinite linear 1.5s;
}
.hero-area .twinkle2 {
    background: url("../images/img-home01-ani02.png") no-repeat center center / cover;
    animation: twinkle 2s infinite linear 2s;
}
.hero-area .twinkle3 {
    background: url("../images/img-home01-ani03.png") no-repeat center center / cover;
    animation: twinkle 4s infinite linear 0.5s;
}
.hero-area .twinkle4 {
    background: url("../images/img-home01-ani04.png") no-repeat center center / cover;
    animation: twinkle 3s infinite linear .5s;
}
.hero-area .twinkle5 {
    background: url("../images/img-home01-ani05.png") no-repeat center center / cover;
    animation: twinkle 6s infinite linear 2s;
}
@keyframes twinkle {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area {
        height: 900px;
    }
    .hero-area .hero-content h1 {
        padding-bottom: 300px;
    }
    .hero-area .hero-content p {
        font-size: 24px;
    }
    .hero-area .twinkle1, .hero-area .twinkle2, .hero-area .twinkle3, .hero-area .twinkle4, .hero-area .twinkle5 {
        height: 900px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
        padding: 120px 0 100px;
        height: 720px;
    }
    .hero-area .twinkle1, .hero-area .twinkle2, .hero-area .twinkle3, .hero-area .twinkle4, .hero-area .twinkle5 {
        height: 720px;
    }
    .hero-area .hero-content {
        text-align: center;
    }
    .hero-area .hero-content h1 {
        padding-bottom: 240px;
        font-size: 72px;
    }
    .hero-area .hero-content h1 span {
        font-size: 48px;
    }
    .hero-area .hero-content p {
        font-size: 20px;
    }
    .hero-area .hero-content .button .btn {
        width: 220px;
    }
}
@media (max-width: 767px) {
    .hero-area {
        padding: 120px 0 100px;
        height: 650px;
    }
    .hero-area .twinkle1, .hero-area .twinkle2, .hero-area .twinkle3, .hero-area .twinkle4, .hero-area .twinkle5 {
        height: 650px;
    }
    .hero-area .hero-content {
        text-align: center;
    }
    .hero-area .hero-content h1 {
        padding-bottom: 200px;
        font-size: 48px;
    }
    .hero-area .hero-content h1 span {
        font-size: 28px;
    }
    .hero-area .hero-content p {
        padding: 0 40px;
        font-size: 18px;
    }
    .hero-area .hero-content .button {
        margin-top: 20px;
    }
    .hero-area .hero-content .button .btn {
        width: 220px;
        margin-right: 0;
        margin-top: 10px;
    }
    .hero-area .hero-content .button .btn:first-child {}
    .hero-area .hero-content .paper {
        margin-top: 20px;
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    .hero-area .hero-content h1 {
        padding-bottom: 160px;
        font-size: 40px;
    }
    .hero-area .hero-content h1 span {
        font-size: 24px;
    }
    .hero-area .hero-content p {
        font-size: 15px;
    }
    .hero-area .hero-content .paper {
        margin-top: 20px;
        font-size: 14px;
    }
}
/*======================================
    Service Area CSS
========================================*/
.section.service {
    padding-bottom: 0;
}
.service {
    background-color: #f9f9f9;
    text-align: center;
}
.service .section-title h3 {
    font-size: 48px;
}
.service .row.view {
    margin-bottom: 200px;
    justify-content: center;
}
.service .single-feature a {
    display: block;
    text-align: center;
    padding: 35px 5px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
} /* 230414 */
.service .single-feature h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 50px 0 40px;
} /* 230414 */
.service .single-feature i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.service .single-feature a:hover {
    -webkit-box-shadow: 0px 5px 10px #00000017;
    box-shadow: 0px 5px 10px #00000017;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.service .single-feature a:hover i {
    background-position: center -38px;
}
.service .single-feature a:hover h3 {
    font-weight: 700;
    background: linear-gradient(to right, #9e73ef, #4639a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service p {
        font-size: 20px;
    }
    .service .row.view {
        margin-bottom: 160px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service .section-title h3 {
        font-size: 48px;
    }
    .service .row.view {
        margin-bottom: 120px;
    }
    .service .single-feature {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .service .single-feature h3 {
        margin: 40px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .service .section-title h3 {
        font-size: 28px;
    }
    .service .row.view {
        margin-bottom: 80px;
    }
    .service .single-feature {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .service .single-feature a {
        padding: 30px 20px 15px;
    }
    .service .single-feature h3 {
        margin: 0;
        font-size: 20px;
    }
    .service .single-feature i {}
    .ico.ico-go-down {
        background-size: 16px auto;
        background-position: center -10px;
    }
    .service .single-feature a:hover i {
        background-position: center -10px;
    }
    .service .col-6:nth-child(odd) {
        padding-right: 0;
    }
}
@media only screen and (max-width: 414px) {
    .service .section-title h3 {
        font-size: 20px;
    }
}
/*======================================
    Sevice NFT/STO/Defi/Rewards CSS
========================================*/
.service-view.nft {
    background: url("../images/img-service01.png") repeat-x;
    background-position: center 0;
}
.service-view.sto, .service-view.rewards {
    padding-top: 160px;
    padding-bottom: 160px;
}
.service-view.sto {
    background: #fff;
}
.service-view.wallet {
    background: #f3f3ff;
} /* 230414 */
.service-view.defi {
    background: url("../images/img-service03.png") no-repeat;
    background-position: center 0;
    background-size: cover;
}
.service-view .info-one {
    position: relative;
}
.service-view .info-one .info-image {
    padding: 0 50px;
    text-align: center;
}
.service-view .info-one .sub-title {
    font-size: 28px;
    font-weight: 400;
}
.service-view .info-one h2 {
    font-size: 72px;
    font-weight: 100;
    margin-bottom: 40px;
}
.service-view .info-one h2 strong {
    font-weight: 700;
}
.service-view .info-one p {
    padding: 0 240px;
}
.service-view .info-one.style1, .service-view .info-one.style1 h2 {
    color: #fff;
}
.service-view .info-one.style2 {
    text-align: left;
}
.service-view .info-one.style2 p {
    padding: 0 60px 0 0;
} /* 220802 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-view .info-one.style2 p {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-view.sto, .service-view.rewards {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .service-view .info-one h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .service-view .info-one .sub-title {
        font-size: 24px;
    }
    .service-view .info-one p {
        padding: 0 80px;
    }
    .service-view .info-one .info-image {
        padding: 0 160px;
    }
    .service-view .info-one.style2 {
        text-align: center;
    }
    .service-view .info-one.style2 p {
        padding: 0 80px;
    }
}
@media (max-width: 767px) {
    .service-view.sto, .service-view.rewards {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .service-view.nft, .service-view.defi {
        padding-top: 160px;
        padding-bottom: 160px;
        background-size: cover;
    }
    .service-view .info-one h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .service-view .info-one .sub-title {
        font-size: 20px;
    }
    .service-view .info-one p {
        padding: 0 40px;
    }
    .service-view .info-one .info-image {
        padding: 0 30px;
    }
    .service-view .info-one.style2 {
        text-align: center;
    }
    .service-view .info-one.style2 p {
        padding: 0 40px;
    }
    .service-view.defi {
        background-position: left 0;
    }
}
@media (max-width: 320px) {
    .service-view .info-one p, .service-view .info-one.style2 p {
        padding: 0;
    }
}
/*======================================
    Galaxia : nft-view CSS
========================================*/
.nft-view {
    text-align: center;
    padding: 130px 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    margin-bottom: 40px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    /* Center slide text vertically */
    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;
}
.swiper-slide a img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.swiper-slide a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media (max-width: 767px) {
    .nft-view {
        padding: 100px 0;
    }
    .nft-view h3 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {}
/*======================================
    Galaxia : wallet CSS / 230214
========================================*/
.wallet-view {
    text-align: center;
    padding: 130px 0 0;
    background: #f3f3ff;
}
.wallet-view h3 {
    font-size: 60px;
}
.store {
    justify-content: center;
}
.btn-store {
    display: inline-block;
    margin: 0 10px;
    font-size: 1;
    font-weight: 400;
    text-indent: -9999px;
    width: 200px;
    height: 60px;
    padding: 5px 0;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 30px;
    z-index: 1;
    overflow: hidden;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333;
}
.btn-store.ios {
    background-image: url("../images/btn-ios.png");
}
.btn-store.aos {
    background-image: url("../images/btn-aos.png");
}
.wallet-view .screen {
    margin: 60px auto 0;
    overflow: hidden;
    max-width: 1320px;
}
.swiper-wallet {
    overflow: hidden;
    margin: 0;
}
.swiper-wallet .swiper-slide {
    background: none;
    padding: 0 20px;
    box-shadow: none;
}
.swiper-notification {
    position: absolute;
    top: -100px;
    left: -100px;
}
@media (max-width: 767px) {
    .wallet-view {
        padding: 100px 0 0;
    }
    .wallet-view h3 {
        font-size: 30px;
    }
    .swiper-wallet .swiper-slide {
        padding: 0 0;
    }
    .btn-store {
        margin: 0 5px;
        width: 40%;
        max-width: 165px;
        height: 50px;
        padding: 5px 0;
        border-radius: 25px;
        background-size: auto 40px;
    }
    .wallet-view .screen {
        margin: 30px 0 0;
    }
}
/*======================================
    Roadmap CSS
========================================*/
.roadmap {
/*    background: linear-gradient(45deg, #513b79, #1e1950);*/
    background: url("../images/img-roadmap2025.png") center / cover;
    position: relative;
    overflow: hidden;
} /* 250227 */
.roadmap .section-title h2 {
    color: #fff;
} /* 250227 */
.roadmap figure {
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .roadmap figure {
        padding: 0 80px;
    }
}
@media only screen and (max-width: 991px) {
    .roadmap figure {
        padding: 0 10px;
    } /* 250227 */
}
@media only screen and (max-width: 340px) {
    .roadmap figure {
        padding: 40px 20px 0;
    }
}
/*======================================
    Partner CSS
========================================*/
.partner {}
.partner ul {}
.partner ul li {
    padding: 40px 0;
    vertical-align: middle;
    text-align: center;
}
.partner ul li img {
    width: 180px;
    height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .partner ul li {
        padding: 20px 0;
    }
    .partner ul li .single-team {
        padding: 0 20px;
    }
    .partner ul li img {
        width: 100px;
        height: auto;
    }
}
/*======================================
	Footer CSS
========================================*/
.footer {
    background-color: #313538;
    position: relative;
    padding-right: 30px;
}
.footer .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.footer p {
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    margin-top: 20px;
}
.footer p span {
    display: block;
    line-height: 30px;
}
.footer p a {
    color: #fff;
}
.footer .copyright-text {
    font-size: 14px;
    color: #999;
}
.footer .logo img {
    width: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer {
        padding: 0;
    }
    .footer .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer p {
        margin-top: 20px;
        font-size: 13px;
        line-height: 24px;
    }
    .footer .f-about {
        text-align: center;
    }
    .footer .copyright-text {
        text-align: center;
        font-size: 12px;
    }
    .footer .logo img {
        width: 120px;
    }
}
.footer .social {
    float: right;
}
.footer .social li {
    display: inline-block;
    margin-right: 12px;
}
.footer .social li:last-child {
    margin-right: 0;
}
.footer .social li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #414649;
}
.footer .social li a .ico {
    margin: 10px auto;
    width: 28px;
    height: 28px;
}
.ico-sns-twitter {
    background: url("../images/ico-sns-tw.svg") no-repeat center;
    background-size: contain;
}
.ico-sns-facebook {
    background: url("../images/ico-sns-facebook.svg") no-repeat center;
    background-size: contain;
}
.ico-sns-telegram {
    background: url("../images/ico-sns-telegram.svg") no-repeat center;
    background-size: contain;
}
/* 220708 */
.ico-sns-medium {
    background: url("../images/ico-sns-medium.svg") no-repeat center;
    background-size: contain;
}
@media (max-width: 767px) {
    .footer .social {
        float: inherit;
        text-align: center;
        margin: 30px auto;
    }
    .footer .social li a {
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    .footer .social li a .ico {
        width: 20px;
        height: 20px;
    }
}
/* 220610 popup */
input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    border: none;
    background: none;
}
#popupDiv { /* 팝업창 css */
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 700;
}
#popup_mask { /* 팝업 배경 css */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #000;
    opacity: 0.8;
    z-index: 600;
}
.popup-cont {
    overflow: hidden;
    display: inline-block;
    margin-right: -4px;
    width: 100%;
    max-width: 600px;
    padding: 30px 20px 20px;
    border-radius: 15px;
    vertical-align: middle;
    background: #fff;
    position: relative;
}
#popupDiv:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.noti-cont h1 {
    font-size: 24px;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #555;
}
.noti-box {
    display: block;
    width: 100%;
    overflow-y: scroll;
    height: 400px;
    padding: 0 10px 0 15px;
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
    word-break: break-all;
    border-bottom: 1px solid #ccc;
}
.noti-box p {
    font-size: 14px;
    font-weight: 400;
}
.noti-box h2 {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 10px;
    word-break: keep-all;
}
.popup-box {
    display: block;
    width: 100%;
    padding: 20px;
    line-height: 1.4;
    font-size: 14px;
    word-break: break-all;
    text-align: center;
}
/* 220610 : s */
.popup-box h2 {
    text-align: center;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: -1px;
    word-break: keep-all;
}
.popup-box h2 strong {
    font-size: 24px;
}
.popup-box p {
    /*padding: 0 10px;*/ /* 220622 */
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    word-break: keep-all;
}
.popup-box p span {
    display: inline-block;
    margin-top: 5px;
}
.popup-box p .txt14 {
    font-size: 12px;
}
/* 220610 : e */
.btn-close {
    margin: 5px auto 0;
    display: block;
    width: 80%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.btn-popup-link {
    display: inline-block;
    margin: 0 auto 20px;
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    min-width: 200px;
    background: #222;
    color: #fff;
    font-size: 16px;
    border-radius: 24px;
}
.btn-popup-link:hover {
    color: #fff;
}
.btn-close-x {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../images/ic-close-x.svg") no-repeat center;
    background-size: 30px 30px;
    font-size: 1px;
    overflow: hidden;
    text-indent: -9999px;
}
/* 220622 */
.popup-notice-scr {
    padding-right: 10px;
    height: 70vh;
    overflow-y: scroll;
    text-align: left;
    line-height: 1.5;
}
.popup-notice-scr p {
    font-size: 14px;
    line-height: 1.5;
}
@media screen and (max-width:414px) {
    .notic-cont {
        margin-left: -1px;
        margin-right: 0;
        width: calc(100% + 1px);
        height: 100%;
        max-width: 100%;
        border-radius: 0;
    }
    .noti-box {
        padding: 0;
        height: calc(100% - 80px);
    }
    .popup-cont {
        max-width: 300px;
    }
    .popup-box {
        padding: 0;
        height: calc(100% - 80px);
    }
    .popup-box h2 {
        font-size: 16px;
        letter-spacing: -1px;
    }
    .popup-box h2 strong {
        font-size: 20px;
    }
    .popup-box p {
        font-size: 14px;
    }
    .popup-box p .txt14 {
        font-size: 13px;
    }
    .btn-popup-link {
        margin-bottom: 20px;
        font-size: 14px;
    }
}
/* modal */
.modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 1000;
}
.modal-wrapper.is-expanded {
    opacity: 1;
    visibility: visible;
}
.modal-container {
    /*  height: auto;*/
    display: block;
    margin: 0;
    max-height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 18px;
    transition: all 0.5s ease-in-out;
    z-index: 1001;
}
.modal-cont {
    padding: 20px;
}
.modal-title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}
.paper-list {
    max-width: 300px;
    min-width: 260px;
    width: 100%;
}
.paper-list li {}
.paper-list li a {
    margin: 8px 0;
    display: block;
    padding: 12px;
    font-weight: 500;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 8px;
    position: relative;
}
.paper-list li a:hover {
    border-color: #999;
}
.paper-list li a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px;
    padding-right: 15px;
    transform: translateY(-50%);
}
.m-btn-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -35px;
    right: 0;
}
.m-btn-close:before, 
.m-btn-close:after {
    position: absolute;
    top: 10px;
    left: 20px;
    content: ' ';
    height: 20px;
    width: 1px;
    background-color: #fff;
}
.m-btn-close:before {
    transform: rotate(45deg);
}
.m-btn-close:after {
    transform: rotate(-45deg);
}



