*,
*:before,
*:after {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    font: inherit;
}
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}
input,
select,
textarea {
    background-color: transparent;
    outline: none;
}
button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    height: 100vh !important;
    min-height: 100svh;
    font-size: 16px;
    line-height: 1;
    font-family: Averta, sans-serif;
    scroll-behavior: smooth;
}
.section_item {
    /*opacity: 0;*/
}

.container {
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    /*height: 100%;*/
}
.swiper-cube .swiper-slide-next+.swiper-slide{
    pointer-events: none !important;
}
.section {
    /*display: none;*/
    transition: all 0.3s ease;
    /*min-height: 100vh;*/
}
.pc_block_mb_hidden {
    display: block !important;
}
.mb_block_pc_hidden {
    display: none !important;
}
.section.active {
    display: block;
}
/* Active menu item */
nav ul li a.active {
    color: white !important;
}

/* Hide arrow initially */
.arr_left,
.arr_right {
    cursor: pointer;
}

.arr_left {
    /*display: none; !* ẩn khi bắt đầu *!*/
}

.header {
    background-color: aqua;
    background: linear-gradient(180deg, #07223a 15%, rgba(7, 34, 58, 0) 100%);
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 6px 0;
}
.nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 32px;
}
.nav ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.nav ul li:hover a {
    color: #fff;
}
.nav {
    padding: 20px 50px;
    border-radius: 8px;
    border: 1px solid rgba(153, 153, 153, 0.33);
    background: linear-gradient(
        90deg,
        rgba(235, 235, 235, 0.33) 0%,
        rgba(133, 133, 133, 0.33) 100%
    );
    backdrop-filter: blur(10px);
}
.header_btn {
    border-radius: 16px;
    background: #0097ec;
    height: 100%;
    padding: 18px 48px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-family: Averta;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    cursor: pointer;
    text-transform: capitalize;
}
.menu_toggle,
.close_menu {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* close menu */

section {
    height: 1026px;
}
main {
    position: relative;
}

/* home */
.home {
    background-image: url("./imgs/bg1-min.jpg?v=1.1.8");
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100vh;
}
.home_wrap {
    height: 100%;
}
.home_abs {
    padding: 221px 0 32px 0;
}
.home_text {
    max-width: 80%;
}
.home_address_text p {
    color: #031720;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: Rockyeah;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.home_address_value p {
    border-radius: 16px;
    background: rgba(24, 17, 55, 0.33);
    backdrop-filter: blur(10px);
    padding: 16px;
    color: #a3fff8;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
.home_address_value {
    display: flex;
    gap: 24px;
}
.copy_btn {
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #a3fff8 0%, #29c7bb 100%);
    backdrop-filter: blur(10px);
    color: #000;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* close home */

/* about */
.about {
    background-image: url("./imgs/bg2-min.jpg?v=1.1.8");
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%
}
.about_wrap {
    position: relative;
}
.about_content {
    height: 100%;
    margin-left: auto;
    width: 700px;
    padding: 176px 0 70px 0;
}

.about_text {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 100px 80px 80px;
    font-size: 16px;
    width: 100%;
    color: #a6a6a6;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
@media screen and (max-width: 767px) {
    .about_text {
        padding: 60px 25px 40px 40px;
        font-size: 14px !important;
    }
}
.about_content img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}
.bg-text-about{
    /*background-image: url("./imgs/bg-text-about.png?v=1.1.8");*/
}

/* close about */

/* tokenomics */
.tokenomics {
    background-image: url("./imgs/bg3-min.jpg?v=1.1.8");
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.tokenomics_text {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 65px 40px 40px;
    font-size: 16px;
    width: max-content;
    color: #a6a6a6;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.bg_text_1 {
    background-image: url("./imgs/vector.svg?v=1.1.8");
}
.bg_text_2 {
    background-image: url("./imgs/vector2.svg?v=1.1.8");
}
.bg_text_3 {
    background-image: url("./imgs/vector3.svg?v=1.1.8");
}
.bg_text_4 {
    background-image: url("./imgs/vector4.svg?v=1.1.8");
}
.tokenomics_text ul li {
    list-style: none;
    color: #a6a6a6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.tokenomics_text p:nth-child(1) {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}
.tokenomics_wrap {
    display: flex;
    /*height: 100%;*/
    align-items: flex-start;
}
/* close tokenomics */

/* buy */
.buy {
    background-image: url("./imgs/bg4-min.jpg?v=1.1.8");
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.buy_wrap {
    padding-top: 163px;
}
.buy_content {
    width: max-content;
    margin-left: auto;
}
.buy_content_top,
.buy_content_bottom {
    position: relative;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buy_text {
    color: #fcfcfc;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: Rockyeah;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.buy_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.buy_now {
    height: 60px;
    padding: 17px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #11837a;
    background: linear-gradient(180deg, #a3fff8 0%, #29c7bb 100%);
    backdrop-filter: blur(10px);
    color: #000;
    font-family: Averta;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.buy_address p {
    border: 1px solid #fff;
}

.buy_bot_text {
    max-width: 470px;
    color: #a6a6a6;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}
.buy_bot_text span {
    font-weight: 700;
    color: #fff;
}
.join_community {
    color: #fcfcfc;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: Rockyeah;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
/* close buy */

/*ecom*/
.economics{
    background-color: #fcfdff;
    background-image: url("./imgs/bg-ecom.png?v=1.1.8");
    background-position: top center;
    background-repeat: repeat;
    width: 100%;
    background-size: contain;
}
.economics_wrap{
    padding-top: 163px;
}
.economics-title{
    font-size: 32px;
    font-family: Rockyeah;
    color: #0067FF;
    display: inline-block;
}
.economics-title-bg{
    height: 43px;
    background-image: url(./imgs/ecom-bg-title.png?v=1.1.8);
    background-size: 100% 100%;
}
.economics_content .section_item{
    margin-top: 80px;
}
.economics_content .section_item_1{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.economics_content .section_item_1 .content_left {
}
.economics_content .section_item_1 .content_right{
    width: 311px;
    height: 280px;
    object-fit: contain;
}
.economics-card{
    padding: 24px 31px 18px 40px;
    box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    background-color: white;
}
.economics-card-2{
    padding: 24px 31px 18px 40px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    background-color: white;
}
.economics-card-border{
    border: solid 1px #0067FF;
}
.economics-card p, .economics-card-2 p{
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 24px;
}
.economics-card p strong, .economics-card-2 p strong{
    font-weight: 700;
}
.economics-card-2 ul{
    padding-left: 40px;
}
.economics_content .section_item2.center, .economics_content .section_title.center{
    display: flex;
}
.economics_content .section_item2.center .economics-title, .economics_content .section_title.center .economics-title{
    margin: auto;
}
.economics_content .section_item2 .section2-img{
    width: 100%;
    object-fit: contain;
}
.economics_content .section2_content{
    margin-top: 54px;
}
.economics .section_item3 {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.economics .section_item3 .section_content_left, .economics .section_item3 .section_content_right {
    flex: 1;
}
.economics .section_item3 .section_content_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media screen and (max-width: 768px){
    .economics .section_item3 {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }
}
.economics .section_item4 .section_content{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.economics .section_item4 .economics-card ul{
    padding-left: 40px;
}
.economics .section_item4 .section_content .flex-1{
    flex: 1
}
/*close ecom*/

.mt-3{
    margin-top: 12px;
}
.mt-4{
    margin-top: 16px;
}
.mt-6{
    margin-top: 24px;
}
.mt-10{
    margin-top: 40px;
}
.mt-20{
    margin-top: 80px;
}

/* dots */
.dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
}
.dot {
    width: 40px;
    height: 8px;
    border-radius: 8px;
    border: 1px solid var(--Primary, #a3fff8);
    background: rgba(217, 217, 217, 0.33);
    backdrop-filter: blur(8px);
    cursor: pointer;
}
.dot.active {
    width: 80px;
    background: #a3fff8;
}
.arr_right,
.arr_left {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.arr_right {
    right: 0;
}
.arr_left {
    left: 0;
}
.tokenomics_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tokenomics_title {
    max-width: 526px;
    margin-bottom: 110px;
}
.tokenomics_title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tokenomics_content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 80px;
    gap: 12px;
}
.buy_box.bottom {
    gap: 16px;
}
.buy_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer {
    background: #07223a;
    padding: 14px 0;
    color: var(--Neutral-White, #fff);
    text-align: center;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.footer_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
/* close dots */
@media screen and (min-width: 1600px) {
    .tokenomics_wrap {
        align-items: center;
    }
    section {
        height: auto;
    }
    .section.home{
        height: 100vh !important;
    }
    .tokenomics {
        background-size: cover;
    }
    .home,
    .about {
        background-position: center top;
        background-repeat: no-repeat;
        /*height: 100svh;*/
    }
    .home_abs,
    .about_content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0;
    }
    .home_wrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        height: 100%;
    }
    .about_wrap,
    .buy_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        padding-top: 160px;
    }
    .about_content {
        height: unset;
    }
}

@media screen and (min-width: 768px){
    .arr_bottom{
        display: none !important;
    }
    .tokenomics_content {
        padding-top: 176px;
    }
}
@media screen and (max-width: 767px) {
    .section {
        /*background-attachment: fixed;*/
        /*background-position: center;*/
        /*background-size: cover;*/
        /*background-repeat: no-repeat;*/
    }
    .section{
        opacity: 1;
    }
    .section_item{
        opacity: 1;
    }
    .text_about_mb {
        padding-top: 418px;
        padding-bottom: 100px;
    }
    section {
        height: auto;
    }
    #home{
        height: 100vh !important;
    }
    .pc_block_mb_hidden {
        display: none !important;
    }
    .mb_block_pc_hidden {
        display: block !important;
    }
    .tokennimics_mb {
        padding-top: 420px;
        padding-bottom: 24px;
        min-height: 1440px;
    }
    .tokenomics {
        background-image: url("./imgs/bg3-mb.jpg?v=1.1.8");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 100%;*/
    }

    .header {
        padding: 15px 0;
        height: unset;
        display: flex;
        align-items: center;
    }

    .close_menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 40px;
    }
    .right_group {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .nav {
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        width: 100%;
        height: 100svh;
        background: unset;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(6px);
        display: flex;
        flex-direction: column;
        z-index: 1000;
        overflow: hidden;
        border-radius: unset;
        border: 0;
        padding: 0;
    }

    .nav ul li {
        opacity: 0;
        transform: translateY(20px);
    }
    .nav.active {
        right: 0;
    }
    .nav ul li a {
        color: #fff;
        font-family: Averta;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .nav ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 0;
        margin-top: 160px;
        height: 100%;
        align-items: flex-start;
        padding-left: 15px;
    }
    .nav ul li:last-child {
        margin-top: auto;
        padding-bottom: 70px;
    }
    .menu_toggle {
        display: block;
    }

    .header_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: unset;
    }
    .logo_mb_wrap img,
    .logo_nav img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .logo_mb_wrap,
    .logo_nav {
        width: 60px;
        height: 60px;
        border-radius: 100px;
        overflow: hidden;
    }
    .logo_nav {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .header_btn {
        padding: 10px 28px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.48px;
    }
    .right_group {
        gap: 36px;
    }

    /* home */
    .home {
        background-image: url("./imgs/bg1-mb.jpg?v=1.1.8");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1000px;
    }
    /* .home,
    .about,
    .buy {
        height: 100svh;
    } */
    .home_address_text p {
        color: #fff;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        font-family: Rockyeah;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .home_address_value p {
        border: 1px solid #fff;
    }
    .home_abs {
        padding: unset;
        margin-top: 100%;
    }
    .home_text {
        max-width: 100%;
    }
    .home_address_value {
        justify-content: center;
        flex-direction: column;
        gap: 24px;
    }
    .copy_btn {
        width: 100%;
    }
    .about_wrap,
    .home_wrap,
    .buy_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /*height: 100%;*/
        margin-bottom: 30px;
    }

    .about {
        background-image: url("./imgs/bg2-mb.jpg?v=1.1.8");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 1446px;*/
        /*height: 100%;*/
    }

    /* close home */
    .tokenomics {
        /*height: 100%;*/
    }
    .tokenomics_wrap {
        flex-direction: column;
        padding-top: 425px;
    }
    .tokenomics_title {
        margin: 0 auto;
        width: 80%;
    }
    .tokenomics_text {
        padding: 32px;
        width: 100%;
    }
    .bg_text_1 {
        background-image: url("./imgs/bg_token.png?v=1.1.8");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .bg_text_2 {
        background-image: url("./imgs/bg_token.png?v=1.1.8");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .bg_text_3 {
        background-image: url("./imgs/bg_token.png?v=1.1.8");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .bg_text_4 {
        background-image: url("./imgs/bg_token.png?v=1.1.8");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .tokenomics_content .tokenomics_text p {
        margin-bottom: 8px;
    }

    .tokenomics_content .tokenomics_text:first-child p {
        color: #fff;
        font-family: Averta;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
        transform: none !important;

    }
    .tokenomics_text ul li,
    .tokenomics_text {
        color: #a6a6a6;
        font-family: Averta;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .buy {
        background-image: url("./imgs/bg4-mb.jpg?v=1.1.8");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1103px;
    }
    .buy_content,
    .buy_box,
    .buy_content_top,
    .buy_content_bottom {
        width: 100%;
    }
    .buy_text {
        font-size: 24px;
    }

    .buy_address_mb {
        margin-top: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        height: 100%;
    }

    .buy_content {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .join_community {
        color: #fcfcfc;
        text-align: center;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        font-family: Rockyeah;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .buy_bot_text {
        align-self: stretch;
        color: #a6a6a6;
        font-family: Averta;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .social {
        width: 32px;
        height: 32px;
    }
    .footer {
        display: none;
    }
    .arr_left,
    .dots {
        display: none !important;
    }
    .arr_right {
        animation: blink 0.8s infinite;
        z-index: 1000;
    }
    .arr_right img, .arr_left img {
        width: 30px !important;
    }

    @keyframes blink {
        0%, 100% { opacity: 1; }
        50% { opacity: 0; }
    }

    .arr_bottom{
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.4s ease, transform 0.4s ease;
    }
    .arr_bottom.show {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    .section{
        /*padding-bottom: 50px;*/
    }
    .add_mb {
        position: relative;
        margin-top: auto;
    }
    .buy_mb_box,
    .join_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .join_content {
        width: 100%;
        padding: 0 30px;
    }
    .buy .container {
        padding: 0;
    }
    .buy_mb_title {
        color: #fcfcfc;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        font-family: Rockyeah;
        font-size: 22px;
        font-style: normal;
        text-align: center;
        font-weight: 400;
        line-height: normal;
        text-wrap: nowrap;
    }
    .buy_now_mb {
        display: flex;
        height: 40px;
        padding: 17px 40px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 8px;
        border: 1px solid #11837a;
        background: linear-gradient(180deg, #a3fff8 0%, #29c7bb 100%);
        backdrop-filter: blur(10px);
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .buy_mb_value,
    .join_mb {
        position: relative;
    }
    .join_mb {
        margin-bottom: 24px;
    }
    .buy_mb {
        height: 100%;
    }
    .buy_mb_value_add {
        border-radius: 16px;
        border: 1px solid #fff;
        background: rgba(24, 17, 55, 0.33);
        backdrop-filter: blur(10px);
        padding: 17px 47px 17px 15px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }
    .copy_btn_mb {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .swiper-scrollbar{
        background-color: white !important;
    }
    .swiper-scrollbar .swiper-scrollbar-drag{
        background-color: #a3fff8;
    }
    .swiper-cube .swiper-slide{
        pointer-events: none !important;
    }

    .swiper-cube .swiper-slide-active{
        pointer-events: auto !important;
    }
    .economics_wrap{
        padding-top: 120px;
    }
    .economics_content .section_item{
        margin-top: 40px;
    }
    .economics-title{
        font-size: 20px;
    }
    .economics_content .section_item_1{
        display: inline;
    }
    .economics_content .section_item_1 .content_right {
        width: 80px;
        height: 80px;
        object-fit: contain;
        position: absolute;
        right: 12px;
        top: 76px;
    }
    .economics-card p, .economics-card-2 p{
        line-height: 20px;
    }
    .mt-10{
        margin-top: 30px;
    }
    .economics_content .economics_content_header{
        margin-bottom: 60px;
    }
}
.swiper-scrollbar{
    background: none !important;
}
.section{
    /*height: auto;*/
}

.swiper-cube-shadow, .swiper-cube .swiper-cube-shadow:before{
    display: none !important;
}
.container{
    /*height: 100%;*/
    /*overflow-y: scroll;*/
    /*scrollbar-width: none; !* Firefox *!*/
    /*-ms-overflow-style: none;  !* IE 10+ *!*/
}
/*.container::-webkit-scrollbar {*/
/*    display: none; !* Chrome, Safari *!*/
/*}*/
.arr_right img, .arr_left img{
    width: 50px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('./imgs/bg-ecom-footer.png?v=1.1.8');
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.economics .section_item{
    padding: 0 30px;
}
