@media (max-width:1600px) {
    .vision_shape {
        width: 650px
    }

    .mission_shape {
        width: 580px
    }

    .miss_title {
        padding-bottom: 40px
    }

    .our_title {
        padding-bottom: 40px
    }
}

@media (max-width:1450px) {
    .tokeno_img {
        max-width: 650px;
        margin-top: 40px
    }

    .vision_shape {
        width: 590px
    }

    .our_title {
        padding-bottom: 60px
    }

    .mission_shape {
        width: 560px
    }
}

@media (max-width:1400px) {
    .our_title {
        padding-bottom: 20px
    }

    .timeline ul li:nth-child(odd)::before {
        top: 23%
    }

    .timeline ul li:nth-child(even)::before {
        top: 23%
    }
}

@media (max-width:1375px) {
    .card_content {
        min-height: 245px;
        padding: 30px
    }

    .vision_shape {
        width: 550px
    }

    .our_title {
        padding-bottom: 15px
    }

    .feature_image {
        width: 30%
    }
}

@media (max-width:1299px) {
    .vision_shape {
        width: 530px
    }

    .main_title {
        font-size: 40px
    }

    .nft_video {
        max-width: 75%
    }
}

@media screen and (max-width:1199px) {
    .wallet_mobile img {
        max-width: 340px
    }

    #checkbox {
        display: none
    }

    .toggle {
        position: relative;
        width: 45px;
        height: 45px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 5px;
        transition-duration: .5s
    }

    .bars {
        width: 60%;
        height: 3px;
        background-color: var(--color-theme);
        border-radius: 2px;
        transition: all 0.5s ease
    }

    #bar2 {
        transition-duration: .8s
    }

    #bar1 {
        width: 40%
    }

    #bar2 {
        width: 75%
    }

    .toggle.toggle_active #bar2 {
        opacity: 0
    }

    #bar1~.offcanvas.show,
    #bar3~.offcanvas.show {
        width: 30px !important
    }

    .offcanvas {
        background: rgb(14 14 14 / 87%);
        backdrop-filter: blur(10px) saturate(150%);
        -webkit-backdrop-filter: blur(10px) saturate(150%)
    }

    .toggle.toggle_active #bar1 {
        transform: rotate(45deg) translateY(5px) translateX(9px)
    }

    .toggle.toggle_active #bar3 {
        transform: rotate(-45deg) translateY(-5px) translateX(9px)
    }

    .offcanvas.offcanvas-end {
        border-left: 0;
        transition: all 900ms ease
    }

    .mobile_menu li {
        border-top: 1px solid rgb(255 255 255 / .1215686275);
        padding: 15px 30px
    }

    .mobile_menu li a {
        color: var(--color-white)
    }

    .mobile_menu li:last-child {
        border-bottom: 1px solid rgb(255 255 255 / .1215686275)
    }

    .btn_close.clicked {
        animation: rotateOut 0.5s ease forwards
    }

    .offcanvas_navbar .btn_close {
        color: var(--color-white);
        width: 40px !important;
        height: 40px;
        background-color: var(--color-theme)
    }

    .social_box {
        width: 120px;
        height: 120px
    }

    .tokeno_img {
        max-width: 450px;
        margin-top: 40px
    }

    .card_content {
        min-height: 265px;
        padding: 30px
    }

    .vision_shape {
        width: 470px
    }

    .timeline ul li:nth-child(odd)::before {
        top: 18%
    }

    .timeline ul li:nth-child(even)::before {
        top: 18%
    }

    .hero_video {
        width: 100%
    }
}

@media (max-width:1099px) {
    .vision_shape {
        width: 430px
    }

    .nft_card.active {
        flex: 0 0 33%
    }

    .nft_card {
        flex: 0 0 15%
    }

    .nft_video {
        max-width: 90%;
        bottom: -10px
    }

    .main {
        width: 460px;
        height: 460px
    }
}

@media (max-width:1024px) {
    .main_support {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        text-align: center
    }

    .fs-22 {
        font-size: 18px
    }

    .valnonex_content p {
        font-size: 15px
    }

    .discover_btn {
        margin-top: 60px
    }

    .main_title {
        font-size: 36px
    }

    .pera_txt {
        font-size: 18px
    }

    .sub_heading {
        font-size: 16px
    }

    .timeline ul li:nth-child(odd)::before {
        background-image: none
    }

    .timeline ul li:nth-child(even)::before {
        background-image: none
    }

    .timeline ul li:nth-child(odd) {
        padding-left: 90px
    }

    .timeline ul li:nth-child(even) {
        padding-right: 90px
    }

    .timeline ul li:nth-child(even) .time {
        right: -80px
    }

    .nft_video {
        max-width: 80%;
        bottom: -20px
    }

    .nft_bg {
        height: 650px
    }
}

@media (max-width:992px) {
    .main_support {
        grid-template-columns: repeat(3, 1fr);
        text-align: center
    }

    .pera_txt {
        font-size: 16px
    }

    .valnonex_content {
        height: 100%
    }

    .our_title {
        padding-bottom: 40px
    }

    .vision_shape {
        top: 70%;
        width: 850px
    }

    .nft_conatainer {
        flex-wrap: wrap
    }

    .nft_card.active {
        flex: 0 0 100%;
        height: max-content
    }

    .nft_card {
        flex: 0 0 100%;
        height: 140px;
        overflow: hidden;
        gap: 50px
    }

    .token_tree {
        display: none
    }

    .swap_section {
        padding: 50px 0
    }

    .social_box {
        width: 90px;
        height: 90px
    }

    .nft_video {
        bottom: 0;
        max-width: 80%
    }

    .about_bg {
        height: 680px
    }

    .about_video {
        max-width: 100% !important
    }
}

@media(max-width:991px) {
    .timeline {
        width: 100%;
        padding-bottom: 0
    }

    h1 {
        font-size: 40px;
        text-align: center
    }

    .timeline:before {
        left: 20px;
        height: 100%;
        top: 0
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 70px
    }

    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 13px
    }

    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time {
        top: -30px;
        left: 50px;
        right: inherit
    }

    .timeline ul li:nth-child(odd) {
        padding-left: 50px
    }

    .timeline ul li:nth-child(odd):before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        top: -10px;
        left: 13px;
        background: var(--color-theme);
        border-radius: 50%;
        box-shadow: 0 0 0 3px rgb(255 255 255 / .2)
    }

    .timeline ul li:nth-child(even):before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        top: -10px;
        right: -6px;
        background: var(--color-theme);
        border-radius: 50%;
        box-shadow: 0 0 0 3px rgb(255 255 255 / .2)
    }
}

@media (max-width:990px) {
    .vision_shape {
        top: 70%;
        width: 830px
    }

    .mission_shape {
        top: 70%;
        width: 830px
    }
}

@media (max-width:950px) {
    .vision_shape {
        width: 830px
    }

    .mission_shape {
        top: 70%;
        width: 770px
    }

    .future_digital_sec {
        height: 600px
    }

    .wallet_mobile img {
        max-width: 290px
    }
}

@media (max-width:900px) {
    .vision_shape {
        width: 800px
    }

    .mission_shape {
        top: 70%;
        width: 750px
    }
}

@media (max-width:850px) {
    .vision_shape {
        width: 770px
    }

    .mission_shape {
        top: 70%;
        width: 720px
    }
}

@media (max-width:800px) {
    .vision_shape {
        width: 740px
    }

    .mission_shape {
        top: 71%;
        width: 700px
    }
}

@media (max-width:768px) {
    .main_title {
        font-size: 30px
    }

    .valnonex_content>div {
        border-bottom: 1px solid rgb(255 255 255 / .103);
        padding-bottom: 20px
    }

    .global_video {
        width: 100% !important
    }

    .card_content {
        min-height: 220px
    }

    .shadow {
        width: 100%
    }

    .tokeno_img {
        max-width: 100%
    }

    .hero_sec {
        height: 650px
    }

    .global_sec {
        height: 850px
    }

    .global_video {
        bottom: -300px
    }

    .roadmap_hero {
        height: 250px
    }

    .wallet_mobile img {
        max-width: 200px
    }

    .future_digital_sec {
        height: 530px
    }

    .moblie_view_logo {
        width: 170px
    }

    .social_box {
        width: 70px;
        height: 70px;
        margin-bottom: 15px
    }

    .fs-40 {
        font-size: 28px
    }

    .fs-30 {
        font-size: 24px
    }

    .fs-24 {
        font-size: 18px
    }

    .social_txt {
        font-size: 15px
    }

    .play_btn {
        max-width: 170px
    }

    #wallet_swiper .swiper-slide {
        height: 400px !important
    }

    .walletcard {
        gap: 20px
    }

    .manage_img {
        width: 60%
    }

    .blog_content {
        height: 190px
    }

    .main_blog_content {
        padding: 20px 15px 0px !important
    }

    .blog_content {
        height: 200px
    }

    .roadmap-item {
        flex-direction: column
    }

    .roadmap-item.left {
        flex-direction: column
    }

    .main-container {
        height: 600px
    }

    .roadmap-card {
        width: 100%;
        margin-bottom: 15px
    }

    .roadmap-center {
        width: auto
    }
}

@media (max-width:767px) {
    .our_title {
        padding-bottom: 10px
    }

    .timeline ul li:nth-child(odd) {
        padding-right: 0
    }

    .timeline ul li:nth-child(even) {
        padding-right: 0
    }

    .nft_bg {
        height: 550px
    }

    .about_bg {
        height: 580px
    }

    .about_video {
        max-width: 120% !important
    }

    .blog_title {
        font-size: 20px
    }

    .main {
        margin: 0 auto;
        width: 380px;
        height: 380px;
        position: relative
    }
}

@media (max-width:540px) {
    .header-top p {
        font-size: 15px
    }

    #wallet_swiper .swiper-slide {
        height: 350px !important
    }

    .footer_shap_1,
    .footer_shap_2 {
        max-width: 50%
    }

    .global_sec {
        height: 700px
    }

    .global_video {
        bottom: -180px
    }

    .fs-40 {
        font-size: 24px
    }

    .main_support {
        grid-template-columns: repeat(2, 1fr);
        text-align: center
    }

    .h-500 {
        height: 100%
    }

    .valonex_logo {
        width: 150px
    }

    .moblie_view_logo {
        width: 150px
    }

    .pera_txt {
        font-size: 16px
    }

    button {
        width: 180px !important;
        height: 42px
    }

    .btn_light {
        padding: 0
    }

    .fs-30 {
        font-size: 20px
    }

    .manage_img {
        width: 40%
    }

    .accordion-button {
        padding: 12px 20px;
        height: max-content !important;
        width: 100% !important;
        font-size: 15px !important
    }

    /* .custom-icon {
        font-size: 20px;
        margin-left: 10px !important
    } */

    .wallet_img {
        max-width: 90%
    }

    .main_blog_content {
        padding: 15px 10px 0px !important
    }

    .tokens_card {
        width: 100%;
        height: fit-content;
        margin-bottom: 15px
    }

    .hero_sec {
        height: 450px
    }

    .main_header {
        padding: 15px 0
    }

    .join_txt {
        font-size: 15px
    }

    .nft_video {
        max-width: 120%
    }

    .timeline ul li:nth-child(odd) {
        padding-left: 35px
    }

    .timeline ul li:nth-child(even) {
        padding-left: 35px
    }

    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time {
        left: 35px
    }

    .nft_video {
        max-width: 120%
    }

    .swap_card_image {
        max-width: 140px
    }

    .custom-icon {
        width: 24px;
        height: 24px;
        line-height: 20px;
        font-size: 14px;
        margin-left: 8px;
    }
}

@media (max-width:480px) {
    .footer_logo {
        max-width: 55%
    }

    .fs-20 {
        font-size: 15px
    }

    .main_title {
        font-size: 24px
    }

    .event-info {
        gap: 10px
    }

    .fs-18 {
        font-size: 14px
    }

    .event-img {
        width: 40px;
        height: 40px
    }

    .event-title {
        font-size: 14px
    }

    .main {
        margin: 0 auto;
        width: 300px;
        height: 300px;
        position: relative
    }

    .overview_space {
        padding: 15px
    }

    .main-container {
        height: 500px
    }

    .icon-block img {
        width: 60%
    }

    .icon-block {
        width: 40px;
        height: 40px
    }

    .center-logo img {
        width: 80%;
        margin-inline: auto;
        text-align: center
    }

    .token_video {
        width: 100%
    }
}

@media (max-width:375px) {
    .play_btn {
        max-width: 150px
    }

    .choose_card img {
        max-width: 100%
    }

    .choose_card .d-flex {
        flex-wrap: wrap
    }

    .valonex_logo {
        width: 130px
    }

    .moblie_view_logo {
        width: 130px
    }
}

@media (max-width:340px) {
    .main_support {
        grid-template-columns: repeat(1, 1fr);
        text-align: center
    }

    .footer_nav .col-6 {
        width: 100% !important
    }

    .play_btn {
        max-width: 120px
    }

    .main {
        width: 250px;
        height: 250px
    }
}

@media (min-width:993px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important
    }
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px !important
    }
}

@media (min-width:1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px !important
    }
}