html {
    scroll-behavior: smooth;
}

.w-nav {
    background-color: rgb(0, 0, 0);
    opacity: 1;
    border-bottom-style: double;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mainlogo {
    background-image: linear-gradient(to right, #dec880, #fff 19%, #ff347d 51%, #827ded);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 3px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
}


body {
    background: #000000;
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 2, 48, 1) 50%, rgba(0, 7, 61, 1) 100%);
}


.heading-2 {
    font-size: 30px;
}

.text-block-2 {
    color: #a5a5a5;
    text-align: center;
    font-size: 20px;
}

.tokenomicsinfo {
    box-shadow: 1px 0 0 #ccc;
    /* vertical line on the right */
    padding-right: 20px;
}

/* Remove the shadow from every 3rd item (i.e. 3rd, 6th, 9th...) */
.tokenomicsinfo:nth-child(3n) {
    box-shadow: none;
}


.chillimgs {
    background-image: linear-gradient(to right, #dec880, #fff 19%, #ff347d 51%, #827ded);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 3px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
}

.roadmapbox {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
}

.column-16,
.column-17,
.column-18 {
    background-color: #0000002f;
    border-radius: 15px;
    padding: 20px 15px;
    border: 1px dashed #888;
    border-radius: 6px;
}

.buttonc {
    margin-top: 83px;
}

.buttond {
    margin-top: 136px;
}

.quick-access-card-holder {
    background-color: #000000;
}

.quick-access {
    border-radius: 10px;
    overflow: hidden;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.589);
    border-width: 1px;
}

#uniswapframe {
    display: none;
}

.smallfooterimg {
    width: 130px;
}

.footer-flex-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    display: flex;
}

@media screen and (max-width: 991px) {
    .w-nav {
        display: none;
    }

    .tokenomicsinfo {
        box-shadow: none;
        margin-left: 0%;
        margin-right: 0%;
    }

    .heading-2 {
        font-size: 30px;
        text-align: center;
        width: 100%;
        margin-left: 0%;
    }

    .tokenomicsinfo {
        display: block;
        margin-left: 4%;
    }

    .paragraph-2 {
        text-align: center;
    }

    .text-block-2 {
        color: #a5a5a5;
        text-align: left;
        font-size: 20px;
    }

    .mobiletokens {
        display: block;
    }

    .buttonc {
        margin-top: 10px;
    }

    .buttond {
        margin-top: 10px;
    }

    .emailbox {
        margin-top: 30px;
    }

    .smallfooterimg {
        width: 100px;
    }
}