@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";

@font-face {
    font-family: "ClashDisplay-Variable";
    src: url("../fonts/ClashDisplay-Variable.woff2") format("woff2"), url("../fonts/ClashDisplay-Variable.woff") format("woff"), url("../fonts/ClashDisplay-Variable.ttf") format("truetype");
    font-weight: 200 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "ClashDisplay-Extralight";
    src: url("../fonts/ClashDisplay-Extralight.woff2") format("woff2"), url("../fonts/ClashDisplay-Extralight.woff") format("woff"), url("../fonts/ClashDisplay-Extralight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "ClashDisplay-Light";
    src: url("../fonts/ClashDisplay-Light.woff2") format("woff2"), url("../fonts/ClashDisplay-Light.woff") format("woff"), url("../fonts/ClashDisplay-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "ClashDisplay-Regular";
    src: url("../fonts/ClashDisplay-Regular.woff2") format("woff2"), url("../fonts/ClashDisplay-Regular.woff") format("woff"), url("../fonts/ClashDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "ClashDisplay-Medium";
    src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../fonts/ClashDisplay-Medium.woff") format("woff"), url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "ClashDisplay-Semibold";
    src: url("../fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("../fonts/ClashDisplay-Semibold.woff") format("woff"), url("../fonts/ClashDisplay-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "ClashDisplay-Bold";
    src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../fonts/ClashDisplay-Bold.woff") format("woff"), url("../fonts/ClashDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

body {
    background-color: #001511 !important;
    font-family: "ClashDisplay-Medium"
}

::marker {
    display: none !important;
}

.form-control:focus {
    box-shadow: none
}

.btn:focus {
    box-shadow: none;
    outline: 0
}

.btn-black {
    background-color: #000;
    color: #fff
}

.btn-black:hover {
    color: #fff;
    background-color: #7dff16
}

.btn-green {
    background-color: #21e786;
    color: #0d2927
}

.btn-green:hover {
    color: #0d2927;
    background-color: #08db74
}

.btn-purple {
    background-color: #5865f2;
    color: #fff
}

.btn-purple:hover {
    color: #fff;
    background-color: #4955db
}

.btn-lgreen {
    background-color: #bfd;
    color: #000
}

.btn-lgreen:hover {
    color: #000;
    background-color: #7dff16
}

.btn-custome {
    background: url(../img/button.png) no-repeat !important;
    background-size: contain !important;
    min-width: 206px !important;
    min-height: 50px !important;
    padding: 0;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center !important;
    font-family: "ClashDisplay-Semibold" !important;
    font-size: 1.4rem !important;
    outline: 0;
    transform: scale(1) !important;
    transition: all .5s !important;
}

.btn-custome:hover {
    color: #fff !important;
    transform: scale(1.1) !important;
}

.btn-outline-green {
    color: #fff;
    border-color: #7dff16
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #7dff16
}



.header {
    background: rgba(0, 0, 0, .21);
    position: relative;
    z-index: 9
}


.header .navbar-nav .nav-item {
    margin: 0 1.5rem
}

.header .navbar-nav .nav-link {
    color: #fff !important;
    font-family: "ClashDisplay-Medium";
    font-size: 1.25rem;
    position: relative;
    cursor: pointer;
}


.header .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    left: 0;
    height: 5px;
    border-radius: 20px;
    background: #ffa901;
    background: linear-gradient(90deg, rgb(255, 169, 1) 0%, rgb(157, 255, 254) 100%);
    transition: all .5s
}

.header .navbar-nav .nav-link.active::after, .header .navbar-nav .nav-link:hover::after {
    width: 100%
}

.header .navbar-toggler {
    border: solid 1px #7dff16;
    color: #7dff16
}

.header .navbar-toggler:focus {
    box-shadow: none
}

.hero-section {
    min-height: 700px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.hero-section::after {
    content: "";
    background: url(../img/hero-bg.svg) no-repeat;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: -145px;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .1
}

.hero-section .hero-img {
    position: relative
}

.hero-section .main_img {
    width: 70%;
}

.hero-section .hero-img .top-giphy {
    position: absolute;
    top: 5%;
    left: -5%;
    width: 115px;
    border-radius: 50%;
    overflow: hidden
}

.hero-section .hero-img .bot-giphy {
    position: absolute;
    bottom: -17%;
    right: -3%;
    width: 121px;
    border-radius: 50%;
    overflow: hidden
}

.hero-section .feed-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    background: url(../img/feed-img.svg) no-repeat;
    background-size: cover;
    z-index: -1
}

.hero-section .wallst-box {
    background: #032f28;
    border: solid 1px #007c40;
    margin-top: 2rem;
    min-height: 400px;
    border-radius: 20px;
    position: relative
}

.hero-section .wallst-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: -47px;
    width: 104px;
    height: 100px;
    background: url(../img/logo.png) no-repeat;
    z-index: -1
}

.hero-section .wallst-box .wall-time-box {
    background: #000;
    border-radius: 20px 20px 0 0;
    min-height: 100px;
    padding: 30px 30px
}

.hero-section .wallst-box .timer-box {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1.5rem
}

.hero-section .wallst-box .timer-box li {
    flex: 1;
    background: #fff;
    border: solid 2px #7dff16;
    text-align: center;
    border-radius: 9px;
    padding: .219rem .563rem;
    font-family: "ClashDisplay-Medium";
    font-size: 1.25rem
}

.hero-section .wallst-box .wall-lbl {
    font-family: "ClashDisplay-Medium";
    font-size: 1.25rem;
    color: #fff
}

.hero-section .wallst-box .raised-lbl {
    font-family: "ClashDisplay-Medium";
    font-size: 1.125rem;
    color: #fff
}

.hero-section .wallst-box .purchased-lbl {
    color: #838383;
    font-family: "ClashDisplay-Medium";
    font-size: 1.125rem
}

.hero-section .wallst-box .progress {
    height: 1.688rem;
    border-radius: 1.25rem;
    position: relative
}

.hero-section .wallst-box .progress .progress-bar {
    background-color: #00b359
}

.hero-section .wallst-box .progress .progress-lbl {
    position: absolute;
    left: 0;
    right: 0;
    color: #000;
    font-size: 1.25rem;
    font-family: "ClashDisplay-Medium";
    line-height: 1.688rem
}

.hero-section .wallst-box .buy-box {
    padding: 10px 30px 20px
}

.hero-section .wallst-box .buy-box .box-1 {
    border-bottom: solid 1px #a4a4a4
}

.hero-section .wallst-box .buy-box .pay-box {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1.5rem
}

.hero-section .wallst-box .buy-box .pay-box li {
    flex: 1
}

.hero-section .wallst-box .buy-box .pay-box li a {
    background: #bfd;
    border: solid 2px rgba(0, 0, 0, 0);
    text-align: center;
    border-radius: 9px;
    padding: .438rem .563rem;
    font-family: "ClashDisplay-Medium";
    font-size: 1.25rem;
    display: block;
    color: #000;
    text-decoration: none
}

.hero-section .wallst-box .buy-box .pay-box li a.usdt-btn {
    background: #c9c9c9
}

.hero-section .wallst-box .buy-box .pay-box li a.active {
    border: solid 2px #7dff16
}

.hero-section .wallst-box .buy-box .balance-txt {
    text-align: right;
    font-family: "ClashDisplay-Medium";
    font-size: 1.125rem;
    color: #fff;
    padding-right: 3rem
}

.hero-section .wallst-box .form-box .form-label {
    color: #fff;
    font-size: .75rem
}

.hero-section .wallst-box .form-box .form-control {
    background-color: #bfd;
    border-radius: 9px;
    color: #838383;
    font-family: "ClashDisplay-Medium";
    font-size: 1.25rem
}

.hero-section .wallst-box .form-box .eth-input {
    background-image: url(../img/eth-icon.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 26px;
    padding-right: 42px
}

.hero-section .wallst-box .form-box .wsm-input {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 26px;
    padding-right: 42px
}

.business-section {
    padding: 80px 0;
    background: url(../img/line-chack.png) center no-repeat;
    background-size: contain;
    min-height: 500px;
    position: relative
}

.business-section .start-bg {
    width: 380px;
    height: 220px;
    margin: 0 auto;
    background: url(../img/start-bg.png) center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "ClashDisplay-Bold";
    color: #00b359;
    font-size: 1.5rem;
    line-height: 1;
    padding-left: 1.25rem
}

.business-section .left-elemt {
    position: absolute;
    width: 100px;
    top: 30%;
    left: 0
}

.business-section .right-elemt {
    position: absolute;
    width: 100px;
    top: 50%;
    right: 0
}

.wepik-img {
    margin-top: -50px;
    filter: grayscale(1)
}

.main-title {
    color: #bfd;
    font-size: 3.438rem;
    text-shadow: 0 4.28px 2.86px #7dff16
}

.partner-section {
    position: relative
}

.partner-section .left-cartun {
    position: absolute;
    width: 100px;
    top: 20%;
    left: 0
}

.partner-section .logo-box {
    background-color: #032f28;
    border-radius: 20px;
    border: solid 1px #007c40;
    min-height: 125px;
    display: grid;
    align-items: center;
    text-align: center;
}

.story-section {
    padding: 150px 0 50px;
    position: relative
}

.story-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    background: url(../img/gn-shade-bg.png) no-repeat;
    background-size: 100%;
    z-index: -2
}

.story-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 136px;
    height: 138px;
    background: url(../img/wepik-export-bg.png) no-repeat;
    background-size: 100%;
    filter: grayscale(1);
    z-index: -2
}

.story-section .story-decs p {
    color: #a9bb9d;
    word-break: break-word !important;
    font-family: "Poppins", sans-serif;
    overflow-wrap: break-word;
    word-break: break-all;
}

.story-decs .feed_btn {
    text-align: center;
}

.story-decs .btn-custome {
    margin: 40px 0 0 0;
}

.story-section .story-img {
    min-height: 200px;
    position: relative;
    border-radius: 16px;
    background-clip: padding-box;
    border: solid 5px rgba(0, 0, 0, 0)
}

.story-section .story-img img {
    border-radius: 12px
}

.story-section .story-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background: linear-gradient(-30deg, #7DFF16, #FFFFFF, #7DFF16);
    opacity: .3
}

.story-section .story-img .spider-img {
    position: absolute;
    top: -93px;
    left: 50%;
    transform: translateX(-50%)
}

.story-section .story-img .cartoon-img {
    position: absolute;
    top: -55px;
    right: -15%
}

.tokenmics-section {
    padding: 60px 0 90px 0;
    background: #01150f url(../img/tokenmios-bg.png) no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
    min-height: 500px
}

.tokenmics-section .chartCard {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    position: relative
}

.tokenmics-section .chartCard::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/chart-line-left.png) no-repeat;
    width: 239px;
    height: 182px;
    background-size: 100%
}

.tokenmics-section .chartCard::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/chart-line-left.png) no-repeat;
    width: 239px;
    height: 182px;
    background-size: 100%;
    transform: rotateY(-180deg)
}

.tokenmics-section .chartCard .chartBox {
    max-width: 450px;
    width: 100%;
    position: relative
}

.tokenmics-section .chartCard .chartBox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 78px;
    background: url(../img/logo.png) center no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%)
}

.roadmap-section {
    padding: 50px 0;
    min-height: 300px;
    position: relative
}

.roadmap-section::after {
    content: "";
    position: absolute;
    top: -16%;
    right: 0;
    background: url(../img/side-car.png) no-repeat;
    background-size: 100%;
    width: 450px;
    height: 280px
}

.roadmap-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    background: url(../img/gn-shade-bg.png) no-repeat;
    background-size: 100%;
    z-index: -2
}

.roadmap-section .main-title {
    margin-bottom: 55px
}

.roadmap-section .roadmap-slider {
    position: relative
}

.roadmap-section .roadmap-slider::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    background: #27ae60;
    height: 5px
}

.roadmap-section .roadmap-slider .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 3px
}

.roadmap-section .roadmap-slider .item {
    position: relative;
    padding-top: 148px
}

.roadmap-section .roadmap-slider .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border: dashed 1px #fff;
    transform: translateX(-50%);
    z-index: -1
}

.roadmap-section .roadmap-slider .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #21e786;
    outline: solid 8px rgba(33, 231, 134, .3);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.roadmap-section .roadmap-slider .item-box {
    margin: 0 auto;
    background: #032f28;
    border: solid 1px #007c40;
    border-radius: 20px;
    padding: 1.25rem
}

.roadmap-section .roadmap-slider .item-box .item-tlt {
    color: #fff;
    margin-bottom: 1rem
}

.roadmap-section .roadmap-slider .item-box .item-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.roadmap-section .roadmap-slider .item-box .item-list li {
    color: #a9bb9d;
    font-family: "Poppins", sans-serif;
    font-size: .875rem;
    background: url(../img/bullet-icon.svg) 0 2px no-repeat;
    padding-left: 25px;
    padding-bottom: 10px
}

.roadmap-section .roadmap-slider .item-box .item-list li:last-child {
    padding-bottom: 0
}

.roadmap-section .roadmap-slider .item-box.selected {
    position: relative
}

.roadmap-section .roadmap-slider .item-box.selected::before, .roadmap-section .roadmap-slider .item-box.selected::after {
    content: "";
    position: absolute;
    width: 63px;
    height: 63px;
    z-index: -1
}

.roadmap-section .roadmap-slider .item-box.selected::before {
    top: -3px;
    left: -3px;
    border-radius: 20px 0 0 0;
    background: linear-gradient(137.5deg, #21E786 0.49%, rgba(33, 231, 134, 0) 47.32%)
}

.roadmap-section .roadmap-slider .item-box.selected::after {
    bottom: -3px;
    right: -3px;
    border-radius: 0 0 20px 0;
    background: linear-gradient(-45deg, #21E786 0.49%, rgba(33, 231, 134, 0) 47.32%)
}

.roadmap-section .roadmap-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px
}

.roadmap-section .roadmap-slider .owl-nav .owl-prev, .roadmap-section .roadmap-slider .owl-nav .owl-next {
    background: url(../img/arrow-btn.png) no-repeat;
    width: 58px;
    height: 62px;
    background-size: 100%
}

.roadmap-section .roadmap-slider .owl-nav .owl-prev span, .roadmap-section .roadmap-slider .owl-nav .owl-next span {
    display: none
}

.roadmap-section .roadmap-slider .owl-nav .owl-next {
    transform: rotateY(-180deg)
}

.trolls-section {
    padding: 50px 0 100px;
    background: url(../img/trolls-bg.svg) no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative
}

.trolls-section::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 10px;
    width: 100px;
    height: 100px;
    background: url(../img/lolo.png) no-repeat;
    background-size: 100%
}

.trolls-section .cartoon-img {
    position: absolute;
    top: -37px;
    right: -1%;
    width: 100px
}

.trolls-section .feed-cartun-img {
    position: absolute;
    bottom: -30px;
    left: -11px;
    width: 70px
}

.faqs-section {
    background: #032f28;
    padding: 50px 0;
}

.custome-accordion .accordion-flush .accordion-item {
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfd
}

.custome-accordion .accordion-flush .accordion-item .accordion-button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 1rem 0
}

.custome-accordion .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none
}

.custome-accordion .accordion-flush .accordion-item .accordion-button::after {
    background-image: url(../img/accordian-arrow.svg)
}

.custome-accordion .accordion-flush .accordion-item .accordion-button:focus {
    box-shadow: none
}

.sell-section {
    min-height: 400px;
    background: url(../img/sell-bg.jpg) no-repeat;
    background-size: cover
}

.footer {
    min-height: 300px;
    background: #032f28;
    margin: 6% 0 0 0;
    border-top: solid #007c40 5px
}

.footer .join-box {
    background: url(../img/join-bg.png) no-repeat;
    background-size: cover;
    min-height: 200px;
    border-radius: 20px;
    margin-top: -100px;
    padding: 20px 15px
}

.footer .join-box p {
    color: #fff;
    font-size: 1.125rem
}

.footer .ftr-mid {
    padding: .5rem 0
}

.footer .ftr-mid .ftr-decs {
    max-width: 288px
}

.footer .ftr-mid .ftr-decs p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400
}

.footer .ftr-mid .ftr-tlt {
    color: #bfd;
    font-size: 1.25rem;
    text-shadow: 0px 2px 1px #7dff16
}

.footer .ftr-mid .ftr-links {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer .ftr-mid .ftr-links li {
    margin-top: 1rem;
}

.footer .ftr-mid .ftr-links li a {
    cursor: pointer;
    color: #a9bb9d;
    font-family: "Poppins", sans-serif;
    font-size: .875rem;
    background: url(../img/ftr-bullet.png) 0 2px no-repeat;
    padding: 10px 0 10px 40px;
    text-decoration: none
}

.footer .ftr-mid .ftr-links li a:hover {
    filter: grayscale(1)
}

.footer .ftr-mid .subscribe-box {
    position: relative;
    padding-right: 33px
}

.footer .ftr-mid .subscribe-box .form-control {
    background: rgba(194, 195, 197, .1490196078);
    min-height: 62px;
    border: none;
    border-radius: 22px;
    color: #c2c3c5;
    font-family: "Poppins", sans-serif;
    padding: .375rem 4.063rem .375rem 1.688rem
}

.footer .ftr-mid .subscribe-box .subscribe-btn {
    position: absolute;
    top: -17px;
    right: -6px;
    background: url(../img/subscribe-btn.png) no-repeat;
    border: none;
    min-width: 98px;
    min-height: 77px
}

.footer .ftr-mid .ftr-giphy {
    max-width: 235px;
    margin: 0 auto;
    transform: translateX(-20px)
}

.footer .ftr-mid .ftr-giphy img {
    border-radius: 0px 0px 40px 40px
}

.footer .ftr-bot {
    border-top: solid 1px #a9bb9d
}

.footer .ftr-bot .copyright {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #a9bb9d;
    margin-bottom: 0
}

.footer .ftr-bot .social-link a {
    display: inline-flex;
    margin: 1rem 1rem;
    color: #d4f260
}

.footer .ftr-bot .social-link a {

    width: 25px;
    height: 25px;
}

.footer .ftr-bot .social-link a:hover {
    color: #21e786
}

/* Spinner.css */
.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    /* Optional background */
}

.spinner {
    border: 8px solid #f3f3f3;
    /* Light gray */
    border-top: 8px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin .5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*# sourceMappingURL=styles.min.css.map */

.copy-clipboard {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #032F28;
    border: 1px solid #007C40;
    width: 93%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px 8px;
    justify-content: space-between;
}

.copy-clipboard {
    position: relative;
}

.copy-success {
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: green;
    right: 0;
    bottom: -30px;
    font-weight: bold;
}

.copy-clipboard p {
    margin: 0;
}

.copy-clipboard img {
    width: 40px;
}


.h-to-by {
    padding: 60px 0;
    background-image: url(../img/how-to-buy-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.how-to-by-box {
    text-align: center;
    margin: 50px 0 0 0;
}

.how-to-by-box img {
    width: 60px;
}


.how-to-by-box h3 {
    font-family: "ClashDisplay-Semibold";
    color: #FFF;
    font-size: 22px;
    margin: 10px 0;
}

.how-to-by-box p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #A9BB9D;
}

.h-to-by .center-img img {
    width: 100%;
}

.tokenmics-section #myChart {
    height: 330px !important;
}

.tokenmics-section .chartCard .chartBox::after {
    width: 50px;
    height: 50px;
}

.tokenmics-box {
    margin: -4px 0 0 0;
    display: flex;
    align-items: center;
    background-color: #032F28;
    border: 1px solid #007C40;
    text-align: center;
    padding: 5px 15px;
    justify-content: center;
    border-radius: 5px;
    height: 60px;
}

.tokenmics-box img {
    width: 45px;
}

.tokenmics-box p {
    font-family: "ClashDisplay-Semibold";
    font-size: 20px;
    color: #FFF;
    margin: 0;
}

.stack_sec {
    padding: 22px 0 40px 0;
}

.Wallet_btn {
    text-align: right;
    padding-bottom: 20px;
}

.Wallet_btn a {
    text-decoration: none;
    background-color: #21E786;
    padding: 14px 20px;
    font-size: 18px;
    font-family: "ClashDisplay-Semibold";
    border-radius: 20px;
    display: inline-block;
    color: #000;
}

.overview_stake {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #032F28;
    border-radius: 20px;
    padding: 0 12px;
    border: 1px solid #007C40;
    height: 60px;
}

.overview_stake h3, .overview_stake_half h3 {
    color: #A9BB9D;
    margin: 0;
    font-size: 20px;
    font-family: "Poppins", sans-serif;

    font-weight: 400;
}

.overview_stake p img {
    width: 40px;
    margin-right: 10px;
}

.overview_stake p, .overview_stake_half p {
    margin: 0;
    font-family: "ClashDisplay-Semibold";
    font-size: 23px;
    color: #00B359;
}

.tabing_box .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: none !important;
}

.tab_detail.none {
    display: none;
}

.tab_detail.active {
    display: block;
}

.tabing_box {
    margin: 50px 0 0 0;
    background-color: #032F28;
    border: 1px solid #007C40;
    border-radius: 20px;
    padding: 40px;
}

.tabing_box ul {
    text-align: center;
    display: inline-flex;
    border-bottom: 3px solid #27AE60;
    padding: 0 0 7px 0;
    margin: 0 0 15px 0;
}

.tabing_box .tabing_list {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tabing_list ul li {
    padding: 0 40px;
}

.tabing_list ul li button {
    color: #A9BB9D;
}

.tabing_list ul li a {
    font-size: 20px;
    color: #A9BB9D;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.tabing_list ul li a.active, .tabing_list ul li a:hover {
    border-bottom: 3px solid #A9BB9D;
    padding: 0 0 8px 0;

}

.feed_title {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.feed_title img {
    width: 55px;
    margin-right: 25px;
}

.feed_title h2 {
    margin-right: 10px;
    font-family: "ClashDisplay-Semibold";
    font-size: 34px;
    color: #FFF;
    margin: 0 20px 0 0;
    color: #00B359;
    letter-spacing: 1px;
}

.feed_title p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    border: 1px solid #A9BB9D;
    font-size: 18px;
    color: #A9BB9D;
    padding: 2px 20px;
    border-radius: 100px;
}

.unstaking_period, .balance_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFF;
}

.unstaking_period h4, .unstaking_balance h4 {
    color: #00B359;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.unstaking_period p, .unstaking_balance p {
    color: #00B359;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.balance_img img {
    width: 40px;
}

.unstaking_balance {
    margin: 25px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unstaking_balance p img {
    width: 30px;
    margin-right: 5px;
}

.balance_inp input {
    width: 100%;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: 0;
    color: #00B359;
    font-size: 20px;
    padding-left: 12px;
}

.balance_form {
    border: 1px solid #FFF;
    padding: 0 8px 0 10px;
    border-radius: 10px;
}

.balance_img {
    padding: 10px;
    border-right: 1px solid #FFF;
}

.max_btn {
    text-align: right;
}


.max_btn a {
    background-color: #00B359;
    color: #FFF;
    padding: 14px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
}

.balance_dropdown {
    margin: 20px 0 0 0;
}

.balance_dropdown p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #7DFF16;
    font-size: 18px;
}

.balance_dropdown select {
    background-color: transparent;
    width: 100%;
    border: 1px solid #FFF;
    color: #00B359;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
}

.submit_btn {
    background-color: #21E786;
    border-radius: 20px;
    padding: 10px;
    margin: 30px 0 0 0;
    text-align: center;
}

.submit_btn a {
    color: #0D2927;
    font-size: 18px;
    font-family: "ClashDisplay-Semibold";
    text-decoration: none;
}

.middle_box {
    text-align: center;
    margin: 60px 0 70px 0;
}

.middle_box img {
    width: 350px;
}

.middle_box {
    position: relative;
}

.middle_box .pepe_img, .middle_box .doge_img, .middle_box .dog_img, .middle_box .props_img, .middle_box .floki_img, .middle_box .turbo_img, .middle_box .shiba_inu, .middle_box .bonk_img, .middle_box .peanut_img {
    position: absolute;
    width: 100px;
}

.middle_box .pepe_img {
    left: 29%;
    top: 7%;
}

.middle_box .doge_img {
    left: 6%;
    top: -1%;
}

.middle_box .dog_img {
    left: -3%;
    bottom: 10%;
}

.middle_box .props_img {
    left: 13%;
    top: 43%;
}

.middle_box .floki_img {
    left: 24%;
    bottom: -7%;
}

.middle_box .turbo_img {
    right: 28%;
    top: 2%;
}

.middle_box .shiba_inu {
    top: 10%;
    right: 0;
}

.middle_box .bonk_img {
    bottom: 0;
    right: 22%;
}

.middle_box .peanut_img {
    bottom: 30%;
    right: 12%;
}





.middle_box .animation_img {
    animation: mover 2s infinite alternate;
}

.middle_box .animation_img-2 {
    animation: mover-2 2s infinite alternate;
}

.middle_box .animation_img-3 {
    animation: mover-3 2s infinite alternate;
}

.middle_box .animation_img-4 {
    animation: mover-4 2s infinite alternate;
}

.middle_box .animation_img-5 {
    animation: mover-5 2s infinite alternate;
}

.middle_box .animation_img-6 {
    animation: mover-6 2s infinite alternate;
}

.middle_box .animation_img-7 {
    animation: mover-7 2s infinite alternate;
}

.middle_box .animation_img-8 {
    animation: mover-8 2s infinite alternate;
}

.middle_box .animation_img-9 {
    animation: mover-9 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

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

@-webkit-keyframes mover-2 {
    0% {
        transform: translateY(0px);
    }

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

@-webkit-keyframes mover-3 {
    0% {
        transform: translateX(20px);
    }

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

@-webkit-keyframes mover-4 {
    0% {
        transform: translateX(20px);
    }

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

@-webkit-keyframes mover-5 {
    0% {
        transform: translateX(00px);
    }

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

@-webkit-keyframes mover-6 {
    0% {
        transform: translateX(40px);
    }

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

@-webkit-keyframes mover-7 {
    0% {
        transform: translateY(40px);
    }

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

@-webkit-keyframes mover-8 {
    0% {
        transform: translateX(00px);
    }

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

@-webkit-keyframes mover-9 {
    0% {
        transform: translateX(00px);
    }

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

#total_shib {
    padding: 40px 0 0 0;
}

.stack_sec .feed_half_col {
    display: flex;
    align-items: center;
    background-color: #032F28;
    border-radius: 20px;
    padding: 0 12px;
    border: 1px solid #007C40;
    height: 60px;
    margin: 20px 0 0 0;
}

.overview_stake_half {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feed_half_col #right_space {
    padding-right: 15px;
}

.feed_half_col #left_space {
    padding-left: 15px;
}



.overview_stake_half h3 img {
    width: 40px;
    margin-right: 10px;
}

header .btn-custome {
    min-width: 230px !important;
    min-height: 60px !important;
}

.earned_stake_point ul {
    padding: 0;
    list-style: none;
}

.earned_stake_point {
    background-color: #032F28;
    border: 1px solid #007C40;
    border-radius: 20px;
    padding: 20px;
}

.earned_stake_point ul li {
    color: #A9BB9D;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 12px 0;
}

.earned_stake_point ul li span {
    color: #00B359;
    font-weight: 600;
}

.coming_soon {
    padding: 120px 0 80px 0;
}

.coming_soon_box {
    margin: 15px;
    min-height: 700px;
    background-image: url('../img/doge-pool.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, .75);
    display: flex;
    justify-content: center;
    align-items: center;
}

#pepe_pool_beast {
    background-image: url('../img/pepe-pool-beast.png');
}

#shiba_pool_bounty {
    background-image: url('../img/shiba-pool.png');

}

#shiba_pool_bounty_2 {
    background-image: url('../img/shiba-pool-2.png');

}

.comm_soon_sec {
    padding: 50px 0 0 0;
}

.coming_soon_box p {
    font-weight: 700;
    text-align: center;
    font-size: 80px;
    line-height: 6rem;
    font-family: sans-serif;
    text-transform: uppercase;
    background: linear-gradient(90deg, #D3C181, #7DFF16);
    letter-spacing: 5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 4.5s linear infinite;
    margin: 0;
}

@keyframes shine {
    0% {
        background-position-x: -500%;
    }

    100% {
        background-position-x: 500%;
    }
}