* {
    margin: 0px;
    padding: 0px;
}

img {
    width: 100%;

}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Monoton', cursive;

}

p,
a,
ul,
li,
span,
div,
input,
select,
button {
    font-family: 'Righteous', cursive;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #5a0070;
    padding: 10px 30px;
}

header>.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

header>.logo img {
    width: 65px !IMPORTANT;
}

header>.logo h4 {
    font-family: 'Righteous', cursive;
}

header>.logo h4 {
    font-family: 'Righteous', cursive;
    color: #EBFF00;
    font-size: 40px;
}

div#menu ul>li {
    display: block;
}

div#menu ul {
    display: flex;
    gap: 20px;
    margin: 0px;
    align-items: center;
}

.skiptranslate iframe#\:1\.container {
    display: none;
}

body {
    margin: 0px !important;
    position: inherit !important;
}

select.goog-te-combo * {
    background: #5a0070;
}

select.goog-te-combo:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

div#menu ul>li {
    display: block;
}

div#menu ul a {
    color: white;
    font-size: 20px;
}

.skiptranslate.goog-te-gadget {
    font-size: 0px;
}

.skiptranslate.goog-te-gadget a {
    display: none;
}

select.goog-te-combo {
    background: transparent;
    border: none;
    color: white;
    font-family: 'Righteous', cursive;
    font-size: 18px;
}

section.hero-banner {
    height: 635px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

section.hero-banner img {
    position: absolute;
}

section.hero-banner .bannercont {
    position: relative;
    z-index: 99;
    margin: 0px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

section.hero-banner .bannercont .top-cont {
    width: 80%;
    margin: auto;
    background: #ffffffab;
    padding: 20px 30px;
    line-height: 2em;
    max-width: 500px;
    margin-bottom: 40px;
    border-radius: 20px;
}

section.hero-banner .bannercont .bottom-cont {
    padding: 10px 20px;
    line-height: 2em;
    border-radius: 20px;
    margin-bottom: 40px;

}

section.hero-banner .bannercont .bottom-cont p {
    margin: 0px;
}

.bannerimg img {
    position: inherit !important;
    width: 50%;
    margin: auto;
    display: block;
}

.mybtns a {
    display: block;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #FFFFFF !important;
    border: 4px solid #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #FF8D3B 0%, rgba(255, 61, 0, 0.83) 100%);
    text-align: center;
    width: max-content;
    max-width: 100%;
    min-width: 200px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 5px 10px 10px #00000036;
}

.yellowbg {
    background: #FFE600;
}

.mymainHeading {
    color: #9932FF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 50px;
    text-align: center;
    border: 2px solid #9932FF;
    padding: 10px 50px;
    width: max-content;
    margin: auto;
    border-radius: 50px;
    background: #ffe600;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 10px 5px rgb(223 0 254);
}

.mymainHeading-bx:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    background: #9932FF;
    width: 100%;
    left: 0px;
}

.mymainHeading-bx {
    position: relative;
}

.box-bg {
    background: linear-gradient(180deg, #DE00FF 0%, #FF00D6 100%);
    box-shadow: 1px 4px 10px rgba(4, 0, 0, 0.25);
    border-radius: 20px;
    padding: 30px 45px;
    color: white;
    font-size: 20px;
    text-align: center;
}

img.float-right {
    max-width: 300px;
    float: right;
    transform: translate(50px, 0px);
    animation: shiftImage 4s infinite;
}

.container.mini {
    max-width: 1000px;
}

@keyframes shiftImage {
    0% {
        transform: translateX(-50px);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(-50px);
    }
}

section.TOKENOMICS h4 {
    font-size: 30px;
    background: #9932FF;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 33px;
    color: white;
}

section.TOKENOMICS h5 {
    font-family: 'Righteous', cursive;
    line-height: 1.8;
    margin-bottom: 20px;
}

.white-box h4 {
    font-family: 'Righteous', cursive;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 1px;
}

.white-box {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 10px 10px #00000036;
}

.white-box p {
    color: grey;
    line-height: 2em;
}

.white-box.l {
    width: 80%;
    float: left;
}

.white-box.r {
    width: 80%;
    float: right;
}

.col-md-6.mymoney-bird {
    position: absolute;
    left: 21%;
    top: 21%;
}

section#roadmap h4 {
    font-family: 'Righteous', cursive;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #3a3a3a;
}

.roadmap-cont {
    border: 2px solid black;
    padding: 20px;
    border-radius: 20px;
    background: #ffffffc9;
}

.roadmap-bx h4 {
    font-size: 20px !important;
}

.container.mylogos {
    background: #9932ff;
    padding: 40px 80px;
    border-radius: 40px;
}

.container.mylogos>.row {
    row-gap: 30px;
}

.container.mylogos>.row img {
    transform: scale(0.9);
}

.container.mylogos>.row img:hover {
    transform: scale(1);
    transition-duration: 0.2s;
}

h4.roadmap-light {
    font-weight: 100 !important;
    font-size: 20px !important;
    line-height: 1.5;
    margin-bottom: 29px;
}

.my-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.my-social.left {
    justify-content: left;
}

img.footer.logo {
    width: 200px;
    margin: auto;
    display: block;
    transform: translate(0px, -40px);
}

.custom-link a {
    display: block;
}

.custom-link.text-right {
    width: fit-content;
    float: right;
}

footer {
    background: #5A0070;
}

footer h4 {
    font-family: 'Righteous', cursive;
    color: #ffffff;
    font-size: 40px;
    text-transform: capitalize;
}

footer p,
footer a {
    color: #ffffff;

}

div#menu ul a {
    text-transform: uppercase;
}

h4.myfontnorml {
    font-family: 'Righteous', cursive;
    font-weight: 800;
    font-size: 30px;
}

p.text-center.parafontcoin {
    font-size: 20px;
}

.bottom-cont h1 {
    font-family: 'Black Ops One', cursive;
    font-size: 55px;
    color: white;
    text-shadow: 0 0 10px #5a0070, 0 0 10px #de471c;
}

.bottom-cont p {
    color: #ffffffe0;
    font-size: 26px;
    text-shadow: 0 0 3px #5a0070, 0 0 5px #de471c;
}

.row.topsocial img {
    position: inherit;
}

.row.topsocial {
    padding: 20px;
}


.mybtns.anim a {
    position: relative;
    box-shadow: 0 0 10px 5px rgb(253 232 39);
    text-decoration: none;
    /* text-transform: uppercase; */
    overflow: hidden;
    border-radius: 0px;
    border: none;
    letter-spacing: 1px;
    background: #5a0070;
    font-size: 25px;
    padding: 10px 30px;
}

.mybtns.anim a span:nth-child(1) {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, orange, #FF8D3B);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

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

.mybtns.anim a span:nth-child(2) {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, orange, #FF8D3B);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.mybtns.anim a span:nth-child(3) {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, orange, #FF8D3B);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

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

.mybtns.anim a span:nth-child(4) {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, orange, #FF8D3B);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.my-social img {
    width: 50px;
}

div#menu ul>li>ul {
    display: none;
}

div#menu ul>li:hover ul a {
    color: black;
    font-size: 18px;
    padding: 5px 20px;
}

div#menu ul>li:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 999;
    background: white;
    color: black;
    padding: 0px;
}

li.submenu {
    flex-direction: column;
    position: relative;
}

li.submenu {
    flex-direction: column;
}

img.badgee {
    display: block;
    width: fit-content;
    margin: auto;
}

.roadmap-bx h4 b {
    font-family: 'Black Ops One', cursive;
    font-weight: 400;
    font-size: 30px;
}

.top-header {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #fffef7;
}

@media (min-width: 800px) {
    #toggleButton {
        display: none;
    }

    #menu {
        display: block !important;
    }

    div#menu ul>li {
        display: flex;
        align-items: center;
    }

    div#menu ul>li .mybtns a {
        margin: 0px;
    }
}

section.hero-banner>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 800px) {
    header {
        flex-direction: column;
    }

    div#menu ul {
        flex-direction: column;
    }

    header>.logo {

        width: 100%;
        justify-content: space-evenly;
    }

    section.hero-banner img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mymainHeading {
        width: 100%;
        font-size: 25px;
    }

    section.hero-banner .bannercont {

        grid-template-columns: 1fr;
    }

    section.hero-banner {
        height: auto;
    }

    .bottom-cont h1 {
        font-size: 35px;
    }

    .bottom-cont p {
        font-size: 20px;
    }

    .bannerimg img {
        padding: 50px;
    }

    p.text-center.parafontcoin {
        font-size: 14px;
    }

    .yellowbg {
        padding: 10px;
    }

    .white-box {
        float: none !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .yellowbg {

        overflow: hidden;
    }

    span.wallet-code {
        font-size: 12px;

    }

    .col-md-6.mymoney-bird {
        position: inherit;
        top: 0px;
        left: 0px;
    }

    .container.mylogos {
        padding: 40px;

    }

    img.footer.logo {
        width: 200px;
        margin: auto;
        display: block;
        transform: none;
    }

    .custom-link.text-right {
        float: none;

    }
}