.carder {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #914d4d;
    border: 1px solid white;
    padding: 40px;
    box-shadow: 0 2px 4px #0003;
    z-index: 999
}

.lineP {
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
    color: #fff;
    background-color: #000
}

.p-lines {
    font-family: sans-serif;
    margin: 10px auto;
    text-align: center;
    color: #003233;
    font-size: 40px;
    max-width: 510px;
    position: relative
}

.p-lines:before,
.p-lines:after {
    content: "";
    display: block;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 20%;
    height: 2px;
    background: #FFCC33;
    position: absolute;
    top: 50%
}

.p-lines:before {
    left: 25px
}

.p-lines:after {
    right: 25px
}

button {
    cursor: pointer
}

.top-img {
    width: 70px
}

.card-container.show {
    display: block
}

.loading-container {
    border-radius: 30px;
    background: #dffffb;
    box-shadow: 0 10px 40px 5px #0000000d;
    padding: 30px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.table_of_content_title {
    opacity: 0
}

.gridcontainer {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto
}

.table_of_content_title.animate__animated {
    opacity: 1
}

.presalestagefont {
    color: #fc3;
    font-weight: 800;
    font-size: 42px;
    align-content: center
}

.loading-spinner {
    border: 5px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

#scroll-link.clicked,
#scroll-linkhome.clicked,
#scroll-linked.clicked,
#scroll-linked-claim.clicked {
    color: #fff;
    transition: background-color 1s ease-in-out
}

.nav-marg {
    margin-left: 70px
}

.img_change {
    width: 450px;
    margin-left: 25px;
    height: 400px
}

.butter {
    color: #fff;
    font-size: 28px;
    width: 300px;
    height: 80px;
    background-color: #ff8400;
    border: none;
    border-radius: 20px
}

.butter-buy {
    color: #fff;
    font-size: 28px;
    width: 180px;
    height: 55px;
    background-color: #ff8400;
    border: none;
    border-radius: 20px
}

.butter:hover,
.butter-buy:hover {
    color: #ff8400;
    background-color: #fff
}

.first_card {
    box-shadow: 0 3px 16px #2f536da6;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    background-color: #fff;
    color: #000;
    margin-left: 33px;
    border-radius: 20px
}

.section2 {
    text-align: center
}

.section2__text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #020202;
    font-weight: 700
}

.section2__progressBarContainer {
    flex: 1;
    height: 10px;
    width: 100%;
    border-radius: 45px;
    overflow: hidden
}

.card-change {
    border-radius: 10px !important;
    width: 80% !important;
    background-color: #ffffff24;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin-top: 40px !important;
    border-radius: 30px;
    margin-top: 15px;
    padding: 0
}

.card-changes {
    border-width: 5px;
    border-style: solid
}

.count-box {
    border-radius: 5px;
    padding: 0 20px;
    color: #fff !important
}

.pH {
    color: #fff !important;
    margin-bottom: 0;
    font-size: 18px !important
}

.pB {
    color: #fc3 !important;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 35px !important;
    padding: 0 !important;
    margin: 0 !important
}

.section2__progressBar {
    height: 100%;
    position: relative;
    background-color: #d16500
}

.section2__progressBarRect {
    height: 100% !important;
    position: absolute;
    background-color: #fc3;
    border-radius: 5px !important;
    left: 0 !important
}

.section2__progressBarCircle {
    width: 30px;
    height: 30px;
    background-color: #fc3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0
}

.section2__progressBarPoint {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #e8ecef
}

.section2__text {
    display: flex
}

.section2__text--bold {
    font-weight: var(--boldFont);
    color: #45ff4b
}

.section2__progressBarContainer {
    margin-top: 15px;
    position: relative
}

.section2__progressBar {
    background-color: #202020;
    width: 100%;
    height: 28px;
    padding: 2px;
    border-radius: 5px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.section2__progressBarRect {
    background-repeat: no-repeat;
    height: 100%;
    padding: 2px;
    border-radius: inherit;
    animation: none;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.section2__progressBarCircle {
    background-color: var(--color5);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    box-shadow: #00000029 0 1px 4px;
    background-image: url(images/cat-logo.png)
}

.section2__progressBarPoint {
    color: #1df9ab;
    margin-top: 8px;
    font-size: 12px;
    font-weight: var(--boldFont);
    position: absolute
}

.section2__progressBarPoint--start {
    left: 0
}

.section2__progressBarPoint--end {
    right: 0
}

.section2__storageLeft {
    background-color: var(--color5);
    width: 100%;
    padding: 20px;
    border-radius: 8px 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateY(-70%)
}

.section2__storageLeft:before {
    content: "";
    width: 0;
    height: 0;
    border: solid 20px;
    border-color: transparent var(--color5) transparent transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%)
}

.section2__storageLeftDigits {
    color: var(--color0);
    font-size: 32px;
    font-weight: var(--boldFont)
}

.section2__storageLeftText {
    color: var(--color3);
    margin-left: 7px;
    font-weight: var(--boldFont);
    letter-spacing: 1px
}

.holderCount {
    color: #fc3;
    font-size: 23px !important;
    align-content: center;
    font-weight: 700;
    text-shadow: 0px 0px 6px black
}

.bg-color {
    margin-left: 400px
}

:root {
    --theme-bg-color: rgba(16 18 27 / 40%);
    --border-color: rgba(113 119 144 / 25%);
    --text-color: #f0e68c;
    --theme-color: #f9fbfa;
    --inactive-color: rgb(113 119 144 / 78%);
    --body-font: "Poppins", sans-serif;
    --hover-menu-bg: rgba(12 15 25 / 30%);
    --content-title-color: #d4d6e3;
    --content-bg: rgb(146 151 179 / 13%);
    --button-inactive: rgb(249 250 251 / 55%);
    --dropdown-bg: #21242d;
    --dropdown-hover: rgb(42 46 60);
    --popup-bg: rgb(22 25 37);
    --search-bg: #14162b;
    --overlay-bg: rgba(36, 39, 59, .3);
    --scrollbar-bg: rgb(1 2 3 / 40%);
    --color0: hsl(229, 57%, 11%);
    --color0Trans: hsl(229, 57%, 11%, .85);
    --color1: hsl(228, 56%, 26%);
    --color2: hsl(243, 100%, 93%);
    --color3: hsl(229, 7%, 55%);
    --color4: hsl(230, 55%, 18%);
    --color5: hsl(0, 0%, 100%);
    --gradient: linear-gradient(90deg, hsl(6, 100%, 80%) 0%, hsl(335, 100%, 65%) 100%)
}

.Card_change1 {
    background-color: #101010 !important;
    border-radius: 25px !important;
    backdrop-filter: blur(18.5px);
    -webkit-backdrop-filter: blur(18.5px);
    height: 100% !important;
    padding: 6px;
    margin-left: 0;
    width: 100% !important;
    transition: transform .3s ease-in-out;
    margin-bottom: 12px;
    border: 2px solid black !important;
    box-shadow: 0 0 8px #fff;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.Card_change1:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 8px #dcdcdc
}

#connectButton:hover {
    background: linear-gradient(97.79deg, #e1ff38 -10.77%, #45ff4b 126.71%)
}

#claimTokens {
    display: none
}

#renderButton,
#buttonUSDT {
    display: none;
    background-color: #08036a;
    color: #f7f7f7;
    width: 200px;
    height: 48px
}

.btrn {
    background-color: #04c4ea;
    color: #000;
    width: 200px;
    height: 38px;
    border-radius: 5px
}

.btrn:hover {
    background-image: linear-gradient(325deg, #374363, #e3dee8);
    color: #fff
}

.btn {
    width: 340px;
    color: #fff;
    font-weight: 700
}

.butn {
    border-width: 1px;
    width: 80%;
    height: 50px;
    color: #000 !important;
    list-style: none !important;
    font-size: 1.5rem;
    --angle: 45deg;
    background: linear-gradient(var(--angle), #f0d55d, #FFD000, #FFB800) !important;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    text-decoration: none !important;
    transition: background-color .4s ease, color .4s ease, transform .3s ease-in-out !important
}

.butn:hover {
    transform: scale(1.1);
    --angle: 45deg;
    background: linear-gradient(var(--angle), #f6dd72, #f9d328, #f7bd2b) !important
}

.butner {
    text-decoration: none !important;
    width: 80%;
    --angle: 45deg;
    background: linear-gradient(var(--angle), #f0d55d, #FFD000, #FFB800) !important;
    height: 50px;
    color: #000 !important;
    list-style: none !important;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 15px;
    transition: background-color .4s ease, color .4s ease, transform .3s ease-in-out !important
}

.butner:hover {
    transform: scale(1.1);
    --angle: 45deg;
    background: linear-gradient(var(--angle), #f6dd72, #f9d328, #f7bd2b) !important
}

.input-icon-wrap {
    display: flex;
    align-items: center;
    background-color: #000;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    width: 96%;
    height: 60px;
    border: 2px solid #FFCC33;
    border-radius: 10px;
    padding: 5px 15px;
    color: #fff !important
}

.input-with-icon {
    outline: none;
    color: #fff;
    background: none;
    border: none;
    width: 90% !important
}

.input-with-icon::placeholder {
    color: #fff !important
}

.timerp {
    font-size: 20px !important;
    color: #1df9ab !important;
    background-color: #0e3224 !important
}

.timerli {
    height: 50px !important;
    width: 50px;
    margin-bottom: 20px !important;
    font-size: 20px !important;
    background-color: #0e3224 !important;
    color: #ffbf00 !important
}

.timerli>span {
    font-size: 20px !important
}

.modelBNB {
    background-color: #fff;
    padding-bottom: 20px;
    width: 450px;
    height: 350px;
    border: 2px solid gray;
    margin-top: 85px;
    border-radius: 15px;
    border: 3px solid #04c4ea !important;
    box-shadow: 0 0 3px 4px #0000001a !important
}

.input-icon-img {
    width: 20px
}

.input-icon-img2 {
    width: 40px
}

.m-change {
    margin-left: 450px
}

.stars {
    box-shadow: 0 3px 16px #2f536da6;
    height: 130px
}

.card-star {
    height: 130px;
    border-radius: 20px
}

@keyframes bake-pie {
    0% {
        transform: rotate(0) translateZ(0)
    }
}

body {
    font-family: Open Sans, Arial;
    background: #eee
}

header nav {
    height: 66px;
    background-color: #000;
    transition: background-color .4s ease-in-out
}

header.scrolled nav {
    background-color: #09090980
}

main {
    width: 400px;
    margin: 30px auto
}

.socialicon a i {
    color: #eee;
    width: 10px
}

.socialicon a {
    text-decoration: none;
    margin: 10px
}

.socialicon a:hover i {
    color: #69e4e0
}

.pieID {
    display: inline-block;
    vertical-align: top
}

.pie {
    height: 200px;
    width: 200px;
    position: relative;
    margin: 0 30px 30px 0
}

.pie:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    background: #eee;
    border-radius: 50%;
    top: 50px;
    left: 50px
}

.pie:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    box-shadow: 0 0 3px 4px #0000001a;
    margin: 220px auto
}

.size_change {
    color: #fff;
    text-transform: uppercase;
    font-size: 64px
}

.htb-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 180px
}

.glass2 {
    background: rgba(41, 44, 70, .25);
    box-shadow: 0 8px 32px #fff700d9;
    backdrop-filter: blur(18.5px);
    -webkit-backdrop-filter: blur(18.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    transition: transform .3s ease-in-out
}

.glass3 {
    background: rgba(41, 44, 70, .25);
    box-shadow: 0 8px 32px #1f26875e;
    backdrop-filter: blur(18.5px);
    -webkit-backdrop-filter: blur(18.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    transition: transform .3s ease-in-out
}

.glass {
    background: rgba(48, 38, 64, .35);
    border-radius: 16px;
    box-shadow: 0 4px 30px #0000001a;
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    border: 1px solid rgba(48, 38, 64, 1)
}

.margin-topper {
    align-self: center;
    height: 300px;
    width: 300px
}

@media screen and (max-width: 580px) {
    .margin-topper {
        align-self: center;
        height: 300px;
        width: 300px;
        margin-top: 50px
    }

    .card-change {
        width: 100% !important;
        margin-top: 20px !important
    }
}

@media only screen and (max-width: 480px) {
    .display-change {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .Card_change1 {
        margin-left: 0;
        width: 320px !important
    }

    .img_change {
        margin-left: 0;
        width: 365px
    }

    .font-change {
        font-size: .54rem
    }

    .first_card {
        margin-left: 0;
        margin-top: 20px
    }

    .Card_change {
        margin-left: 0;
        width: 320px !important;
        height: 400px !important
    }

    .card-star {
        height: 70px;
        border-radius: 20px
    }

    .size_change {
        font-size: 38px
    }

    .bg-color {
        margin-left: 0
    }

    .form-input {
        width: 83%
    }

    .btrn {
        margin-right: 70px
    }

    .m-change {
        margin-left: 5px;
        background-color: #000;
        margin-top: -10px
    }

    .presalestagefont {
        font-size: 35px
    }

    .holderCount {
        font-size: 15px !important
    }

    .imagelevel {
        height: 70px !important;
        width: 135px
    }

    .heightimage {
        width: 55% !important
    }

    .heightimage22 {
        width: 65% !important
    }

    .rowchange {
        flex-direction: column-reverse
    }
}

button23 {
    font-family: space-mono-bold, sans-serif !important;
    margin: 5px;
    padding: 8px 14px !important;
    margin: 0 5px !important;
    border: none;
    border-radius: 7px !important;
    --angle: 45deg;
    background: linear-gradient(var(--angle), #f0d55d, #FFD000, #FFB800) !important;
    color: #000;
    cursor: pointer;
    font-size: 18px !important;
    transition: transform .3s ease-in-out !important
}

button23:hover {
    transform: scale(1.05) !important
}

#milestoneChart {
    width: 100% !important;
    height: auto !important
}

@media (max-width: 600px) {
    canvas {
        width: 100% !important;
        height: 500px !important
    }

    .chartjs-title,
    .chartjs-x-axis-label,
    .chartjs-y-axis-label,
    .chartjs-tooltip {
        font-size: 5px !important
    }

    button23 {
        font-family: space-mono-bold, sans-serif !important;
        padding: 9px 5px !important;
        margin: 0 5px !important;
        border: none;
        border-radius: 7px !important;
        --angle: 45deg;
        background: linear-gradient(var(--angle), #f0d55d, #FFD000, #FFB800) !important;
        color: #000;
        cursor: pointer;
        font-size: 11px !important;
        transition: transform .3s ease-in-out !important
    }
}

#chart-container {
    position: relative;
    overflow: hidden
}

.progress1-bar {
    position: absolute;
    width: 100px;
    height: 10px;
    background-color: #ccc;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.progress-fill {
    height: 100%;
    width: 0;
    background-color: #4caf50;
    transition: width 1s ease-in-out
}

:root {
    --background-dark: #2d3548;
    --text-light: rgba(255, 255, 255, .6);
    --text-lighter: rgba(255, 255, 255, .9);
    --accent-color: #f67b50;
    --spacing-s: 16px;
    --spacing-m: 24px;
    --spacing-l: 32px;
    --spacing-xl: 48px;
    --spacing-xxl: 64px;
    --width-container: 1200px
}

.timeline {
    position: relative;
    max-width: var(--width-container);
    margin: 0 auto;
    padding: var(--spacing-xxl) 0
}

.timeline:after {
    content: "";
    position: absolute;
    width: 8px;
    background: linear-gradient(190deg, #9CD947 0%, #FFCC33 100%) !important;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-radius: 4px;
    height: 0;
    transition: height 1.5s ease-out, opacity 1.5s ease-out
}

.timeline-container {
    position: relative;
    width: 50%;
    padding: var(--spacing-l) var(--spacing-xl);
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .6s ease-out, transform .6s ease-out
}

.timeline-container.left {
    left: 0
}

.timeline-container.right {
    left: 50%
}

.timeline-container:before {
    content: "";
    position: absolute;
    top: 30px;
    width: 30px;
    height: 30px;
    background: #101010;
    border: 2px solid black;
    box-shadow: 0 0 2px #a1d846;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 99999
}

.content {
    padding: 25px 48px;
    background-color: #101010;
    position: relative;
    border-radius: 15px;
    border: 2px solid black;
    box-shadow: 0 0 8px 1px #f8cd34;
    transition: box-shadow .3s ease, transform .3s ease;
    text-align: left;
    text-shadow: 1.5px 1.5px 0 black;
    font-size: 27px;
    color: #fff;
    text-shadow: 2px 2px 2px black
}

.content span {
    color: #ff3700;
    font-size: 30px
}

.content:hover {
    box-shadow: 0 8px 16px #a1d846;
    transform: scale(1.05);
    cursor: pointer
}

.icon {
    font-size: 32px;
    margin-right: var(--spacing-s);
    color: #d16500
}

a.content-link {
    text-decoration: none;
    color: inherit;
    display: block
}

@media screen and (max-width: 600px) {
    .timeline:after {
        left: 31px
    }

    .timeline-container {
        width: 100%;
        padding-left: 80px;
        padding-right: 40px;
        margin-bottom: var(--spacing-l)
    }

    .timeline-container.left:before,
    .timeline-container.right:before {
        left: 31px
    }

    .timeline-container.right {
        left: 0%
    }

    .timeline-container.left,
    .timeline-container.right {
        left: 0
    }
}

.show {
    opacity: 1;
    transform: translateY(0)
}

.timeline.show-line:after {
    height: 100%;
    opacity: 1
}

.timeline.hide-line:after {
    height: 0;
    opacity: 0
}

.section66 {
    padding-top: 100px;
    padding-bottom: 0;
    background-color: #fff
}

.coolBeans {
    display: inline-block;
    border-radius: 3rem;
    background: linear-gradient(45deg, #8100dc, #6600af);
    font-size: 2.5rem;
    font-weight: 100;
    overflow: hidden;
    padding: 1rem 2.5rem;
    position: relative;
    text-decoration: none;
    transition: .2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
    border: 5px solid #f39a35
}

.coolBeans .content1 {
    display: flex;
    align-items: center;
    color: #fff
}

.coolBeans img {
    width: 30px;
    margin-right: 10px
}

.coolBeans:after {
    background: linear-gradient(45deg, #9500ff, #cd00ff);
    border-radius: 3rem;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%) rotate(10deg);
    transform-origin: top left;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -1
}

.coolBeans:hover:after {
    transform: translate(0)
}

.coolBeans:hover {
    color: #fff;
    transform: scale(1.05);
    will-change: transform;
    text-decoration: none
}

.coolBeans1 {
    border: none;
    border-radius: 3rem;
    color: #fff;
    background: linear-gradient(90deg, #3a3a5c 0%, #28286c 100%);
    font-size: 1.8rem;
    font-weight: 100;
    overflow: hidden;
    padding: .2rem 5.8rem;
    position: relative;
    text-decoration: none;
    transition: .2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
    border: 5px solid #f39a35
}

.coolBeans1:after {
    background: linear-gradient(90deg, #5a5a75 0%, #4545bd 100%);
    border-radius: 3rem;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%) rotate(10deg);
    transform-origin: top left;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -1;
    border: none !important
}

.coolBeans1:hover:after {
    transform: translate(0)
}

.coolBeans1:hover {
    color: #fff;
    transform: scale(1.05);
    will-change: transform;
    text-decoration: none
}

.main-timeline a {
    text-decoration: none;
    color: #fbf28d;
    list-style: none
}

.main-timeline a:hover {
    color: #fbf28d
}

.main-timeline {
    font-family: Barlow, sans-serif
}

.main-timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .timeline {
    width: 50%;
    padding: 12px;
    margin: 0 5px 0 0;
    float: left;
    position: relative;
    z-index: 1
}

.main-timeline .timeline-content {
    background: #00087a;
    min-height: 165px;
    padding: 20px 20px 60px 170px;
    box-shadow: 0 0 15px #0000004d;
    display: block;
    position: relative
}

.main-timeline .timeline-content:hover {
    text-decoration: none
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: "";
    background: #fbf28d;
    width: 80px;
    height: 60%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    animation: rd-anim 8s ease infinite
}

@keyframes rd-anim {

    0%,
    to {
        height: 30%
    }

    50% {
        height: 95%
    }
}

.main-timeline .timeline-content:after {
    top: auto;
    left: auto;
    bottom: -10px;
    right: -10px
}

.main-timeline .timeline-year {
    color: #fff;
    background: #f24709;
    background-image: url(/images/rd1.png);
    background-position: center;
    background-size: cover;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    line-height: 165px;
    width: 115px;
    box-shadow: 10px 5px 10px #0003;
    position: absolute;
    left: 20px;
    top: -12px;
    bottom: -12px;
    font-family: vin
}

.main-timeline .timeline-year:before {
    content: "";
    background: linear-gradient(to top right, #6c433f 49%, transparent 50%);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -12px
}

.main-timeline .timeline-icon {
    color: #f24709;
    font-size: 35px;
    line-height: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 120px
}

.main-timeline .title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 3px;
    font-family: ring
}

.main-timeline .description {
    color: #555;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0
}

.main-timeline .timeline:nth-child(2n) {
    float: right;
    margin: 0 0 0 5px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 140px 60px 20px
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
    right: auto;
    left: -10px
}

.main-timeline .timeline:nth-child(2n) .timeline-year {
    box-shadow: -10px 5px 10px #0000004d;
    left: auto;
    right: 20px
}

.main-timeline .timeline:nth-child(2n) .timeline-year:before {
    transform: rotateY(180deg);
    right: auto;
    left: -12px
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: auto;
    right: 25%
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after {
    background: #fbf28d
}

.main-timeline .timeline:nth-child(4n+2) .timeline-year {
    background-image: url(/images/rd1.png);
    background-position: center;
    background-size: cover
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .title {
    color: #fff
}

.main-timeline .timeline:nth-child(4n+2) .timeline-year:before {
    background: linear-gradient(to top right, #af5807 49%, transparent 50%)
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after {
    background: #fbf28d
}

.main-timeline .timeline:nth-child(4n+3) .timeline-year {
    background-image: url(/images/rd1.png);
    background-position: center;
    background-size: cover
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .title {
    color: #fff
}

.main-timeline .timeline:nth-child(4n+3) .timeline-year:before {
    background: linear-gradient(to top right, #041b2b 49%, transparent 50%)
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after {
    background: #fbf28d
}

.main-timeline .timeline:nth-child(4n+4) .timeline-year {
    background-image: url(/images/rd1.png);
    background-position: center;
    background-size: cover
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .title {
    color: #fff
}

.main-timeline .timeline:nth-child(4n+4) .timeline-year:before {
    background: linear-gradient(to top right, #345614 49%, transparent 50%)
}

@media screen and (max-width: 767px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(2n) {
        width: 100%;
        margin: 0 0 20px
    }

    .content {
        padding: 22px 12px !important
    }
}

@media screen and (max-width: 479px) {

    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 60px 20px
    }

    .main-timeline .timeline .timeline-year,
    .main-timeline .timeline:nth-child(2n) .timeline-year {
        height: 55px;
        line-height: 55px;
        box-shadow: 0 5px 10px #0000004d;
        right: 10px;
        left: auto
    }

    .main-timeline .timeline:nth-child(2n) .timeline-year {
        top: -10px;
        bottom: auto;
        left: 10px
    }
}

.rot-anim {
    animation: rot-anim 8s linear infinite
}

@keyframes rot-anim {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.scribble {
    position: absolute;
    top: 30%;
    left: 1%;
    width: 250px !important;
    height: auto
}

.scribble2 {
    position: absolute;
    top: 40%;
    right: 4%;
    width: 250px !important;
    height: auto
}

.scribble3 {
    position: absolute;
    top: 2%;
    left: 10%;
    width: 350px !important;
    height: auto
}

.scribble4 {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 150px !important;
    height: auto
}

.scribble5 {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 150px !important;
    height: auto
}

.scribble6 {
    position: absolute;
    top: 59%;
    right: 10%;
    width: 150px !important;
    height: auto
}

.scribble7 {
    position: absolute;
    top: 78%;
    left: 10%;
    width: 150px !important;
    height: auto
}

.oper-move {
    animation: oper-move 3s ease infinite
}

@keyframes oper-move {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }
}

canvas {
    width: 100% !important;
    height: auto !important
}

body,
html {
    overflow-x: hidden;
    background-color: #fff
}

body::-webkit-scrollbar-thumb {
    height: 150px !important;
    background-color: #fc3;
    border-radius: 5px;
    outline: 0px solid #f9e663;
    transition: all .8s ease-in-out !important
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #c60
}

body::-webkit-scrollbar {
    width: .7em;
    background-color: #b6b6b6
}

.head2-jug {
    width: 30%;
    height: auto
}

.navitem {
    border-radius: 15px !important;
    padding: 5px 0
}

.myp {
    margin: 0 !important;
    padding: 0 !important
}

.navDesign {
    margin-top: 20px;
    background-color: #fff0;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.navbar-toggler-icon {
    color: #fff !important
}

.fas:hover {
    color: #f389c0 !important
}

.gradient-text {
    background-image: linear-gradient(45deg, #193b60, #193b60, #9cc8d9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin: 0
}

.mainbtn {
    width: 300px;
    height: 150px
}

.btn1 {
    width: 190px;
    height: 55px;
    border: none !important;
    box-shadow: 3px 3px #000;
    border-radius: 5px !important;
    border: 2px solid black !important;
    vertical-align: middle;
    color: #000 !important;
    transition: transform .3s ease-in-out !important
}

.btn1:hover {
    transform: scale(1.05)
}

.item {
    transition: transform .33s ease-in-out
}

.item:hover {
    transform: translateY(-5px)
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.grad-text {
    background-image: linear-gradient(to right, #ff1b6b, #45caff);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.rotateImg {
    animation: rotate 10s linear infinite;
    margin-left: 50px
}

.chartBox {
    height: 420px !important;
    width: 420px !important
}

.n1 {
    margin-left: 280px !important;
    margin-top: 3px !important
}

.shape {
    position: absolute;
    top: -300px;
    left: 1100px;
    border-top: 1000px solid transparent;
    border-right: 900px solid #08347b;
    border-bottom: 500px solid transparent;
    transform: rotate(270deg)
}

.section8 {
    padding-top: 20px;
    background-color: #003233;
    padding-bottom: 100px
}

.section9 {
    background-color: #003233;
    padding-top: 100px
}

.contToke>h1 {
    font-size: 60px;
    font-family: Inknut Antiqua
}

.contToke>p {
    font-size: 30px;
    margin-top: 70px;
    font-family: Inknut Antiqua;
    line-height: 70px
}

#imgWood {
    top: -10px;
    left: 900px;
    position: absolute;
    height: 680px;
    width: 500px
}

.section3 {
    background: #34086d
}

.text-stroke {
    color: #fff;
    -webkit-text-stroke-width: .02em;
    -webkit-text-stroke-color: #000000
}

.close-button {
    display: none;
    background-color: transparent;
    border: none;
    font-size: 44px;
    color: #fff
}

.custom-toggler-icon {
    color: #fff
}

.faq-box {
    background-color: #05807c !important;
    border: 2px solid #fd7702;
    border-radius: 15px !important
}

.lottie {
    width: 100%;
    height: 100%
}

.lottie2 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 20%;
    left: 0
}

.lottie3 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 20%;
    right: 0
}

.text-stroke {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000
}

.holder4 {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(images/htb-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    filter: blur(10px)
}

.holder5 {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(images/p3.webp);
    background-position: center;
    background-repeat: none;
    background-size: cover;
    opacity: .3
}

.holder1 {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(images/p5.webp);
    background-size: cover;
    opacity: .4
}

.holder2 {
    background: url(/images/bg3.jpeg);
    background-position: center;
    filter: blur(2px);
    position: absolute;
    top: 100px;
    width: 100%;
    height: 150vh;
    background-color: #003233;
    background-size: cover;
    background-repeat: no-repeat
}

.section1 {
    background-color: #0000
}


.token1 {
    background-image: url(/assets/bg-A-TM_tAU.jpg);
    background-position: center;
    background-size: cover
}

.headingcolor {
    font-size: 3rem;
    border-radius: 5px
}

.headingcolortoken,
.headingcolormap,
.headingcolorfaq {
    font-size: 3rem;
    border-radius: 5px;
    padding: 10px 30px
}

.section4 {
    background-color: #34086d00;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.sec4row {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%
}

.whitebtn {
    background-color: #0e3224 !important;
    color: #1df9ab !important;
    border: none;
    border-radius: 45px !important;
    padding: 10px 30px;
    transition: transform .33s ease-in-out;
    margin-top: 30px !important;
    margin-left: -30px
}

.whitebtn:hover {
    background-color: #1df9ab !important;
    opacity: 1;
    color: #0e3224 !important;
    transform: translateY(-5px)
}

.sec5row {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%
}

.sec5cont {
    padding-top: 200px;
    padding-bottom: 100px
}

.box {
    height: 450px;
    width: 1200px;
    background: linear-gradient(-40deg, #6f7bf7 18%, #9bf8f4 100%);
    margin: auto;
    border: 2px solid white;
    border-radius: 10px
}

.childBox {
    margin: auto;
    width: 900px;
    color: #fff
}

.p-card {
    font-size: 13px
}

.section7 {
    position: relative;
    overflow: hidden
}

.faq-image {
    position: absolute;
    width: 120px;
    height: auto;
    z-index: 1;
    opacity: 1
}

.head-image img {
    display: block;
    margin: 0 auto
}

.faq-left {
    top: 20%;
    left: 10%;
    transform: translateY(-50%)
}

.faq-right {
    top: 20%;
    right: 10%;
    transform: translateY(-50%)
}

.space-mono-bold {
    font-family: Space Mono, serif;
    font-weight: 700;
    font-style: normal
}

.faq-container {
    background-color: #00000089;
    border-radius: 15px !important;
    border: 2px solid rgba(172, 255, 47, .252) !important;
    position: relative;
    z-index: 2
}

@media (max-width: 992px) {
    .faq-image {
        width: 90px
    }

    .faq-left,
    .faq-right {
        top: 18%
    }

    .faq-left {
        left: 5%
    }

    .faq-right {
        right: 5%
    }
}

@media (max-width: 768px) {
    .mainbtn {
        width: 250px !important;
        height: 125px !important
    }

    .faq-image {
        width: 80px;
        top: 15%
    }

    .faq-left {
        left: 5%
    }

    .faq-right {
        right: 5%
    }

    .order1 {
        order: 2 !important
    }

    .order2 {
        order: 1 !important
    }
}

@media (max-width: 576px) {
    .faq-image {
        width: 70px;
        top: 12%
    }

    .faq-left {
        left: 8%
    }

    .faq-right {
        right: 8%
    }
}

.section7:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005d
}

.container {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.section13 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(45deg, #2403fc, #2500c3, #1e028c, #140459, #08032b)
}

.body-image {
    background-color: #000
}

.section2 {
    background-image: url(./images/mission-bg-min.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.aboutpadder {
    color: #fff
}

.size-change {
    color: #080808;
    margin-top: 15px
}

.change-top {
    font-weight: 800;
    color: #e0a400
}

.progress-bar {
    height: 20px;
    width: 80%;
    background-color: #d3d3d3;
    border-radius: 45px;
    overflow: hidden
}

.progress-bar {
    height: 20px;
    background-color: #d3d3d3;
    border-radius: 45px;
    overflow: hidden
}

.progress-fill,
.progress-fill-1 {
    height: 100%;
    width: 0;
    background-color: #00087a;
    border-radius: 10px;
    transition: width 2s ease-in-out
}

.progress-fill-2,
.progress-fill-3,
.progress-fill-4 {
    height: 100%;
    width: 0;
    background-color: #fbf28d;
    border-radius: 10px;
    transition: width 2s ease-in-out
}

.progress-fill-5 {
    height: 100%;
    width: 0;
    background-color: #00087a;
    border-radius: 10px;
    transition: width 2s ease-in-out
}

.progress-fill-6 {
    height: 100%;
    width: 0;
    background-color: #96f;
    border-radius: 10px;
    transition: width 2s ease-in-out
}

.progress-fill-7 {
    height: 100%;
    width: 0;
    background-color: #c9cbcf;
    border-radius: 10px;
    transition: width 2s ease-in-out
}

.progress-fill:hover {
    width: 100%
}

#donut-chart {
    width: 300px;
    height: 300px;
    margin: 0 auto
}

.higher {
    height: 341px;
    width: 341px
}

.x-box {
    width: 370px;
    height: 375px;
    border-radius: 50%;
    background-color: green;
    margin-right: 200px;
    background: repeating-conic-gradient(from 0deg, #ff264a 0deg 180deg, #feec1e 180deg 234deg, #12cbc4 234deg 270deg, #2569e7 270deg 298.8deg, #0ca441 298.8deg 324deg, #2629e2 324deg 349.2deg, #f37544 349.2deg 360deg)
}

.x-box-cont {
    font-size: 30px;
    padding-left: 50px
}

.x-box-cont h1 {
    font-size: 30px;
    text-transform: uppercase
}

.x-box-cont strong {
    display: block;
    margin-bottom: 15px
}

.imgbox {
    height: 350px;
    width: 900px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/qqqq.png)
}

.claimbtn:hover {
    background-color: #fd9f13;
    transform: scale(1.1);
    color: #fff !important;
    text-shadow: 2px 2px 4px black
}

.claimbtn {
    width: 380px;
    border-radius: 5px !important;
    background-color: #d16500 !important;
    height: 50px;
    margin-top: 30px;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px black;
    border: 2px solid black !important;
    box-shadow: 3px 3px #000;
    transition: transform .3s ease-in-out !important
}

@media screen and (max-width: 767px) {
    .section4 {
        margin: 0;
        background-image: url(images/background-image/out-1-2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    #countdown {
        width: 328px !important
    }

    .count-box {
        padding: 0 15px !important
    }

    .pH {
        font-size: 15px !important;
        font-weight: 700
    }

    .pB {
        font-weight: 700;
        font-size: 25px !important
    }

    .size {
        width: 26px !important;
        margin: 8px 0 !important
    }

    .size1 {
        width: 27px !important;
        margin: 8px 0 !important
    }

    .size2 {
        width: 27px !important;
        margin: 6px 0
    }

    .butnerp {
        font-size: 16px !important;
        margin-left: 5px !important;
        font-weight: 700 !important;
        margin-top: 6px !important
    }

    .butnp {
        font-size: 16px !important;
        margin-left: 5px !important;
        font-weight: 700 !important
    }

    .butner {
        height: 41px
    }

    .butn {
        height: 41px !important
    }
}

#set-post {
    position: relative
}

.card-post {
    position: absolute
}

.image-container {
    position: relative
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 31%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    text-align: center
}

.text-overlaying {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    text-align: center
}

.text-overlayed {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    border-radius: 5px
}

.overlay-text {
    font-size: 20px;
    font-weight: 700
}

.text-change {
    font-size: 60px;
    font-weight: 800;
    line-height: normal
}

.fas.fa-copy.copied {
    color: #5b9b5b
}

.typing-container {
    font-family: Source Code Pro, monospace;
    font-size: 28px;
    color: #000;
    overflow: hidden
}

.typing-text {
    white-space: nowrap;
    font-size: 22px;
    animation: animated-cursor .6s steps(30, end) infinite
}

.adjustcontainer {
    height: 120px;
    width: 98%;
    margin-left: 10px;
    background-color: #e0a400ee;
    text-align: center;
    border-radius: 20px
}

@keyframes animated-cursor {
    0% {
        border-right-color: #00ff00bf
    }

    to {
        border-right-color: transparent
    }
}

.wrap {
    background-image: linear-gradient(to right, white 70%, orange 30%) !important
}

.font-size-change {
    margin-top: -20px;
    font-size: 13px;
    text-align: center
}

#countdown-headline {
    color: #e0a500
}

#countdown {
    align-items: center;
    width: 400px
}

#countdown ul {
    margin: 0;
    padding: 0;
    height: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

#countdown ul li {
    display: inline-flex;
    padding-top: 0;
    font-size: 14px;
    width: 14%;
    margin: 5px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 0;
    background: rgba(250, 240, 240, .962)
}

#countdown ul li span {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center
}

.countdown-container {
    margin: 0 auto;
    width: 100%;
    height: auto
}

.mission {
    background: rgba(0, 1, 255, .4);
    box-shadow: 0 8px 32px #1f26875e;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .18)
}

.conbtn {
    background-image: url(/assets/connect1--96lbUm8.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 11px 10px;
    border-radius: 3px
}

.conbtn:hover {
    color: #ae8a1d !important
}

.conbtn1 {
    width: 230px
}

.conbtn1:hover {
    color: #fff !important;
    border: none !important
}

.conbtn14 {
    background-color: #d1650000 !important;
    color: #fff;
    background-image: url(/assets/connect1--96lbUm8.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0)
}

.conbtn14:hover {
    text-shadow: 2px 2px 6px black;
    color: #fff !important;
    border: none !important
}

.howbtn:hover {
    color: #2c2c2c !important
}

.buybtnimg {
    width: 170px
}

.buybtnimg321 {
    width: 250px
}

.buybtnimg3212 {
    width: 200px
}

.input-icon {
    margin-right: 10px
}

.input-icon-img {
    max-height: 50px;
    width: 40px
}

#logo-currency {
    width: 36px
}

#currencySelect {
    border: none;
    width: 80px;
    font-size: 10px;
    font-weight: 700
}

.size {
    width: 30px;
    margin: 10px 0
}

.size1 {
    width: 34px;
    margin: 9px 0
}

.size2 {
    width: 34px;
    margin: 8px 0
}

.butnerp {
    font-size: 25px;
    margin-top: 8px !important;
    margin-left: 10px;
    font-weight: 700
}

.butnp {
    font-size: 25px;
    margin-top: 0;
    margin-left: 10px
}

.app-card-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px
}

#connectButton {
    background-color: #08036a;
    color: #f7f7f7;
    width: 200px;
    height: 48px
}

.aboutImg {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 3px solid #FFCC33
}

.newButton {
    background-color: #2a20db;
    color: #f7f7f7;
    width: 130px;
    height: 48px
}

#connectButton:hover,
.newButton:hover {
    background: linear-gradient(97.79deg, #e1ff38 -10.77%, #45ff4b 126.71%)
}

#connectButton:focus {
    background: linear-gradient(97.79deg, #e1ff38 -10.77%, #45ff4b 126.71%)
}

#purchaseButton {
    display: none;
    border: none
}

.modlercardtext {
    color: #000;
    font-weight: 700;
    font-size: 28px
}

#approveButton {
    display: none;
    background-color: none !important
}

#claimTokens,
#purchaseButtonUSDT {
    display: none
}

.token-change {
    background-color: #000e;
    border: 3px solid rgba(69, 71, 77, .759);
    border-radius: 25px;
    padding-bottom: 20px
}

.claimtoken {
    padding: 10px;
    background-color: #e0a400ee;
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
    height: 100px;
    border-radius: 20px
}

.claimtoken2 {
    padding: 10px;
    font-size: 18px;
    background-color: #e0a400ee;
    font-weight: 500;
    margin-left: 20px;
    height: 100px;
    border-radius: 20px
}

.claimtoken3 {
    padding: 10px;
    font-size: 18px;
    background-color: #e0a400ee;
    font-weight: 500;
    height: 80px;
    border-radius: 20px
}

.logo-adjust {
    color: #f7f9fc;
    margin-left: 660px
}

.display-change {
    display: flex;
    justify-content: space-around
}

.navbar-toggler {
    background-color: #f9f9f9
}

.line-change {
    color: #fff;
    margin-top: 20px
}

.jug {
    font-weight: 200;
    font-size: .6em
}

.jug {
    width: 200px
}

.jug2 {
    font-weight: 200;
    font-size: .7em
}

.img-class {
    width: 500px;
    height: auto
}

.plan1 {
    position: absolute;
    top: 20%;
    left: 1%;
    width: 200px;
    animation: upDown 2s ease-in-out infinite
}

.plan2 {
    position: absolute;
    top: 20%;
    right: 1%;
    width: 200px;
    animation: upDown 2s ease-in-out infinite
}

@keyframes upDown {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(50px)
    }
}

.font-jug {
    font-size: 1.5rem
}

@media only screen and (max-width: 576px) {
    .font-jug {
        font-size: 1rem
    }

    .section2 {
        background-image: url(./images/mission-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .holder4 {
        background-image: url(images/mob-htb.png)
    }

    .head2-jug {
        width: 90%;
        height: auto
    }

    .lottie2,
    .lottie3 {
        display: none
    }

    .img-class {
        width: 100%;
        height: 100%
    }

    .headingcolortoken {
        font-size: 2.5rem;
        padding: 10px;
        text-align: center
    }

    .section11 {
        padding-top: 0;
        padding-bottom: 70px
    }

    .jug {
        font-weight: 200;
        font-size: .5em
    }

    .jug3 {
        width: 180px !important;
        line-height: 3px !important;
        letter-spacing: 2px
    }

    .jug2 {
        font-weight: 200;
        font-size: .7em
    }
}

@media only screen and (max-width: 480px) {

    body,
    html {
        background-color: #fff
    }

    .holder2 {
        background: url(/images/bg4.png);
        background-position: center;
        filter: blur(8px);
        background-size: cover;
        background-repeat: no-repeat;
        height: 190vh
    }

    .img123 {
        height: 300px !important;
        width: 300px !important
    }

    .navbar {
        background-color: #34086d00 !important
    }

    .imgnav1 {
        height: 25px;
        width: 156px;
        padding-bottom: 40px
    }

    .navmob {
        background-color: #fff0 !important;
        margin-top: 0 !important
    }

    .p-lines:before,
    .p-lines:after {
        content: "";
        display: block;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 2px;
        width: 30px;
        background: rgb(206, 206, 206);
        position: absolute;
        top: 50%
    }

    .p-lines:before {
        left: 5px
    }

    .p-lines:after {
        right: 5px
    }

    .am {
        font-size: 15px !important
    }

    #approveButton {
        width: 250px !important;
        height: 62px !important
    }

    .sec3row {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .paraSec3 {
        line-height: 30px;
        margin-top: 80px
    }

    .sec4row {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%
    }

    .whitebtn {
        background-color: #0e3224 !important;
        color: #1df9ab !important;
        border: none;
        border-radius: 45px !important;
        padding: 10px 30px;
        transition: transform .33s ease-in-out;
        margin-top: 10px !important;
        margin-left: 0
    }

    .whitebtn:hover {
        background-color: #1df9ab !important;
        opacity: 1;
        color: #0e3224 !important;
        transform: translateY(-5px)
    }

    .sec5row {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%
    }

    .box {
        height: 850px;
        width: 400px;
        background: linear-gradient(-40deg, #6f7bf7 18%, #9bf8f4 100%);
        margin: auto;
        border: 0px solid #362d20;
        border-radius: 10px
    }

    .childBox {
        margin: auto;
        width: 300px;
        color: #fff
    }

    .p-card {
        font-size: 13px
    }

    .section4 {
        margin: 0;
        background-image: url(images/background-image/out-1-2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .chartBox {
        height: 320px !important;
        width: 320px !important;
        position: relative;
        top: 0 !important
    }

    .textbox {
        margin-top: 50px;
        margin-left: 0;
        width: 700px
    }

    .contToke {
        height: 500px;
        width: 400px
    }

    .contToke>h1 {
        font-size: 50px;
        font-family: Inknut Antiqua
    }

    .contToke>p {
        font-size: 25px;
        margin-top: 70px;
        font-family: Inknut Antiqua;
        line-height: 70px
    }

    .line-change {
        color: #fff;
        margin-top: 10px;
        font-size: 9px
    }

    .aboutpadder {
        color: #fff
    }

    .change-top {
        font-weight: 800;
        color: #e0a400;
        margin-top: 535px
    }

    .margin-logo {
        margin-top: 35px
    }

    .claimtoken {
        margin-left: 1px;
        margin-top: 12px
    }

    .font-change {
        font-size: 14px
    }

    .typing-text {
        white-space: nowrap;
        font-size: 20px
    }

    .display-change {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .logo-adjust {
        color: #f7f9fc;
        margin-left: 200px
    }

    #donut-chart {
        display: block;
        margin: 0 auto;
        width: 200px;
        height: 200px
    }

    .higher {
        height: 241px;
        width: 241px
    }

    .claimtoken2,
    .claimtoken3 {
        margin-left: 1px;
        margin-top: 22px
    }

    .text-change {
        font-size: 45px;
        font-weight: 800;
        line-height: normal
    }

    .adjustcontainer {
        margin-left: 0;
        width: 100%
    }

    .size-change {
        color: #000;
        margin-top: 10px;
        font-size: 20px
    }

    .sec5cont {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .navitems {
        margin-left: 10px !important;
        margin-top: 5px !important
    }

    .n1 {
        margin-left: 0 !important;
        margin-top: 0 !important
    }

    .butn,
    .butner {
        width: 150px !important
    }

    @keyframes rotate {
        0% {
            transform: rotate(0)
        }

        to {
            transform: rotate(360deg)
        }
    }

    .rotateImg {
        animation: rotate 10s linear infinite;
        margin-left: 10px
    }

    .imgBox1 {
        width: 350px !important;
        margin-left: 7px;
        height: 350px !important
    }

    .box {
        height: 900px;
        width: 300px;
        background: linear-gradient(-40deg, #6f7bf7 18%, #9bf8f4 100%);
        margin: auto;
        border: 2px solid #362d20;
        border-radius: 10px
    }

    .childBox {
        margin: auto;
        width: 250px;
        color: #fff
    }

    .chartBox {
        height: 320px;
        width: 320px;
        left: -10px;
        position: relative;
        top: -40px
    }

    .filter1 {
        padding: 10px !important
    }

    .shape {
        position: absolute;
        top: -100px;
        left: 150px;
        right: 0;
        width: 400px;
        height: 400px;
        transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        -moz-transform: rotate(70deg);
        -o-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        border-right: 70px solid;
        border-bottom: 70px solid;
        border-image: linear-gradient(45deg, #6710c2, #c81d77) 1;
        z-index: -1
    }

    .shape1 {
        position: absolute;
        top: -100px;
        left: 80px;
        right: 0;
        width: 500px;
        height: 500px;
        transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        -moz-transform: rotate(70deg);
        -o-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        border-right: 70px solid;
        border-bottom: 70px solid;
        border-image: linear-gradient(45deg, #6710c2, #c81d77) 1;
        z-index: -1
    }

    .coltokcon1 {
        border-top: 1px solid #f389c0 !important;
        border-bottom: 1px solid #f389c0 !important;
        border-right: 1px solid #f389c0 !important;
        border-left: none !important
    }

    .coltokcon2 {
        border-top: 1px solid #f389c0 !important;
        border-bottom: 1px solid #f389c0 !important;
        border-right: none !important;
        border-left: none !important
    }

    .aoa {
        background-color: transparent !important;
        -webkit-backdrop-filter: blur(110px);
        backdrop-filter: blur(110px)
    }

    .qwq {
        padding-top: 0 !important
    }

    .claimbtn {
        width: 350px;
        height: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .p-lines:before,
    .p-lines:after {
        content: "";
        display: block;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 15%;
        height: 2px;
        background: rgb(206, 206, 206);
        position: absolute;
        top: 50%
    }

    .p-lines:before {
        left: 10px
    }

    .p-lines:after {
        right: 10px
    }

    .am {
        font-size: 13px !important
    }

    .aoa {
        background-color: transparent !important;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px)
    }

    .box {
        height: 500px;
        width: 800px;
        background: linear-gradient(-40deg, #6f7bf7 18%, #9bf8f4 100%);
        margin: auto;
        border: 2px solid #362d20;
        border-radius: 10px
    }

    .childBox {
        margin: auto;
        width: 750px;
        color: #fff
    }
}

@-webkit-keyframes scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-1750px)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-1750px)
    }
}

.slider {
    background: white !important;
    box-shadow: 0 10px 20px -5px #0000;
    height: 50px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100px
}

.slider:before,
.slider:after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    height: 50px;
    position: absolute;
    width: 200px;
    z-index: 2
}

.slider:after {
    right: 0;
    top: 0;
    transform: rotate(180deg)
}

.slider:before {
    left: 0;
    top: 0
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: 3500px
}

.slider .slide {
    height: 50px;
    width: 350px
}

.connect-wallet-btn {
    position: relative;
    padding: 10px 32px 13px 15px !important;
    color: #e2c415 !important;
    box-shadow: 0 10px 20px #0000002a;
    overflow: hidden !important;
    -webkit-transition: all .2s ease-in !important;
    -moz-transition: all .2s ease-in !important;
    transition: all .2s ease-in, background .3s ease-in-out !important;
    border-radius: 22px
}

.connect-wallet-btn:hover {
    -webkit-transition: all .2s ease-out !important;
    -moz-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important;
    color: #fefefe !important
}

.navbtnp {
    position: relative;
    top: 2%;
    left: -2%
}

.navbar {
    overflow: hidden
}

.glassmorphism-container {
    background: rgba(221, 205, 205, .173);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border-left: #FFBE00 8px solid !important;
    border-right: #FFBE00 8px solid !important;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 8px 30px #0000004d, inset 0 0 10px #ffffff0d;
    width: 90%;
    max-width: 550px;
    margin: auto;
    transition: all .3s ease-in-out
}

.glassmorphism-container:hover {
    transform: scale(1.01);
    box-shadow: 0 12px 40px #fc33
}

.img-button {
    height: 100px !important;
    transition: all .3s ease-in-out
}

.img-button:hover {
    transform: scale(1.1)
}

#referralLinkContainer {
    background: rgba(255, 255, 255, .07);
    border: 2px solid #FFCC33;
    border-radius: 15px;
    padding: 20px;
    margin-top: 25px;
    transition: all .3s ease
}

.referral-label {
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(90deg, #FFCC33, #ff6a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 15px
}

.referral-input {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    box-shadow: inset 0 0 5px #ffffff1a
}

.copy-btn {
    height: auto;
    width: 23%;
    cursor: pointer;
    transition: transform .2s ease
}

.copy-btn:hover {
    transform: scale(1.05)
}

@media (max-width: 576px) {
    .copy-btn {
        width: 40%
    }
}

.earning-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid #FFCC33;
    border-radius: 15px;
    padding: 12px 20px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 0 8px rgba(255, 255, 255, .4);
    box-shadow: inset 0 0 10px #ffffff0d
}

.earning-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px
}

.banner-area {
    height: auto !important
}

.banner-area p.purchaseTxt {
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px
}

.logoImg {
    width: 60px !important;
    height: auto;
    border-radius: 50%
}

.logoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 40px;
    color: #fc3;
    transition: all .3s ease-in-out
}

.logoWrapper:hover {
    color: #c60
}

.logo-img {
    height: 5%;
    width: 50% !important;
    opacity: 1
}

.alert {
    background-color: #f8d7da !important;
    color: #721c24 !important;
    border: 1px solid #f5c6cb !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    font-size: 16px !important
}

.nav-link {
    color: #fff !important;
    font-size: 21px !important;
    transition: all .3s ease-in-out !important;
    border-radius: 3px
}

.nav-link:hover {
    color: #fc3 !important
}

.img-url {
    padding: 30px 0;
    width: 100%;
    background-size: cover
}

.bolderfonter {
    font-weight: 800
}

.dottedimg {
    background-image: url(images/background-image.png);
    background-size: cover;
    width: 100%
}

.faqbutn {
    margin-bottom: 20px;
    background-color: #f6f5fe !important;
    font-weight: 700;
    font-size: 18px !important;
    border-radius: 50px !important;
    padding-top: 15px;
    padding-bottom: 15px
}

.bnt222 {
    width: 70%;
    height: 70px
}

@media screen and (max-width: 480px) {
    .logo-img {
        height: 5%;
        width: 90% !important;
        opacity: 1
    }
}

.up1 {
    transition: transform .5s ease-in-out
}

.up1:hover {
    transform: translateY(-10px)
}

.zoom1 {
    transition: transform .5s ease-in-out;
    cursor: pointer
}

.zoom1:hover {
    transform: scale(1.1)
}

.accordion {
    width: 90%;
    border-radius: 0;
    border-bottom: 2px solid rgb(255, 255, 255);
    position: relative
}

.accordion h3 {
    font-size: 1.5rem;
    color: #f8cd34;
    padding: 20px 20px 20px 2px;
    cursor: pointer
}

.accordion:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #6b6b6b
}

.accordion.active:after {
    background-color: #c19f24
}

.accordion p {
    font-size: 1.2rem;
    color: #000;
    padding: 20px
}

.answer {
    overflow: hidden;
    height: 0;
    color: #000 !important;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.answer p {
    color: #fff !important
}

.social-icons {
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.faqImg {
    width: 100%;
    height: auto;
    animation: upDown 5s infinite linear
}

@keyframes upDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30px)
    }

    to {
        transform: translateY(0)
    }
}

@media (max-width: 767px) {
    .howto__content {
        padding: 20px;
        border-radius: 30px
    }

    .bnt222 {
        width: 84% !important;
        height: 70px
    }

    .howto__item h1 {
        font-size: 24px !important
    }

    .howto__item h5 {
        font-size: 16px;
        padding-top: 20px
    }

    .circles li {
        width: 15px;
        height: 15px
    }

    .howto__dec1,
    .howto__dec3 {
        width: 100px
    }

    .howto__items {
        flex-direction: column;
        align-items: center
    }

    .howto__items>:not(:last-child) {
        margin: 0 0 30px
    }

    .futuret1 {
        padding-top: 30px !important
    }

    .accordion {
        width: 100% !important
    }

    .accordion p {
        font-size: 1rem !important
    }

    .copytrx1 {
        font-size: 23px !important;
        height: auto;
        width: 320px
    }

    .copytrx {
        font-size: 18px !important;
        height: 150px;
        width: 320px
    }

    .abovemobile {
        order: 1
    }

    .undermobile {
        order: 2
    }

    .justimage {
        background-image: url(./images/justimagemobile1.gif) !important
    }

    .heroh {
        font-size: 1.8em
    }

    .claimhead {
        font-size: 2.5rem !important
    }
}

.accordion-button:after {
    background-image: rgb(255, 255, 255);
    color: #45ff4b
}

.accordion-item {
    background: none
}

.heroh {
    font-size: 2em
}

.claimhead {
    font-size: 3rem
}

.badge1 {
    display: inline-block;
    padding: 5px 10px;
    background-color: #002c85;
    border-radius: 45px;
    position: relative
}

.timerbox {
    background-image: url(/assets/timer-OKSq4g1o.gif);
    background-position: center;
    background-size: cover;
    height: 103px;
    width: 90%
}

.footerImg {
    position: absolute;
    bottom: -1.5%;
    height: 566px;
    width: auto;
    left: 20%
}

.footerImg1 {
    position: absolute;
    bottom: -1.5%;
    height: 340px;
    width: auto;
    left: 300%
}

.footerImg2 {
    position: absolute;
    bottom: -1.5%;
    height: 340px;
    width: auto;
    left: 10%
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.token {
    background-image: url(./images/token.png);
    background-position: center;
    background-size: cover
}

.tokenItem {
    background-color: #ffffff1b;
    border: 1px solid #45ff4b3a;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    align-items: center;
    transition: transform .3s ease-in-out;
    cursor: pointer
}

.tokenItem:hover {
    transform: translateY(-7px)
}

.tokenItem .tImg {
    position: absolute;
    width: 70px;
    height: auto;
    left: -2%;
    top: -27%
}

.tokenItem h1 {
    color: #fff;
    padding: 0 0 10px;
    font-size: 27px;
    margin-bottom: 0
}

.tokenItem h1 span {
    color: #ff3700;
    font-size: 33px
}

.rmm1 {
    position: absolute;
    top: 30%;
    left: 29%
}

.rmm5 {
    position: absolute;
    top: 42%;
    left: 62%
}

.rmm6 {
    position: absolute;
    top: 51%;
    left: 26%
}

.rmm2 {
    position: absolute;
    top: 70%;
    left: 65%
}

.rmm3 {
    position: absolute;
    top: 13%;
    left: 61%
}

.rmm4 {
    position: absolute;
    top: 81%;
    left: 22%
}

@media screen and (max-width: 767px) {
    .nav-item {
        margin-top: 10px !important
    }

    .nav-link {
        width: max-content;
        padding: 5px 15px !important
    }

    .navDesign {
        margin: 10px !important
    }

    .conbtn {
        margin: 10px
    }

    .tCenter {
        text-align: center !important
    }

    .heroh {
        font-size: 1.6em;
        text-align: center !important
    }

    .heroP {
        font-size: 14px !important
    }

    .tokenItem .tImg {
        position: absolute;
        width: 70px;
        height: auto;
        left: 1%;
        top: -27%
    }

    .btn1 {
        width: 100% !important
    }

    .rmm1 {
        position: absolute;
        top: 25% !important;
        left: 47% !important
    }

    .rmm5 {
        position: absolute;
        top: 38.5% !important;
        left: 47% !important
    }

    .rmm6 {
        position: absolute;
        top: 50.5% !important;
        left: 40% !important
    }

    .rmm2 {
        position: absolute;
        top: 66% !important;
        left: 43% !important
    }

    .rmm3 {
        position: absolute;
        top: 8% !important;
        left: 47% !important
    }

    .rmm4 {
        position: absolute;
        top: 79% !important;
        left: 45% !important
    }
}

.carousel-item img {
    object-fit: cover;
    width: 80%
}

.golden-btn1 {
    font-weight: 900;
    width: 100% !important;
    display: inline-block;
    outline: none;
    font-size: 1em;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    font-family: Space Mono, serif !important;
    text-transform: uppercase;
    padding: 0 2em;
    --angle: 45deg;
    background: linear-gradient(var(--angle), #f0d55d, #FFD000, #FFB800) !important;
    border: 1px solid #000000;
    color: #000 !important;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    align-items: center
}

.golden-btn1:focus,
.golden-btn1:hover {
    background-size: 150% 150%;
    border: 1px solid rgba(0, 0, 0, .6);
    color: #000c !important;
    text-shadow: none !important;
    font-family: Space Mono, serif
}

.golden-btn1:active {
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #6e501466, inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px #fae385;
    text-shadow: none !important
}

.order1 {
    order: 1
}

.order2 {
    order: 2
}

#toast {
    visibility: hidden;
    min-width: 250px;
    min-height: 50px;
    margin-left: -165px;
    background-color: #fff;
    box-shadow: #0000003d 0 3px 8px;
    color: #000;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    left: 50%;
    bottom: 30px;
    font-size: 16px;
    display: inline-flex;
    align-items: center !important;
    gap: 10px;
    z-index: 1000
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s
}

@-webkit-keyframes fadein {
    0% {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 30px;
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 30px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    0% {
        bottom: 30px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    0% {
        bottom: 30px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

.checkicon i {
    font-size: 25px;
    color: #fc3
}