@font-face {
    font-family: Poppins-Medium;
    src: url(../media/Poppins-Medium.9e1bb626.ttf) format("truetype", );
    font-weight: 400
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

a {
    text-decoration: none
}

a,
a:hover {
    color: #fff
}

.cursor-pointer {
    cursor: pointer
}

header {
    position: absolute;
    width: 100%;
    z-index: 100;
    margin-top: 1rem
}

.navbar {
    grid-gap: 2.5rem;
    gap: 2.5rem
}

.logo {
    height: 70px
}

.site-info-left {
    padding-left: 0 !important
}

.nav-item {
    font-size: .95rem;
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 4px 5px rgba(0, 0, 0, .1)
}

.header-btn,
.nav-item {
    letter-spacing: -.005em;
    border: none
}

.header-btn {
    font-size: 1.1rem;
    padding: .8rem 1.5rem;
    background: #ffba00;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
}

.header-btn:hover {
    background: transparent;
    border: 2px solid #ffba00;
}

.welcome-section {
    position: relative;
    margin-top: unset;
    background-image: url(/galaxy.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-color: #16181d;
}

.welc-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.welcome-inner {
    z-index: 10;
    height: 90vh;
}

.welcome-content-holder {
   height: 90vh
}

.welcome-shape {
    background: #161616;
    border-radius: 54px;
    height: 24px;
    width: 100px
}

.welcome-head {
    font-weight: 700;
    font-size: 3.7rem;
    color: #ffffff
}
.welcome-main-img{
    border-radius: 30px;
    width: 600px;
}

.welcome-head span {
    color: #161616
}

.welcome-text {
    font-size: 1.2rem;
    text-transform: capitalize;
    text-align: left;
    color: #ffba00;
    font-weight: 700;
    line-height: 100px;
}

.welcome-text.up {
    font-size: 1.3rem !important;
    display: flex;
    align-items: center
}

.token-price.bnb {
    position: relative
}

.price-change {
    font-size: .7rem;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin-left: 3px
}

.price-change.red {
    color: #cf304a
}

.price-change.green {
    color: #03a66d
}

.welcome-paper-button {
    background: #ffba00;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    font-size: 1rem;
    letter-spacing: -.005em;
    border: none;
    padding: .9rem 2.5rem;
    color: #000;
    width: 190px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.seemore-paper-button {
    background: #635309;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    font-size: 1rem;
    letter-spacing: -.005em;
    border: none;
    padding: .9rem 2.5rem;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.seemore-paper-button:hover{
    background: #af8606;
    color: #000000;
}

.welcome-btns-holder {
    display: flex;
    flex-wrap: wrap;
    grid-gap: .5rem;
    gap: .5rem
}

.welcome-paper-button:hover {
    background: #575353;
    color: #fff !important;
}

.outer-statistics {
    background-image: url(/graph.png);
    position: relative;
    padding: 80px 180px 100px 80px;
    background-color: #131519;
    border-radius: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 2.5rem 1.5rem 9.5rem 1.5rem;
}

.statistic-head {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #ffba00;
    font-weight: 700;
    text-align: center;
}

.inner-statistics {
    margin-top: 1.5rem
}

.statistics-box {
    background: rgb(10 8 1 / 62%);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    width: 24%;
    min-height: 138px
}

.statistics-box h2 {
    letter-spacing: -.02em;
    text-transform: capitalize;
    font-size: 1rem;
    color: #edebe7;
    width: 100%;
    background: #312c15;
    padding: 7px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.statistics-box p {
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #cfb366;
    text-align: center;
    font-family: revert;
}

.action-section,
.quik-section {
    padding: 3rem 0
}

.affiliate-section {
    margin-top: 3rem;
    padding-bottom: 3rem
}

.action-box {
    background: rgb(71 53 4 / 33%);
    border-radius: 20px;
    width: 30%;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    grid-gap: .7rem;
    gap: .7rem;
    position: relative
}

.action-botton-section {
    position: absolute;
    bottom: 0;
    background: #6b5d1e;
    color: #fff;
    width: 100%;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.action-head {
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #feb900;
    text-align: center;
}

.action-sub-text {
    font-weight: 500;
    font-size: .9rem;
    letter-spacing: -.005em;
    color: hsla(0, 0%, 100%, .9)
}

.action-inner-box {
    background: rgb(10 8 1 / 62%);
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
    gap: 1rem
}

.action-inner-span {
    display: flex;
    justify-content: space-between
}

.action-inner-span .left {
    font-weight: 500
}

.action-inner-span .left,
.action-inner-span .right {
    font-size: .9rem;
    letter-spacing: -.005em;
    color: #cfb366
}

.action-inner-span .right {
    font-weight: 700
}

.action-minted-text {
    font-size: .9rem
}

.action-minted-text,
.action-minted-value {
    font-weight: 500;
    letter-spacing: -.005em;
    color: #e5ba42
}

.action-minted-value {
    font-size: 1.2rem
}

.action-claim-btn {
    background: #141209;
    border-radius: 8px;
    padding: .5rem 2rem;
    font-weight: 500;
    font-size: .9rem;
    letter-spacing: -.005em;
    color: #fff;
    outline: none;
    border: none
}

.action-claim-btn:hover {
    background: transparent;
    border: 2px solid #fff;
}

.mint-input {
    background: #625632;
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 0.8rem;
    border-radius: 8px;
    outline: none;
    color: #fff;
}

.action-enable-btn {
    background: #F0B90B;
    border-radius: 8px;
    transition: .5s linear;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -.005em;
    color: #060606;
    outline: none;
    border: none;
    margin-bottom: 2.5rem;
    height: 50px
}
.action-enable-btn{
    text-align: center;
    padding: 10px;
}
.acc-tt{
    padding-bottom: 50px;
}

.action-enable-btn:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.stake-sec {
    width: 47%
}

.stake-sec.unstake {
    background: #fff
}

.action-sell-busd {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -.005em;
    color: #F0B90B
}

.profit-holder {
    font-weight: 500;
    font-size: .9rem;
    letter-spacing: -.005em;
    color: #e6e6e6
}

.guide-box {
    background: #131519;
    border-radius: 20px;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}
.coininfo-box {
    background: #3a3015;
    border-radius: 20px;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}

.token-info-box {
    background: #fff;
    border: 3px solid rgba(0, 0, 0, .1);
    padding: 1rem;
    border-radius: 20px;
    margin-top: 1.5rem
}
.coin-info-box img{
    width: 100%;
    border-radius: 10px;
}.coin-info-box{
    margin-top: 2rem;
}
.start-info-box,
.locked-info-box,
.sell-info-box{
    text-align: center;
}
.token-info-text {
    font-size: 1.25rem;
    letter-spacing: -.02em;
    text-transform: capitalize;
    color: #181A20;
    line-break: anywhere
}

.token-info-text span {
    font-weight: 700
}

.guide-text {
    font-size: 1rem;
    color: #fff;
    letter-spacing: -.02em;
    line-height: 41px
}

.guide-text .number {
    font-weight: 600;
    color: #F0B90B;
    font-size: 1.5rem
}

.plan {
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 57.8%, transparent 57.81%), linear-gradient(0deg, #f0b90b, #f0b90b), #F0B90B
}

.plan-head {
    margin-top: 2rem;
    padding-left: 2.5rem
}

.plan-head-title {
    font-weight: 800;
    font-size: 3rem;
    color: #fff
}

.calc-col {
    margin-top: 1rem;
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px
}

.plan-content-holder {
    margin-top: 7rem
}

.plan-item {
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, #fff, #fff), linear-gradient(180deg, #f2ffff, #eee);
    outline: 11px solid rgba(250, 239, 242, .09);
    border-radius: 25px;
    padding: 1rem
}

.plan-top-text-holder {
    margin-top: auto;
    margin-bottom: 1rem;
    padding: 9rem 0 2rem
}

.planbox-title {
    font-weight: lighter;
    font-size: 5rem;
    letter-spacing: -.02em;
    background: linear-gradient(98.26deg, rgba(78, 74, 255, .8) 18.44%, rgba(255, 103, 212, .8) 43.46%, rgba(255, 151, 106, .8) 67.46%, rgba(255, 226, 153, .8) 86.68%), linear-gradient(0deg, #3a3b3d, #3a3b3d);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-transform: uppercase
}

.planbox-text {
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: -.06em;
    text-transform: uppercase;
    color: #232323;
    text-align: right
}

.plan-line {
    position: absolute;
    top: -50px;
    left: 0
}

.plan-img-holder {
    position: relative;
    width: 100%;
    height: 300px
}

.planbox-img {
    width: 400px;
    position: absolute;
    top: -80px;
    left: -20px
}

.planbox-img.right {
    left: -40px
}

.long-extra-text {
    font-weight: 300;
    font-size: .8rem;
    text-align: right
}

.long-extra-text,
.planbox-buttom-text {
    letter-spacing: -.06em;
    text-transform: uppercase;
    color: #161616
}

.planbox-buttom-text {
    font-weight: 600;
    font-size: 3.1rem;
    text-align: center
}

.user-history-holder {
    width: 48%
}

.planbox-buttom-text-light {
    font-weight: 300;
    font-size: 3rem;
    text-align: center;
    letter-spacing: -.06em;
    text-transform: uppercase;
    color: #161616
}

.invest-head-title {
    font-weight: 800;
    font-size: 3rem;
    color: #232323
}

.invest-head {
    margin-top: 5rem
}

.available-holder {
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px;
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

.site-top-text {
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    letter-spacing: -.005em
}

.pool-top {
    border-radius: 24px
}

.pool-top h1 {
    font-size: 1.5rem;
    letter-spacing: -.005em;
    color: #fff
}

.pools-holder.active {
    border: 8px solid #fff
}

.pools-holder {
    border: 3px solid #ff8c30;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s linear;
    box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
    border-radius: 82px;
    width: 90px;
    height: 90px;
    margin: 0 1rem
}

.pool-bottom-holder {
    background: #fff;
    border: 10px solid #e6e6e6;
    box-shadow: 0 20px 60px rgba(198, 151, 38, .5);
    width: 112px;
    height: 112px;
    border-radius: 50%
}

.selected-pool-title {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -.005em;
    color: #fff
}

.statistics-box {
    box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
}

.total-box {
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px
}

.statistics-head {
    font-size: 1.31rem;
    text-align: center;
    color: #000
}

.statistics-head,
.total-head {
    font-weight: 700;
    letter-spacing: -.005em
}

.total-head {
    font-size: 1rem;
    color: #232323
}

.total-token {
    font-weight: 600;
    font-size: 1.5rem
}

.total-dollor,
.total-token {
    letter-spacing: -.005em;
    color: #000
}

.total-dollor {
    font-weight: 400;
    font-size: .87rem;
    text-shadow: 0 4px 30px rgba(0, 0, 0, .2)
}

.stat-total-token {
    font-weight: 700;
    color: #F0B90B;
    text-align: right
}

.stat-total-token span {
    color: #232323
}

.stat-total-dollor {
    color: rgba(37, 37, 37, .4);
    text-align: right;
    font-weight: 700;
    font-size: .9rem
}

.last-deposits-head {
    font-weight: 700;
    font-size: 1.62rem;
    letter-spacing: -.005em
}

.deposit-item {
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px;
    flex-wrap: wrap
}

.history-text.deposit {
    font-size: 13px
}

.deposit-tx {
    font-weight: 700;
    font-size: 1.12rem;
    letter-spacing: -.005em;
    color: #fff
}

.deposit-tx .hash {
    color: #000
}

.deposit-tx .time {
    font-weight: 500;
    font-size: .68rem
}

.deposit-tx .time,
.tx-info {
    letter-spacing: -.005em;
    color: #000
}

.tx-info {
    font-weight: 600;
    font-size: 1rem
}

.tx-info span {
    font-weight: 500
}

.deposit-item-right .plan {
    font-style: normal;
    font-weight: 700;
    font-size: 1.06rem;
    letter-spacing: -.005em;
    color: #000
}

.deposit-item-right .day {
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: -.005em;
    color: rgba(0, 0, 0, .48)
}

.deposit-item-right .count {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: -.005em;
    color: #fff
}

.last-deposit-inner {
    height: 480px;
    overflow-y: scroll;
    padding-right: 5px
}

.farm-box {
    border-radius: 22px;
    flex-wrap: wrap
}

.dashboard-head {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.005em;
    padding-left: 1rem
}

.availabe-head {
    font-weight: 700;
    font-size: 1.3rem;
    color: #232323
}

.availabe-head span {
    color: #F0B90B
}

.availabe-token {
    font-weight: 700;
    font-size: 1.3rem;
    color: #F0B90B;
    text-align: right
}

.availabe-token span {
    color: #232323
}

.total-token {
    font-weight: 700;
    font-size: 1.3rem;
    color: #F0B90B
}

.availabe-dollor,
.total-token span {
    font-size: 1rem;
    color: rgba(37, 37, 37, .4)
}

.availabe-dollor {
    font-weight: 700;
    text-align: right
}

.dash-btn-holder {
    grid-gap: .5rem;
    gap: .5rem;
    padding-top: 2.5rem
}

.dash-info-holder {
    width: 60%
}

.farm-btn {
    background: #F0B90B;
    border-radius: 16px;
    font-size: 1rem;
    letter-spacing: -.005em;
    color: #fff;
    padding: .3rem 1rem;
    border: none;
    width: 220px;
    height: 60px
}

.farm-btn:hover {
    background: #F0B90B
}

.farm-spinner {
    width: 25px
}

.bonus-text {
    font-size: .75rem;
    letter-spacing: -.005em;
    color: #939393;
    width: 91%
}

.user-total-box {
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px;
    width: 49%;
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
    gap: 1rem
}

.user-total-box .total-title {
    font-weight: 700;
    font-size: 1.31rem;
    letter-spacing: -.005em;
    color: #fff;
    margin-bottom: 2rem
}

.user-total-box .total-tokens {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -.005em;
    color: #000
}

.user-history-head {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -.005em
}

.hisrtory-tx {
    font-size: .81rem
}

.hisrtory-tx,
.history-amount {
    font-weight: 700;
    letter-spacing: -.005em;
    color: #000
}

.history-amount {
    font-size: .87rem
}

.history-amount span {
    font-weight: 400
}

.history-time {
    font-weight: 500;
    font-size: .8rem;
    letter-spacing: -.005em;
    color: #161616
}

.dashboard-right {
    position: relative;
    background: #fff;
    border-radius: 30px;
    border: 5px solid #eee
}

.history-hover {
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #fff 1.52%, hsla(0, 0%, 100%, 0) 135.08%);
    z-index: 1000;
    position: absolute
}

.history-item {
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px;
    grid-gap: 1rem;
    gap: 1rem
}

.plan-detail-box.reinvest .detail-bottom,
.plan-detail-box.reinvest .detail-middle,
.plan-detail-box.reinvest .detail-top {
    text-align: center
}

.history-text {
    font-size: 15px;
    color: #252525;
    font-weight: 700
}

.history-text span {
    color: #F0B90B
}

.history-holder {
    height: 488px;
    overflow-y: scroll;
    padding-right: .5rem;
    margin-bottom: 1rem
}

.welcome-left {
    width: 30%;
}
.welcome-right{
    width: 50%;
}

.plan-box-img {
    width: 45px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.plan-box-extra-text {
    font-weight: 700;
    font-size: .7rem;
    color: #a7a7a7
}

.plan-box-left {
    margin-left: 1rem
}

.plan-box-left,
.plan-box-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.plan-box-left .left-top-text {
    font-weight: 700;
    font-size: 1.3rem;
    color: #252525;
    text-align: left
}

.plan-box-left .left-bottom-text {
    font-weight: 500;
    font-size: 1rem;
    color: #939393;
    text-align: left
}

.plan-box-right .right-top-text {
    font-weight: 600;
    font-size: 1.1rem;
    text-align: right;
    color: #F0B90B
}

.new-deposit-button {
    color: #F0B90B;
    background-color: #fff;
    border-radius: 10px;
    padding: .4rem 1rem;
    border: none;
    cursor: pointer;
    z-index: 10000000
}

.Toastify {
    z-index: 100000 !important
}

.Toastify__toast-container {
    z-index: 10000000000 !important
}

.new-deposit-button:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.new-deposit-head {
    font-size: 1.2rem
}

.new-deposit-head,
.new-deposit-text {
    font-weight: 700;
    text-align: left
}

.plan-box-right .right-bottom-text {
    font-weight: 400;
    font-size: .9rem;
    text-align: right;
    color: rgba(37, 37, 37, .4)
}

.plan-box {
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px;
    padding: 1rem;
    cursor: pointer;
    position: relative
}

.active-holder {
    position: absolute;
    left: -15px;
    top: 30px;
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 50px
}

.plan-box:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.plan-box.active {
    border: 5px solid #F0B90B
}

.contract-modal-link {
    padding: 1rem;
    border-radius: 10px;
    width: 80%;
    text-align: center
}

.staking-box-head {
    font-size: 1.62rem;
    color: #000;
    margin-bottom: 1rem
}

.staking-box-head,
.user-profit {
    font-weight: 700;
    letter-spacing: -.005em
}

.user-profit {
    font-size: 1.5rem;
    color: #fff;
    font-size: 1.93rem
}

.detail-box {
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px
}

.detail-box-head {
    font-size: 1.3rem
}

.detail-box-head,
.profit-text {
    font-weight: 700;
    letter-spacing: -.005em
}

.profit-text {
    font-size: 1.1rem;
    color: #F0B90B
}

.profit-text span {
    color: #232323
}

.profit-value {
    font-size: 1.1rem;
    color: #F0B90B
}

.detail-top,
.profit-value {
    font-weight: 700;
    letter-spacing: -.005em
}

.detail-top {
    font-size: 1.06rem;
    color: #fff
}

.detail-middle {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: -.005em;
    color: #fff
}

.stake-info-holder {
    grid-gap: .5rem;
    gap: .5rem
}

.detail-bottom {
    font-weight: 700;
    font-size: .62rem;
    letter-spacing: -.005em;
    color: #fff
}

.plan-detail-box {
    background-color: #F0B90B !important;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    width: 150px;
    padding: .8rem
}

.stake-input {
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    background-color: transparent;
    color: #F0B90B
}

.stake-input-holder {
    border: 2px solid #eee;
    -webkit-filter: drop-shadow(0 20px 16px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 20px 16px rgba(0, 0, 0, .04));
    border-radius: 20px;
    padding: 1rem
}

.stake-btn {
    outline: none;
    border: none;
    width: 100%;
    margin-top: 1rem;
    padding: 1.5rem;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    background: #F0B90B;
    box-shadow: 0 48px 48px rgba(0, 0, 0, .04);
    border-radius: 19px
}

.min-text,
.stake-btn {
    letter-spacing: -.005em
}

.min-text {
    font-weight: 400;
    font-size: .8rem;
    margin-top: .5rem;
    color: #161616
}

.affiliate-box-txt,
.min-text {
    text-align: center;
    font-weight: 700
}

.affiliate-box-txt {
    font-size: 5rem;
    align-items: center;
    color: #F0B90B;
    padding: 3rem 0
}

.affiliate-box-txt span {
    font-size: 2.5rem;
    color: #161616
}

.affiliate-box {
    background: #212224;
    border-radius: 20px;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}

main {
    position: relative;
    background-color: #243344;
    padding-top: 30px;
    background-image: url(/body-bg.png);
    background-color: #16181d;
}

.main-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    min-width: 100%
}

.ref-holder {
    background: rgb(10 8 1 / 50%);
    border-radius: 10px;
    padding: 1rem
}

.affiliate-head {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -.005em
}

.afflicate-rectangle {
    border-radius: 28px;
    padding: .5rem
}

.rect-level {
    font-size: 1rem
}

.rect-level,
.rect-percent {
    font-weight: 700;
    letter-spacing: -.005em;
    color: #fff
}

.rect-percent {
    font-size: 1.12rem
}

.afflicate-rectangle.aff1 {
    width: 100%
}

.afflicate-rectangle.aff2 {
    width: 70%
}

.afflicate-rectangle.aff3 {
    width: 41%
}

.personal-box {
    background: #f7f7f7;
    border-radius: 19px
}

.personal-head {
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: -.005em;
    margin-bottom: 2rem
}

.ref-text {
    font-size: .8rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff;
    padding: 1rem;
    background: #382f17;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 8px;
    width: 78%;
}
.referral{
    width: 500px;
}
.start-mining,
.locked-coin,
.sell-coin{
    width: 50%;
}
.copy-btn,
.ref-text {
    font-weight: 700;
    letter-spacing: -.005em
}

.copy-btn {
    font-size: 1rem;
    color: #fff;
    border: none;
    outline: none;
    width: 20%;
    background: #635309;
    border-radius: 8px
}

.copy-btn:hover {
    background: #af8606;
    color: #000000;
}

.token-price {
    font-size: 2.2rem !important
}

.welcome-faq-btn {
    background-color: #575353;
    color: #ffffff;
}

.welcome-faq-btn:hover {
    background: #ffba00;
}

.withdraw-ref-btn {
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: -.005em;
    color: #fff;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background: #635309;
    border-radius: 8px;
}

.withdraw-ref-btn:hover {
    background: #af8606;
    color: #000000;
}

.ref-extra-text {
    font-size: 1rem;
    text-transform: capitalize;
    color: #fff
}

.ref-right-holder {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

.ref-extra-text.bold {
    font-weight: 700
}

.ref-bottominfo-holder {
    margin-top: 2rem
}

.ref-bottom-info .right {
    font-weight: 700;
    text-align: right
}

.ref-bottom-info .left,
.ref-bottom-info .right {
    font-size: .9rem;
    letter-spacing: -.005em;
    color: #ceb266;
}

.ref-bottom-info .left {
    font-weight: 500
}

.readbefore-box-inner,
.readbefore-box-outer {
    box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
    border-radius: 24px
}

.readbefore-box-inner {
    background: #fff
}

.readbefore-head {
    font-size: 1.62rem;
    color: #fff
}

.readbefore-head,
.readbefore-text {
    font-weight: 700;
    letter-spacing: -.005em
}

.readbefore-text {
    font-size: 1.25rem
}

.feature-section {
    margin: 7em 0
}

.feature-box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 2rem;
    gap: 2rem;
    padding: 1.5rem
}

.feature-content {
    margin-top: 4rem
}

.feature-box h2,
p {
    text-align: justify;
}

.feature-box h2 {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -.005em;
    color: #161616
}

.feature-box p {
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -.005em;
    color: #585858
}

footer {
    background: #131519;
    padding: 35px 0;
}

.footer-bottom-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer
}

.footer-bottom-img.haze {
    height: 40px;
    width: auto
}

.footer-bottom-img.radar {
    height: 29px;
    width: auto
}

.footer-bottom-img.bsc {
    height: 45px;
    width: auto
}

.footer-bottom-img.trust-pilot {
    height: 35px;
    width: auto
}

.footer-bottom-img.social {
    height: 35px;
    width: unset
}

.footer-bottom-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.dapp-img {
    height: 45px;
    width: 87px
}

.footer-bottom p {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -.005em;
    color: #ceb266;
    text-align: center;
    padding-top: 30px;
}

#root {
    position: relative;
    overflow: hidden
}

.right-back {
    top: -414px;
    right: -705px
}

.left-back,
.right-back {
    position: absolute;
    -webkit-transform: rotate(338deg);
    transform: rotate(338deg);
    height: 100%;
    width: 50%;
    z-index: -1
}

.left-back {
    left: -414px;
    bottom: -575px
}

.dashboard-left,
.last-deposits-outer {
    background: #fff;
    border-radius: 30px;
    border: 5px solid #eee
}

.dashboard-left {
    position: relative
}

.dashboard-img {
    position: absolute;
    width: 129px;
    top: 39px;
    right: 203px
}

.welcome-secondary-btn {
    background: #fff !important;
    color: #181A20
}

.welcome-secondary-btn:hover {
    color: #F0B90B !important
}

.hours,
.minutes,
.seconds,
.smalltext {
    color: #F0B90B;
    font-weight: 700
}

.time-holder {
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.history-holder::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.history-holder::-webkit-scrollbar {
    border-radius: 50px;
    width: 8px;
    background-color: transparent
}

.history-holder::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #eee
}

.last-deposit-inner::-webkit-scrollbar-track {
    border-radius: 10px
}

.last-deposit-inner::-webkit-scrollbar {
    border-radius: 50px;
    width: 8px;
    background-color: transparent
}

.last-deposit-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #eee
}

.ham-icon {
    display: none;
    width: 35px;
    height: 35px
}

.ham-holder {
    border: none;
    outline: none;
    background-color: transparent
}

.disconnect-button {
    background-color: #fff;
    padding: .4rem;
    border: none;
    outline: none;
    border-radius: 10px
}

.disconnect-button svg {
    width: 30px;
    height: 30px
}

.account-address {
    font-size: .9rem;
    color: #f0b90b;
}

.balance-text {
    font-size: .rem;
    color: #ffe600;
}

.pools-holder:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.modalContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background: rgba(18, 22, 28, .6);
    -webkit-backdrop-filter: blur(41px);
    backdrop-filter: blur(41px)
}

.reinvest-modal {
    min-width: 500px;
    height: auto;
    padding: 2rem;
    border-radius: 20px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2)
}

.plan-detail-box.reinvest:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer
}

.plan-detail-box.reinvest.active {
    background-color: #F0B90B !important;
    border: 1px solid #eee;
    box-shadow: 0 20px 16px rgba(0, 0, 0, .04);
    border-radius: 16px;
    color: #000 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.footer-bsc {
    background-color: transparent;
    border: none;
    outline: none
}

.spinner {
    width: 35px
}

.reinvest-btn {
    width: 100%;
    padding: 1rem;
    border: none;
    outline: none;
    border-radius: 10px;
    height: 60px;
    background-color: #F0B90B;
    color: #fff
}

.afflicate-end-text {
    font-weight: 800;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: -.005em;
    color: #232323
}

.afflicate-end-text span {
    color: #F0B90B
}

.feature-box-holder {
    background: #fff;
    border-radius: 30px;
    border: 5px solid #eee
}

@media screen and (max-width:1400px) {
    .dash-btn-holder {
        grid-gap: .5rem;
        gap: .5rem
    }

    .available-holder {
        width: 100%
    }

    .welcome-content-holder {
        justify-content: center !important;
        margin-top: 8rem
    }

    .welcome-right {
        text-align: center
    }

    .plan-item {
        width: 47% !important
    }

    .welcome-left {
        margin-left: unset;
        width: unset
    }

    .dashboard-img {
        width: 122px;
        top: 46px;
        right: 193px
    }

    .welcome-btns-holder {
        margin: auto
    }
}

@media screen and (max-width:1375px) {
    .welcome-shape {
        display: none
    }

    .welcome-text {
        width: 100%;
        text-align: center;
        line-height: 25px;
        margin: 15px 0;
    }
    .referral {
    width: 100%;
    }
    .ref-right-holder {
    width: 100%;
    }
    .footer-bottom-img{
    border-radius: 10px;
    background: #272727;
    height: 80px;
    padding: 7px;
    width: 310px;
    }
    .welcome-paper-button {
        margin: auto
    }

    .welcome-top-shape {
        right: 150px
    }

    .welcome-head,
    .welcome-holders-bottom {
        margin: auto
    }
}

@media screen and (max-width:1200px) {
    .right-back {
        right: -975px
    }

    .left-back {
        left: -714px
    }

    .total-box {
        align-items: center
    }

    .dashboard-right {
        margin-top: 1rem
    }

    .dash-btn-holder {
        grid-gap: .5rem;
        gap: .5rem
    }

    .available-holder {
        width: unset
    }

    .plan-item {
        width: 60% !important
    }

    .plan-content-holder {
        grid-gap: 2.5rem !important;
        gap: 2.5rem !important
    }

    .statistics-box {
        margin-bottom: 2rem
    }

    .site-info-left {
        padding-left: 1.5rem !important
    }

    .statistics-box {
        width: 40%
    }

    .action-box {
        width: 45%
    }

    .action-holder {
        grid-gap: 1rem;
        gap: 1rem;
        justify-content: center !important
    }

    .welcome-content-holder {
        margin-top: 4rem
    }

    .welcome-right {
        padding: 2rem 0;
        width: 100%;
    }
}

@media screen and (max-width:1000px) {

    .left-back,
    .right-back {
        display: none
    }

    .navbar {
        opacity: 0;
        overflow-x: hidden;
        transition: .2s;
        width: 0
    }

    .navbar,
    .navbar.open {
        position: fixed;
        left: 50%;
        top: 0;
        height: 100%
    }

    .navbar.open {
        z-index: 100000;
        width: 50%;
        opacity: 1;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 3rem;
        grid-gap: 2rem;
        gap: 2rem;
        background-color: hsl(0deg 0.21% 34.47% / 90%);
        box-shadow: 0 20px 16px rgba(0, 0, 0, .04)
    }

    .ham-icon {
        display: block
    }

    .header-left {
        grid-gap: 1rem !important;
        gap: 1rem !important
    }

    .header-btn {
        margin-left: 0px;
    }

    .calc-col,
    .plan-col {
        width: 100%
    }

    .feature-box {
        width: 70%
    }

    .feature-box-holder {
        justify-content: center !important;
        grid-gap: 5rem;
        gap: 5rem
    }

    .plan-item {
        width: 80% !important
    }

    .dashboard-img {
        top: 446px;
        right: 432px
    }

    .dash-info-holder,
    .farm-btn {
        width: 100%
    }

    .farm-box {
        justify-content: center !important
    }

    .dash-btn-holder {
        margin-top: 5rem;
        grid-gap: 1rem;
        gap: 1rem;
        width: 50%
    }

    .action-box {
        width: 60%
    }

    .token-info-text {
        font-size: 1rem
    }

    .stat-section {
        padding-top: 3rem
    }

    .go-down-holder {
        bottom: -111px !important
    }
}

@media screen and (max-width:768px) {
    .logo {
        height: 55px
    }

    .farm-box {
        justify-content: center !important
    }

    .welcome-head {
        font-size: 3rem
    }

    .deposit-item {
        grid-gap: 1rem;
        gap: 1rem
    }

    .dashboard-img {
        top: 445px;
        right: 300px
    }

    .user-history-holder {
        width: 100%
    }

    .site-info-left {
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 1rem;
        gap: 1rem;
        margin-bottom: 1.5rem
    }

    .action-box,
    .statistics-box {
        width: 100%
    }

    .welcome-left {
        margin-bottom: 1rem
    }

    .welcome-content-holder {
        margin-top: 4rem
    }
    .welcome-content-holder {
    height: 100vh;
    }

    .welcome-section {
        /*background-image: url(/main-back.png);*/
    }

    .welcome-inner {
        padding-bottom: 0rem;
        height: auto;
    }
}

@media screen and (max-width:765px) {
    .plan-item {
        width: 100% !important
    }

    .planbox-img {
        width: 350px
    }
}

@media screen and (max-width:575px) {
    .feature-box {
        width: 100%
    }

    .action-inner-span .right,
    .action-sub-text {
        font-size: .75rem
    }

    .action-botton-section {
        font-size: .8rem
    }

    .ref-text {
        width: 100%
    }

    .person-inner-box {
        flex-direction: column;
        grid-gap: 1rem;
        gap: 1rem
    }

    .copy-btn {
        width: 100%
    }

    .withdraw-ref-btn {
        font-size: 1rem
    }

    .ref-row {
        margin: 0 !important
    }

    .ref-holder {
        padding: .5rem
    }
}

@media screen and (max-width:550px) {
    .user-total-box {
        width: 100%
    }

    .user-total-holder {
        grid-gap: 1rem;
        gap: 1rem
    }

    .welcome-top-shape {
        right: 10px
    }

    .dash-btn-holder,
    .welcome-main-img {
        width: 100%
    }

    .dashboard-img {
        top: 677px;
        right: auto
    }
}

@media screen and (max-width:540px) {
    .planbox-img {
        width: 300px
    }

    .planbox-title {
        font-size: 3.5rem
    }

    .planbox-text {
        font-size: 1.3rem
    }

    .welcome-head {
        font-size: 3rem
    }
}

@media screen and (max-width:450px) {
    .deposit-tx {
        font-size: .9rem
    }

    .stake-info-holder {
        flex-wrap: wrap;
        grid-gap: 1rem;
        gap: 1rem
    }

    .afflicate-rectangle.aff3 {
        width: 40%
    }

    .logo {
        height: 45px
    }


    .ham-icon {
        width: 25px;
        height: 25px
    }

    .header-left {
        grid-gap: .5rem !important;
        gap: .5rem !important
    }

    .availabe-dollor,
    .availabe-token {
        text-align: center
    }

    .availabe-dollor {
        margin-bottom: .5rem
    }

    .planbox-img {
        top: -45px;
        left: -79px
    }

    .footer-bottom p {
        font-size: .8rem
    }

    .dashboard-img {
        top: 679px;
        width: 130px
    }

    .invest-head-title,
    .plan-head-title {
        font-size: 2rem
    }

    .afflicate-end-text {
        font-size: 1rem
    }

    .ref-bottom-info .left {
        font-size: .75rem
    }
}

@media screen and (max-width:420px) {

    .planbox-buttom-text,
    .planbox-buttom-text-light {
        font-size: 2rem
    }

    .planbox-img.right {
        left: -110px
    }

    .afflicate-end-text {
        font-size: .9rem
    }

    .dashboard-img {
        top: 716px
    }

    .withdraw-ref-btn {
        font-size: .8rem
    }
}

.go-down-holder {
    position: absolute;
    transition: .5s linear;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    cursor: pointer
}

.go-down-holder:hover {
    bottom: 110px
}

@media screen and (max-width:380px) {
    .dashboard-img {
        top: 727px;
        width: 111px
    }

    .welcome-inner {
        padding-bottom: 15rem
    }

    .go-down-holder {
        bottom: 20px !important
    }

    .stat-section {
        padding-top: 5rem
    }
}

@media screen and (max-width:355px) {
    .selected-pool-title {
        text-align: center
    }

    .tx-info {
        font-size: .7rem
    }

    .logo {
        height: 40px
    }

    .account-address {
        font-size: .7rem;
        color: #f5f5f5;
    }
    .balance-text {
        font-size: .6rem;
        color: #f5f5f5;
    }

    .header-btn {
        font-size: 1rem;
        padding: .5rem 1rem
    }

    .contract-modal-link {
        width: 75%
    }

    .planbox-img {
        width: 250px;
        left: -110px
    }

    .plan-head-title {
        font-size: 1.5rem
    }
}

@media screen and (max-width:319px) {
    .container {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .container::-webkit-scrollbar {
        display: none
    }
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: flex;
    grid-gap: .5rem;
    gap: .5rem;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    align-items: center;
    margin-top: 1rem
}

#clockdiv>div {
    padding: 3px;
    border-radius: 10px;
    background: #fff;
    width: 56px
}

#clockdiv div>span {
    padding: .4rem;
    border-radius: 3px;
    display: inline-block;
    font-size: 1rem
}

.smalltext {
    font-size: .7rem
}

.Toastify__toast {
    background: #20d4f8 !important
}

.Toastify__progress-bar--success {
    background: #fff !important
}

.Toastify__toast-icon>svg {
    fill: #fff
}

.Toastify__toast-body {
    color: #fff
}

.receipt-btn {
    color: #fd7144;
    background-color: #fff;
    border-radius: 10px;
    padding: .5rem
}

.receipt-btn:hover {
    color: #fd7144 !important
}

.Toastify__close-button--light {
    color: #fff !important;
    opacity: 1
}

.rec.big,
.rec.small {
    text-align: left !important
}

.top-text-sub {
    font-size: .75rem
}

.top-text {
    font-size: 1.5rem
}

.pool-btn {
    background-color: transparent;
    outline: none;
    border: none
}

/*# sourceMappingURL=main.f75082ce.chunk.css.map */