body:has(.landingPage) {
    background-image: var(--dashboard-bg);
    background-size: cover;
    background-color: #0F0824;
    background-repeat: no-repeat;

    color: var(--default-text-color);
}

.landingPage {

    /* header */
    min-height: 100vh;

    .landingSection-bg {
        overflow-x: hidden; 
    }

    .homepage-header-section {
        background-color: transparent;
        padding: 41px 0px;
/*        position: relative;*/
    }

    .homepage-header {
        display: flex;
        justify-content: space-between;
        align-items: center;

/*        position: absolute;
        top: 4rem;
        left: 0px;
        right: 0px;*/
    }

    .header-logo-div {
        width: 16rem;
        margin-right: 1rem;
    }

    .header-logo-img {
        color: var(--default-text-color);
        width: 100%;
        height: auto;
        font-size: 25px;
        font-weight: var(--default-font-weight-bold);
    }

    .header-dropdown-div {
        position: relative;
    }

    .dropdown-icon {
        width: 8px;
        height: auto;
        margin-left: 0.2rem;
    }

    .header-dropdown-list-div {
        position: absolute;
        z-index: 20;
        top: 150%;
        right: 0;
        background-image: var(--default-border-image);
        padding: 2px;
        border-radius: var(--default-border-radius);
        width: max-content;
        text-wrap: wrap;
        max-width: 300%;
    }

    #headerProfileList.header-dropdown-list-div{
        top: 100%;
    }

    .language-dropdown-item {
        display: block;
        width: 100%;
        padding: 0.5rem 1.5rem;
        color: var(--default-text-color);
        font-size: var(--default-font-size);
        font-weight: var(--default-font-weight-thin);
        cursor: pointer;
    }
    

    .header-dropdown-list {
        padding: 1.5rem 0rem;
        background-color: var(--primary-background-color);
        /* border-radius: var(--default-border-radius); */
        border-radius: 20px;
    }

    .header-dropdown-item {
        display: block;
        width: 100%;
        padding: 0.5rem 1.5rem;
        color: var(--default-text-color);
        font-size: var(--default-font-size);
        font-weight: var(--default-font-weight-thin);
    }

    .header-dropdown-item:hover {
        color: var(--default-text-color);
        background-image: var(--default-background-gradient);
    }

    .language-dropdown-item:hover {
        color: var(--default-text-color);
        background-image: var(--default-background-gradient);
    }

    .header-wallet-outer-div {
        background-image: var(--default-border-image);
        padding: 2px;
        border-radius: 50px;
    }

    .header-wallet-inner-div {
        border-radius: var(--btn-border-radius);
        padding: 0.9rem 1.5rem;
        background-color: var(--primary-background-color);
        position: relative;
    }

    .header-wallet-inner-div .header-dropdown-list-div {
        width: 130%;
    }

    .header-wallet-inner-div.haeder-profile-type .header-dropdown-list-div {
        width: unset;
    }

    .header-wallet-item {
        font-size: var(--default-font-size);
        color: var(--default-text-color);
        font-weight: var(--default-font-weight-thin);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-wallet-item:hover {
        color: var(--default-text-color);
    }

    .header-wallet-icon {
        width: 15px;
        height: auto;
        margin-right: 0.5rem;
    }

    .header-wallet-item .dropdown-icon {
        margin-left: 0.5rem;
    }

    .header-wallet-inner-div.haeder-profile-type {
        /* padding: 1.5rem 5rem; */
        border-radius: 50px;
        padding: 0.3rem;
        padding-inline: 1rem;

        a {
            color: var(--btn-primary-text-color);
            font-size: 15px;
        }
    }

    #homepagrKt-container.isHomepage{
        padding: 0;
    }

    .isHomepage .homepage-header-section , .isHomepage .footer-section{
        padding-inline: 30px;
    }

    .header-profile-image {
        margin-right: 0.5rem;
        width: 3rem;
        height: auto;
    }

    .header-username {
        font-weight: var(--default-font-weight-thick);
    }

    .header-menu-section-div {
        display: flex;
        justify-content: end;
        width: 100%;
        white-space: nowrap;
    }

    .header-menu-section-inner-div {
        width: 100%;
    }

    .header-menu-div {
        margin-left: auto;
        margin-right: 15px;
    }

    .headerMenuItem {
        /* margin: 0.5rem 1rem; */
    }

    .header-menu-section {
        display: flex;
/*        justify-content: space-between;*/
        align-items: center;

        font-size: 1.5rem;
    }

    .header-menu-section .menuBtn {
       font-size:15px;
    }
    

    .sidebar-close-btn {
        background-color: transparent;
        border:  unset;
        color: var(--default-text-color);
        font-weight: var(--default-font-weight-bold);
        font-size: 20px;
        padding: 1rem;
        margin-right: 2rem;
    }

    .language-btn img {
        width: 25px;
    }

    .language-dropdown {
        position: relative;
        cursor: pointer;
    }

    .language-btn .lang-dropdown-icon {
        width: 8px;
        margin-left: 8px;
    }

    .language-dropdown-list {
        position: absolute;
        top: 40px;
        right: -20px;
        background-color: var(--primary-background-color);
        border-radius: var(--default-border-radius);
        width: 450%;
        z-index: 3;
        max-width: unset;
    }

    .landingHeaderSelected a {
        color: #E2AFFF;
        font-weight: bold;
    }

    /* header */

    /* footer */

    .footer-section {
        font-size: 20px;
        font-weight: 100;
        border: none;
        padding: 0px !important;
    }

    .footer-secondary-bg {
        background-image: var(--dashboard-bg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .footer-copyright-section {
        /*<div class="d-flex flex-column flex-xl-row justify-content-center justify-content-md-between align-items-center mx-0">*/

        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px;

        border-top: 1px solid #4B465A;
        padding-top: 2rem;
    }

    .footer-contact-service-section {
        padding: 3rem 0px;
    }

    .footer-contact {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-contract, .footer-service {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-contact {

        div {
            white-space: nowrap;
            align-self: center;
        }

        div label {
            margin: 0px;
        }

        .footer-logo-div {

        }

        .footer-logo-img {
            height: 3rem;
        }

        .socialMedia-section {
            display: flex;
            flex-direction: row;
            column-gap: 15px;
        }

        .socialMedia-section a img {
            height: 1.8rem;
        }
    }

    .footer-contact-div {
        display: flex;
        flex-direction: row;
        gap: 42px;
    }

    .footer-service {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-service div {
        display: flex;
        flex-direction: column;
    }

    .footer-service div a {
        margin: 1rem 0px;
        color: #FFF;
    }

    .landing-footer {
        font-size: 20px;
        font-weight: 100;
        border: none;
        padding: 0px !important;
        color: var(--default-text-color);
    }
    /* footer */

    /* Homepage */
    /*  */
    .homepage-section-spacing {
        margin-bottom: 8rem;
    }

    /* Section outest <div> class */
    .homepageSection1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 90px 0px;
    }

    .homepageSection2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 90px 0px;
    }

    /* font style */
    .homepageTitle {
        font-size: 6rem;
        font-weight: bold;
        line-height: 1;
    }

    .homepageSubTitle {
        font-size: var(--landing-font-size-md);
        color: var(--secondary-text-color);
        margin-bottom: 25px;
        line-height: 1.8;
    }

    /* button style */
    .header-wallet-outer-div {
        font-size: 1.5rem;
        display: inline-block;
    }

    .homepage-section-1 .tokenomics-title {
        font-size: 60px;
        line-height: 65px;
    }

    .homepage-section-1 .tokenomics-title .header-wallet-outer-div {
        line-height: 1.5;
    }


    .homepage-section-1 .tokenomics-img-1 {
        height: max-content;
        text-align: center;
        margin-left: 60px;
    }

    .homepage-section-1 .tokenomics-img-1 div {
        border: 1px solid #FFFFFF52;
        border-radius: 30px;
        text-align: center;
        display: inline-block;
        padding: 28px 40px;
    }

    .homepage-section-1 .tokenomics-img-1 div span:first-child {
        font-size: 45px;
        line-height: 55px;
        font-weight: bold;
    }

    .homepage-section-1 .tokenomics-img-1 div span:last-child {
        font-size: 28px;
        line-height: 36px;
    }

    /* Homepage Section 2 animation */
    .homepageSection2 .homepageTitle {
        text-align: center;
        margin-bottom: 2rem;
    }

    .landing-NFT {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .landing-NFT img {
        height: 450px;
        border-radius: 70px;
        margin-bottom: 2rem;
    }

    .mysteryBox-category {
        position: relative;
        margin-bottom: 2rem;
    }

    .mysteryBox-category img {
        height: unset;
        width: 160px;
        margin: 0px;
    }

    .mysteryBox-category span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
    }

    .mysteryBox-label {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .homepageSection2:has(.landing-NFTContainer) {
        align-items: start !important;
        overflow: hidden;
    }

    .landing-NFTContainer {
        column-gap: 2.5rem;
        animation: 45s landing-nft-scroll infinite linear;

        display: inline-flex;
        flex-direction: row;
    }

    .landing-NFTLoop {
        white-space: nowrap;
    }

    .landing-NFTLoop .landing-NFTContainer {
        margin-right: 2rem;
    }

    .landing-NFTLoop:hover .landing-NFTContainer {
        animation-play-state: paused;
    }

    /* Homepage Section 3 Mystery Box */
    .landing-MysteryBox .tokenomics-title {
        font-size: 50px;
        line-height: 75px;
        text-align: center;
    }

    .homepageDiv2 {
        text-align: center;
    }

    .landing-MysteryBox div:has(.homepageDiv2) {
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }

    .landing-MysteryBox .homepageDiv2 img {
        width: 450px;
    }

    .landing-MysteryBox .homepageDiv2 .mysteryBox-div {
        border-radius: 30px;
        border: 1px solid #FFFFFF52;
        padding: 1rem 2rem;
        display: inline-block;

        div, div span {
            border: none;
            padding: 0px;
            font-size: 28px;
        }
    }

    .mysteryBox-rare {
        background: -webkit-linear-gradient(#86C7FF, #2393FF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
    }

    .mysteryBox-ultraRare {
        background: -webkit-linear-gradient(#BAF572, #95FD17);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
    }

    .mysteryBox-legendary {
        background: -webkit-linear-gradient(#E1A7FF, #CF41FF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
    }

    .mystery-box--container-homepage{
        justify-content: space-between !important;
        flex-direction: row;
    }


    .homepage-section-4 div:has(.tokenomics-img-2) {
        width: 550px;
    }

    .homepage-section-4 .tokenomics-img-2 {
        width: 579px;
        margin: 0px;
    }

    .homepage-section-4 .tokenomics-title {
        font-size: 50px;
        line-height: 60px;
    }

    .homepage-section-5 .tokenomics-title {
        text-align: center;
        font-size: 50px;
        line-height: 75px;
        margin-bottom: 50px;
    }

    .homepage-section-5 .roadmap-section-2-div div {
        text-align: left;

        img {
            margin: -18px 0px 0px -18px;
            width: 119px;
        }

        .tokenomics-title {
            font-size: 36px !important;
            line-height: 50px !important;
        }
    }


    .homepageSection1:has(.homepage-laptop) .tokenomics-title {
        font-size: 50px;
        line-height: 55px;
    }

    .homepageSection1:has(.homepage-laptop) {
        margin-bottom: 90px;
    }

    .homepage-laptop {
        width: 415px;
        margin-left: 66px;
    }

    .homepageSection2:has(.homepage-section-7) {
        margin-bottom: 180px;
    }

    .homepageSection2:has(.homepage-section-7) .tokenomics-title {
        font-size: 50px;
        line-height: 75px;
        text-align: center;
        margin-bottom: 50px;

        position: relative;
    }

    .homepage-effect {
        position: absolute;
        mix-blend-mode: screen;
        width: 155px;
        top: -25px;
        left: 30px;
        transform: translateX(-50%);
    }

    .homepage-section-7 {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .homepage-section-7 .tokenomics-listing-div .tokenomics-title {
        font-size: 15px;
        line-height: 22px;

        span {
            font-size: 15px;
        }
    }

    .tokenomics-listing-div:has(.homepage-effect) {
        position: relative;
    }

    .homepage-section-7 .tokenomics-listing-div .homepage-effect {
        width: 354px;
        height: 210px;
        top: -7px;
        left: unset;
        right: 0px;
        transform: translate(25%, -50%);
    }

    /* Homepage */

    /* Tokenomics */

    .landing-tokenomics .homepageSection2 .homepageSection1 {
        position: relative;
    }

    .tokenomics-img-1 {
        height: 525px;
        z-index: 2;
    }

    .tokenomics-img-1 img {
        width: 600px;
        margin-left: 38px;
    }

    .tokenomics-title {
        font-size: 70px;
        line-height: 75px;
        font-weight: bold;

        /* Sub Title */
        span {
            display: block;
/*            line-height: 28px;
            font-size: 17px;*/
            font-weight: normal;
/*            opacity: 0.7;*/
        }        
    }

    .homepageSection1:has(.tokenomics-listing-div) {
        display: flex;
        align-items: stretch;
        gap: 30px;
    }

    .tokenomics-listing-div {
        border-top: 2px solid #7b7b7b;
        border-bottom: 2px solid #7b7b7b;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 28px;
        padding-bottom: 36px;
        background-color: rgba(255, 255, 255, 0.1);
        width: 100%;

        img {
            height: 85px;
        }

        .tokenomics-title {
            font-size: 15px;
            line-height: 22px;

            span {
                font-size: 15px;
            }
        }
    }

    .tokenomics-img-2 {
        width: 415px;
        margin-right: 62px;
    }

    .tokenomics-section-2 .tokenomics-title {
        font-size: 50px;
        line-height: 60px;
        font-weight: bold;
    }

    .tokenomics-section-2 div:not(:first-child) {
        display: flex;
        flex-direction: row;
        align-items: center;

        img {
            width: 80px;
            margin-right: 15px;
        }

        div {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            line-height: 1;
            font-size: 15px;
            line-height: 20px;

            span {
                margin-top: 12px;
                line-height: 22px;
            }
        }
    }

    /* Tokenomics */

    /* Roadmap */

    .roadmap-section-1 {
        flex-direction: column;
    }

    .roadmap-section-1 .tokenomics-title {
        align-self: flex-start;
    }

    .roadmap-section-1 .roadmap-list .tokenomics-title {
        span {
            font-size: 15px;
        }
    }

    .homepageSection2:has(.header-wallet-outer-div) {
        text-align: center;
        align-items: center;
    }

    .header-wallet-outer-div {
        box-shadow: 0px 8px 19px -8px rgba(0,0,0,1);
    }

    .roadmap-section-5 {
        background-color: #6C51FF;
        margin: 90px -500px 0px -500px;
        padding: 75px 500px;
    }

    .roadmap-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 21px;
        justify-content: center;
    }

    .roadmap-list div:not(.tokenomics-title) {
        width: 100%;
        text-align: center;

        img {
            width: 352px;
            margin: 0px;
        }

        .tokenomics-title {
            font-size: 15px;
            line-height: 22px;
        }
    }

    .roadmap-section-2-title {
        display: flex;
        flex-direction: row;
        align-items: center;

        font-size: 50px;
        line-height: 60px;
        white-space: nowrap;

        span {
            white-space: normal;
        }
    }

    .roadmap-section-2-div {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-bottom: 30px;
    }

    .roadmap-section-2-div div:not(.tokenomics-title) {
        box-shadow: inset 2px 2px 20px #FFFFFFBF;
        width: 100%;
        padding: 64px 51px;
        border-radius: 40px;

        .tokenomics-title {
            font-size: 24px;
            line-height: 50px;
        }
    }

    .roadmap-section-2-subTitle {
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        margin-top: 52px;
    }

    /* Roadmap */
    
    /* Homepage */

    /* Introduction */
    .pageContent {
        padding-top: 140px;
    }

    .homepageTitle {
        font-size: var(--landing-title-text);
        color: var(--default-text-color);
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .introduction-page .section1 img {
        width: 100%;
        position: relative;
        margin-top: -140px;
        z-index: -1;
    }

    .introduction-page .section2 img, .introduction-page .section3 img, .introduction-page .section5 img {
        width: 70%;
    }

    .introduction-page .section5 img {
        width: 100%;
    }

    .introduction-page .section4 {
        color: var(--default-text-color);
    }

    .introduction-page .section4 img {
        width: 150px;
    }

    .introduction-page .content-title {
        font-size: var(--landing-font-size-md);
    }

    .introduction-page .section-margin {
        margin-bottom: 100px;
    }

    .introduction-page .image-mask-container {
        position: relative;
        overflow: clip;
    }

    .introduction-page .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
    }

    .sub-text {
        font-size: var(--default-font-size);
        color: var(--default-text-color);
    }

    /* End of Introduction */

    /* Platform Overview */

    .platform-overview .section1 img {
        width: 100%;
    }

    .platform-overview .section2 img {
        width: 50%;
        margin-inline: auto;
    }

    .content-title {
        color: var(--default-text-color);
        font-size: var(--landing-font-size-md);
    }

    .platform-overview .boxed-container {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
        background-color: #2c2645;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        padding: 30px;
    }

    .section-margin {
        margin-bottom: 100px;
    }
    
    .platform-overview .section3 img {
        width: 100%;
    }

    .platform-overview .section4 img {
        width: 150px;
    }

    .security-content-div {
        box-shadow: inset 2px 2px 20px #FFFFFFBF;
        border-radius: 40px;
        padding: 25px;
        height: 100%;
    }

    .platform-overview .section5 img {
        width: 100%;
    }

    .img-content-div {
        background-color: #6C51FF;
        border-radius: 40px;
        /* padding: 30px; */
        height: 100%;
    }

    .box-container-margin {
        margin-bottom: 100px;
    }
    
    .content-title2 {
        color: var(--default-text-color);
        font-size: var(--landing-font-size-md);
        line-height: 2;
    }

    .additional-padding {
        padding-inline: 30px;
        padding-top: 30px;
    }

    .main-page-title {
        font-size: var(--landing-title-text-lg);
    }

    /* End of Platform Overview */

    .homepage-box-title{
        color: var(--default-text-color);
        font-weight: var(--default-font-weight-bold);
        font-size: 16px;
    }
    .homepage-box-description{
        color: var(--secondary-text-color);
        font-size: 13px;

    }
    .homepage-box-price{
        color: var(--default-text-color);
        font-weight: var(--default-font-weight-bold);
        font-size: 18px;
    }
    .homepage-mb-box-container{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .homepage-buyNow-btn-containet,.homepage-buyNow-btn{
        max-width: 150px;
    }
    .homepage-buyNow-btn-containet{
        padding: 2px;
    }

    .footer-homepage .footer-contact-service-section{
        padding-inline: 30px;
    }

    #dashbpard-fantasyStadium-sec0{
        margin-top: 0 !important;
    }
}

@media(max-width: 1440px) {
    .landingPage {
        .homepageSection1, .homepageSection2 {
            min-height: unset;
        }

        .landingSection-bg .kt-container {
            padding: 0px 30px;
        }

        .footer-secondary-bg .kt-container {
            padding: 0px 30px;
        }

        .landing-MysteryBox div:has(.homepageDiv2) {
            flex-direction: column;
        }

        .landing-MysteryBox div .homepageDiv2 {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .roadmap-list {
            grid-template-columns: 1fr 1fr;
        }
    }
}

@media(max-width: 1397px) {
    .landingPage {
        .homepage-section-1 .tokenomics-img-1 img {
            width: 500px;
        }
    }
}

@media(max-width: 1024px) {
    .landingPage {
        .homepageSection1 {
            flex-direction: column;
            text-align: center;
            margin-bottom: 7rem;
        }

        .homepage-section-1 {
            flex-direction: column-reverse;
        }

        .homepage-section-1 .tokenomics-img-1 {
            display: flex;
            flex-direction: column;
            align-items: center;

            span:first-child {
                font-size: 30px !important;
                line-height: 40px !important;
            }

            /*span:last-child {
                font-size: 17px !important;
                line-height: 28px !important;
            }*/

            margin: 0px;
            margin-bottom: 30px;
        }

        .homepage-section-4 .tokenomics-img-2 {
            margin: 0px;
            margin-bottom: 30px;
        }

        .homepageSection1:has(.homepage-laptop) {
            flex-direction: column-reverse;
        }

        .homepage-laptop {
            margin: 0px;
            margin-bottom: 30px;
        }

       .tokenomics-img-1 {
            height: 350px;
        }

        .tokenomics-img-1 img {
            width: 500px;
            margin: 0px;
        }

        .tokenomics-img-2 {
            width: 350px;
            margin: 0px;
            margin-bottom: 28px;
        }

        .tokenomics-section-2 div:not(:first-child) {
            text-align: left;

            span {
                opacity: 0.8;
            }
        }

        .roadmap-reverse {
            flex-direction: column-reverse;
        }

        .roadmap-reverse .tokenomics-img-2 {
            margin-left: 0px !important;
        }
    }
}

@media(max-width: 992px) {
    .landingPage {
        .header-menu-section-div {
            display: block;
            width: 40%;
        }    

        .header-menu-section {
            align-items: end;
        }

        .homepageSection2 div:has(.homepage-mission-vision) {
            flex-direction: column;
            width: 100%;

            div {
                margin-bottom: 30px;
            }
            .introduction-page .section2 img, .introduction-page .section3 img, .introduction-page .section5 img {
                width: 100%;
            }

            .introduction-page .section4 img {
                width: 100px;
            }
        }

        .roadmap-section-2-div .tokenomics-title {
            line-height: 34px !important;
        }

        .platform-overview .section4 img {
            width: 100px;
        }

        .introduction-page .section2 img, .introduction-page .section3 img, .introduction-page .section5 img {
            width: 100%;
        }

        .introduction-page .section4 img {
            width: 100px;
        }

        .headerMenuItem .header-dropdown-list-div  {
            position: relative;
            background-image: unset !important;
            background-color: transparent !important;
            width: unset !important;
            white-space: normal;
        }

        .header-dropdown-list {
            padding-top: 0px;
            /* background-color: transparent; */
            border-radius: 23px;
        }
        #languageList .header-dropdown-list{
            background: var(--primary-background-color);;
        }


    }
}

@media(max-width: 890px) {
    .landingPage {
        .footer-contact-div {
            flex-direction: column;
        }
    }
}

@media(max-width: 767px) {
    .landingPage {
        .footer-contact {
            text-align: center;
            flex-direction: column;
            gap: 30px;
        }

        .footer-copyright-section {
            flex-direction: column-reverse;
            row-gap: 10px;

            span:first-child {
                margin-top: 50px !important;
                text-align: center;
            }
        }

        .socialMedia-section {
            justify-content: center;
            margin-bottom: 30px;
        }

        .header-dropdown-list{
            background: unset;
        }

        .homepage-section-4 .tokenomics-img-2 {
            width: 470px;
        }

        .homepage-section-7 {
            flex-direction: column;
        }

        .homepage-innovating-list {
            flex-direction: column;
        }

        .roadmap-list {
            grid-template-columns: 1fr;
        }

        .roadmap-section-2-title {
            flex-direction: column;

            span {
                margin: 0px !important;
            }
        }

        .roadmap-section-2-div {
            flex-direction: column;
        }

        .mystery-box--container-homepage{
            flex-direction: column;
        }

    }
}


@media(max-width: 510px) {
    .landingPage {
        .homepageTitle {
            font-size: 3.5rem;
        }

        .homepageSubTitle {
            font-size: 1.25rem;
        }

        .homepage-section-1 .tokenomics-title {
            font-size: 40px;
            line-height: 50px;
        }

        .homepageDiv2 .homepageGIF {
            width: 350px;
        }

        .homepageDiv2 div {
            span:first-child {
                font-size: 3.5rem;
            }
        }

        .landing-NFT img:not(.mysteryBox-category img) {
            height: 300px;
            border-radius: 40px;
        }

        .homepageSection1 .home-1-img img {
            width: 400px;
        } 

        .homepage-laptop-div img {
            height: 280px !important;
        }

    }
}

@media(max-width: 470px) {
    .landingPage {
        .header-menu-section-div {
            display: block;
            width: 90% !important;
        }

        .footer-contact-div div {
            white-space: normal;
        }
        
        .introduction-page .section1 {
            flex-direction: column-reverse;
        }

        .introduction-page .section1 img {
            margin-top: 0;
        }

        .introduction-page .section2 img, .introduction-page .section3 img, .introduction-page .section5 img {
            margin-bottom: 30px;
        }

        .introduction-page .section3 {
            flex-direction: column-reverse;
        }

        .platform-overview .section1 {
            flex-direction: column-reverse;
        }

        .homepage-laptop {
            width: 300px;
        }

        .tokenomics-title {
            font-size: 40px;
            line-height: 50px;
        }

        .tokenomics-img-1 {
            height: 220px;
        }

        .tokenomics-img-1 img {
            width: 350px !important;
        }

        .tokenomics-img-2 {
            width: 300px;
        }

        .roadmap-list div img {
            width: 250px !important;
        }
    }
}




/* Homepage animationi scroll */
@keyframes landing-nft-scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}
