* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
}

:root {
    --primary-color: #FF0970;
    --secondary-color: #D0779B;
}

h1 {
    font-size: 3.2vw !important;
    font-weight: 800 !important;
    line-height: 100% !important;
}

h2 {
    font-size: 4.3vw !important;
    color: #fff !important;
    font-weight: 800 !important;
}

h2 span {
    color: var(--primary-color);
}

.btn-1 {
    background-color: var(--primary-color);
    border: .15vw solid var(--primary-color);
    padding: 1vw 1.2vw;
    font-size: .8vw;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
}

.btn-2 {
    background-color: transparent;
    border: .15vw solid var(--primary-color);
    padding: 1vw 1.2vw;
    font-size: .8vw;
    border-radius: 50px;
    font-weight: 700;
    color: var(--primary-color);
}

p {
    font-size: .9vw;
}

.theme_border {
    border: .1vw solid var(--secondary-color);
    border-radius: 1vw !important;
    width: fit-content;
    padding: 1vw;
    height: 11vw;
    width: 13vw;
}

.theme_border img {
    width: 4vw;
}

.left-m {
    padding-left: 4vw !important;
}

.right-m {
    padding-right: 4vw !important;
}

/* =================HEADER================ */

.nav-link {
    font-size: .9vw !important;
    line-height: 100% !important;
}

.logo-img {
    width: 9vw;
}

.nav-link.active {
    color: var(--primary-color) !important;
}

.navbar .container-fluid {
    gap: 4vw;
}

.navbar-nav {
    gap: 2vw;
}


/* ===========================HERO-SECTION====================== */

.hero-section {
    height: 100vh;
    width: 100%;

    .left-side {
        padding: 10vw 6vw 5vw 4vw !important;
        gap: 4vw;
        width: 50%;
    }

    .left-side img {
        width: 45vw;
    }

    .right-side {
        background: linear-gradient(140.8deg, #FF0970 -105.88%, #000000 85.53%);
        gap: 2.5vw;
        width: 50%;
        padding: 7vw 4vw;
    }

    span {
        color: var(--secondary-color);
        font-size: 1vw !important;
    }

    .right-side .rs {
        gap: 2.5vw;
    }

    .right-side img {
        width: 3vw;
        margin-bottom: .9vw;
    }

    .hero-center-img {
        width: 35vw;
    }

    .button-container {
        gap: .3vw;
    }

    .rs-one {
        padding-top: 9vw;
    }
}


.container-fluid {
    max-width: 95% !important;
    margin: 0 4vw !important;
    padding: 0 !important;
}

.about-section {
    background-color: #000000;

    .about-one {
        width: 60vw;
    }

    .about-two {
        width: 25vw;
    }

    .card {
        padding: 4vw !important;
        border-radius: 2vw;
    }
}

.service-section {
    padding: 5vw 0;

    .text-one {
        padding-top: 3vw;
        width: 16vw;
    }

    .image-container {
        padding-top: 3vw;
    }

    .service-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(14vw, 1fr));
        gap: 2vw;
        height: fit-content;
    }

    .img-one {
        width: 25vw;
    }
}

.token-section {
    padding: 6vw 0;

    .theme_border span {
        color: var(--secondary-color);
        font-size: 1vw;
    }

    .token-content {
        max-width: 70vw;
        margin: 0 auto;
    }

    h4 {
        color: #fff;
        font-weight: 700;
        font-size: 1.4vw;
    }

    .theme_border {
        width: 100% !important;
        height: 8vw;
        gap: 1vw;
    }

    p {
        margin-bottom: 4vw
    }

    .btn-1,
    .btn-2 {
        min-width: 10vw;
        margin-top: 2vw;
    }

    .button-container {
        gap: .8vw;
    }

    .utility {
        margin-top: 4vw;
        margin-bottom: 2vw;
        font-weight: 600 !important;
    }

    .second {
        padding: 3vw 2vw !important;
        height: 14vw !important;
    }

    .utility-con {
        gap: 2vw;
    }
}

.daily-section {
    padding: 5vw 0;

    h2 {
        font-weight: 800;
        background: linear-gradient(270deg, #000000 -23.36%, #FF0970 91.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .card {
        border-radius: 2vw !important;
    }

    .card-content {
        padding: 4vw !important;
    }

}

.roadmap-section {
    padding: 6vw 0;
}

.last-section {
    padding: 2vw 0 0 0;
    background: linear-gradient(180deg, #000000 0%, #FF0970 398.03%);

    p {
        max-width: 20vw;
        line-height: 2.5vw;
    }

    .image-container {
        display: flex;
        align-items: center;
        gap: 1vw;
        margin-bottom: 6vw;
    }

    .image-container img {
        width: 5vw;
    }

    .last-nft-img {
        width: 35vw;
    }
}











@media (max-width: 768px) {

    h1 {
        font-size: 28px !important;
        text-align: center;
    }

    h2 {
        font-size: 35px !important;
        color: #fff !important;
        font-weight: 800 !important;
    }

    .btn-1 {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
        padding: 15px 20px !important;
        font-size: 14px;
        margin-bottom: 1rem;
        border-radius: 50px;
        color: #fff;
        font-weight: 700;
        width: 100%;
    }

    .btn-2 {
        background-color: transparent;
        border: .15vw solid var(--primary-color);
        padding: 15px 20px !important;
        font-size: 14px;
        margin-bottom: 1rem;
        border-radius: 50px;
        font-weight: 700;
        color: var(--primary-color);
        width: 100%;
    }

    p {
        font-size: 16px;
    }

    .theme_border {
        border: 1px solid var(--secondary-color);
        border-radius: 20px !important;
        width: fit-content;
        padding: 10px;
        height: 140px;
        width: 100%;
    }

    .theme_border img {
        width: 30px;
    }

    .left-m {
        padding-left: 4vw !important;
    }

    .right-m {
        padding-right: 4vw !important;
    }

    /* =================HEADER================ */

    .nav-link {
        font-size: 14px !important;
        line-height: 100% !important;
    }

    .logo-img {
        width: 100px;
    }

    .nav-link.active {
        color: var(--primary-color) !important;
    }

    .navbar .container-fluid {
        gap: 4vw;
    }

    .navbar-nav {
        gap: 2vw;
    }


    /* ===========================HERO-SECTION====================== */

    .hero-section {
        height: fit-content !important;
        width: 100%;

        .left-side {
            padding: 100px 20px 230px 20px !important;
            gap: 4vw;
            width: 100%;
        }

        .left-side img {
            width: 100%;
        }

        .right-side {
            background: linear-gradient(140.8deg, #FF0970 -105.88%, #000000 85.53%);
            gap: 2.5vw;
            width: 100%;
            padding: 26rem 20px 50px 20px !important;
        }

        span {
            color: #fff;
            font-size: 14px !important;
        }

        .right-side .rs {
            gap: 20px;
            width: 100%;
        }

        .right-side img {
            width: 40px;
            margin-bottom: 15px;
        }

        .hero-center-img {
            width: 100%;
            top: 55% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;
        }

        .button-container {
            gap: .3vw;
        }

        .rs-one {
            padding-top: 0;
        }
    }


    .container-fluid {
        max-width: 95% !important;
        margin: 0 4vw !important;
        padding: 0 !important;
    }

    .about-section {
        background-color: #000000;

        .about-one {
            width: 100%;
        }

        .about-two {
            width: 100%;
        }

        .card {
            padding: 4vw !important;
        }
    }

    .service-section {
        padding: 5vw 0;

        .text-one {
            padding-top: 3vw;
            width: 45%;
            margin: 5rem 0;
        }

        .image-container {
            padding-top: 3vw;
        }

        .service-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 2vw;
            height: fit-content;
        }

        .img-one {
            width: 45%;
        }
    }

    .token-section {
        padding: 10rem 0;

        .theme_border span {
            color: var(--secondary-color);
            font-size: 14px;
        }

        h4 {
            color: #fff;
            font-weight: 700;
            font-size: 16px;
        }

        .token-content {
            max-width: 95%;
            margin: 0 auto;
        }

        .theme_border {
            width: 100% !important;
            height: 100px;
            gap: 1vw;
        }

        p {
            margin-bottom: 4vw
        }

        .btn-1,
        .btn-2 {
            min-width: 10vw;
            margin-top: 2vw;
        }

        .button-container {
            gap: .8vw;
        }

        .utility {
            margin-top: 4vw;
            margin-bottom: 2vw;
            font-weight: 600 !important;
        }

        .second {
            padding: 15px 10px !important;
            height: 100px !important;
        }

        .utility-con {
            gap: 25px;
        }
    }

    .daily-section {
        padding: 50px 0;

        h2 {
            font-weight: 800;
            background: linear-gradient(270deg, #000000 -23.36%, #FF0970 91.05%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }

        .card {
            border-radius: 2vw;
        }

        .card-content {
            padding: 4vw !important;
        }

        .card-content img {
            width: 50%;
        }
    }

    .roadmap-section {
        padding: 40px 0;
    }

    .last-section {
        padding: 2vw 0 0 0;
        background: linear-gradient(180deg, #000000 0%, #FF0970 398.03%);

        p {
            max-width: 100%;
            line-height: 2.4;
        }

        .image-container {
            display: flex;
            align-items: center;
            gap: 1vw;
            margin-bottom: 6vw;
        }

        .image-container img {
            width: 80px;
        }

        .last-nft-img {
            width: 100%;
        }
    }
}