* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**
font-family: 'Plus Jakarta Sans', sans-serif;
font-family: 'Outfit', sans-serif;
 **/

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #cbfb45;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 0;
    background: #e6e6e6;
}

/*---------------webkit-scrollbar PART START END---------*/

/*----------------------BODY PART START----------------*/

body {
    background: #000000 !important;
    font-size: 14px !important;
    font-family: 'Outfit', sans-serif !important;
}

body .container {
    position: relative;
}

body button {
    border: none;
    outline: none;
    cursor: pointer;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
    padding: 0px;
    margin: 0px;
}

body a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

body a:hover {
    text-decoration: none;
    color: #010314;
}

body ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

body li {
    list-style-type: none;
    text-decoration: none;
}

/*--- Home Bg ---*/

.home_bg {
    background-image: url(../images/img/banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #cbfb45 0%, #000000 47.60%, transparent 65.23%);
    z-index: -1;
    border-radius: 0px 0px 20px 20px;
}

.banner_img {
    position: relative;
}

.banner_img .banner1 {
    position: absolute;
    left: -46px;
    top: 200px;
    animation: transform 5s infinite linear;
}

.banner_img .banner2 {
    position: absolute;
    right: 0;
    top: 200px;
    animation: transform2 5s infinite linear;
}

@keyframes transform {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes transform2 {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-45px);
    }
    100% {
        transform: translateX(0px);
    }
}

.home-text {
    margin: 30px 0px;
}

.home-text h2 {
    font-size: 55px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin: 0px 0px 25px 0px;
}

.home-text h2 span {
    display: block;
    background: linear-gradient(180deg, #ffffff 0%, #cbfb45 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-text p {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.home_bg ul {
    text-align: center;
    margin: 50px 0px;
}

.home_bg ul li {
    display: inline-block;
    width: 100%;
    max-width: 175px;
}

.home_bg ul li h2 {
    background-color: #ffffff;
    max-width: 120px;
    margin: auto;
    border-radius: 10px;
    padding: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #010314;
}

.home_bg ul li h2 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.contribute_bg {
    padding: 50px 0px 125px;
    position: relative;
    z-index: 1;
}

.contribute_img {
    position: relative;
}

.contribute_img .contrbitue1 {
    position: absolute;
    left: 0;
    top: 275px;
    animation: transform2 5s infinite linear;
}

.contribute_img .contrbitue2 {
    position: absolute;
    right: 0;
    top: 275px;
    animation: transform 5s infinite linear;
}

.head h2 {
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -1.8px;
}

.head h2 span {
    color: #cbfb45;
}

.progress-wrap .list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 160px;
    gap: 30px;
    margin: 30px 0px 0px;
}

.progress-wrap .list-wrap li {
    position: relative;
    color: #AAABB2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.progress-wrap .progress {
    height: 32px;
    background-color: #1C1D34;
    border-radius: 25px;
    padding: 7px 8px;
    margin-bottom: 20px;
}

.progress-wrap .list-wrap li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    width: 2px;
    height: 14px;
    background: #ffffff;
}

.progress-wrap .progress-title {
    margin: 5px 0px 0px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #ffffff;
}

.progress-wrap .progress-bar {
    width: 70%;
    border-radius: 25px;
    background: linear-gradient(286deg, #cbfb45 0%, #093637 47.60%, #000000 98.23%);
}

.contribute_bg nav {
    margin: 20px 0px;
}

.contribute_bg .nav {
    display: block;
    text-align: center;
    border-bottom: none;
    margin: auto;
}

.contribute_bg .nav button {
    border-radius: 30px;
    background: #0F101E;
    display: inline-block;
    padding: 18px 45px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px 10px;
    position: relative;
}

.contribute_bg .nav button i {
    color: #cbfb45;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 10px;
}

.contribute_bg .nav button.active {
    background: #ffffff;
}

.contribute_bg .nav button.active i {
    color: #000000;
}

.partner_bg {
    padding: 50px 0px;
    border-top: 1px solid #cbfb45;
    border-bottom: 1px solid #cbfb45;
}

.partner_img img {
    max-width: 65px;
    margin: 10px auto;
    border-radius: 50px;
}

.reward_bg {
    padding: 50px 0px;
}

.reaward1 h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px 0px 25px 0px;
    color: #ffffff;
}

.reaward1 h2:hover {
    color: #cbfb45;
}

.reaward1 span {
    display: block;
}

.reaward1 img {
    float: right;
    max-width: 164px;
    margin: -35px 0px 0px 0px;
}

.reaward1 {
    background: #0f101e;
    border: 1px solid rgba(43 44 56 / 46%);
    border-radius: 15px;
    padding: 40px 70px 40px 55px;
    margin: 0px 0px 30px 0px;
}

.reaward1 p {
    font-size: 16px;
    font-weight: 400;
    color: #92939e;
    margin: 0px;
}

.feature_shape {
    padding: 50px 0px;
    background-image: url(../images/img/banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature_shape::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent 0%, #000000 47.60%, #cbfb45 65.23%);
    z-index: -1;
    border-radius: 0px 0px 20px 20px;
}

.feature1 {
    border-radius: 15px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 30px 30px;
    margin: 0px 0px 30px;
    transition: .3s linear;
}

.feature1 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.feature1 img {
    max-width: 90px;
}

.feature_text {
    text-align: center;
}

.feature_text h2 {
    font-size: 60px;
    background: linear-gradient(180deg, #ffffff 0%, #cbfb45 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature_text img {
    border-radius: 50px;
    margin: 0 5px;
    max-height: 51px;
}

.feature_shape .feature_img {
    position: relative;
}

.feature_shape .feature_img .feature_shape1 {
    position: absolute;
    z-index: -1;
    top: 200px;
    left: 50px;
    animation: transform2 5s infinite linear;
    opacity: 0.1;
}

.feature_shape .feature_img .feature_shape2 {
    position: absolute;
    z-index: -1;
    right: 0px;
    animation: transform 5s infinite linear;
    opacity: 0.1;
}

.features-line-shape {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(225deg, #010314 0%, rgba(255, 255, 255, 0.45) 54.98%, rgba(1, 3, 20, 0.99) 100%);
    margin: 0 auto;
}

.chart_bg {
    padding: 50px 0px;
    position: relative;
    text-align: center;
}

.chart_bg::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(225deg, #010314 0%, rgba(255, 255, 255, 0.45) 54.98%, rgba(1, 3, 20, 0.99) 100%);
}

.chart_img {
    text-align: center;
}

.chart_img img {
    max-width: 250px;
}

.chart_text {
    margin: 20px 0px;
}

.chart_bg p {
    font-size: 16px;
    font-weight: 400;
    color: #92939e;
    margin: 0px;
}

.chart_bg p span {
    display: block;
}

.chart_bg h2 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 5px;
    padding: 9px 20px;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 1;
    text-align: start;
    margin: 0px 135px;
}

.chart_bg h2 span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #cbfb45;
    padding: 6px 10px;
    border-radius: 50%;
    color: #010304;
    font-size: 16px;
    margin: 0px 8px 0px 0px;
}

.chart_tab {
    position: relative;
}

.chart_bg .nav {
    display: flex;
    text-align: center;
    justify-content: space-between;
    background: #2c2c2e;
    padding: 7px 9px 6px;
    max-width: 350px;
    margin: 300px auto;
    border-radius: 30px;
}

.chart_bg .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #161617 !IMPORTANT;
    background-color: #c5fb5c;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
}

.chart_bg .nav button {
    color: #70833C !important;
}

.chart_bg .nav button.active {
    color: #161617 !IMPORTANT;
    background-color: #c5fb5c;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
}

.chart_list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 0;
}

.chart_list ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.48px;
    width: 50%;
    position: relative;
    padding-left: 30px;
    text-align: justify;
}

.chart_list ul li span {
    position: relative;
}

.chart_list ul li span::before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #CBFB45;
    position: absolute;
    left: -25px;
    top: 0px;
}

.chart_img .chart1 {
    max-width: 300px;
    position: absolute;
    bottom: 190px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.roadmap_bg {
    padding: 50px 0px;
}

.roadmap2 h2 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 45px;
    margin-left: 14px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.roadmap2 {
    max-width: 250px;
}

.roadmap1 {
    border: 1px solid #585858;
    background: #0f101e;
    border-radius: 15px;
    padding: 75px 50px 65px;
    position: relative;
}

.roadmap1 h2 {
    font-size: 20px;
    color: #ffffff;
}

.roadmap1 p {
    font-size: 16px;
    font-weight: 400;
    color: #92939e;
}

.roadmap_bg .roadmap1 .dot {}

.roadmap_bg .roadmap1 .dot::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 22%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(0deg, #010314 0%, #093637 47.60%, #cbfb45 98.23%);
    border: 1px solid #cbfb45;
}

.roadmap_bg .roadmap1 .dot::after {
    content: "";
    position: absolute;
    left: 24px;
    transform: translateX(-50%);
    top: -44px;
    width: 1px;
    height: 122px;
    background: #bfec41;
}

.team_bg {
    padding: 50px 0px;
    background: url(../images/img/banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.team_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #cbfb457d 0%, #000000 47.60%, transparent 65.23%);
    z-index: -1;
    border-radius: 0px 0px 20px 20px;
}

.team1 img {
    max-width: 180px;
    margin: auto;
}

.team1 h2 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    margin: 10px 0px 0px;
}

.team1 h5 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    margin: 5px 0px;
}

.team_but {
    text-align: center;
    margin: 30px 0px;
    padding: 20px 0px;
}

.but-2 {
    border-radius: 30px;
    background: #ffffff;
    display: inline-block;
    padding: 18px 45px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 0px 10px;
    position: relative;
}

.but-2 i {
    color: #cbfb45;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 10px;
}

@media only screen and (max-width: 1199px) {
    .home_bg .d-lg-block {
        display: none !important;
    }
    .contribute_bg .d-lg-block {
        display: none !important;
    }
    .feature1 h2 {
        font-size: 17px;
    }
    .chart_list ul li {
        letter-spacing: unset;
    }
}

@media only screen and (max-width: 991px) {
    .home_bg ul li {
        max-width: 165px;
    }
    .progress-wrap .list-wrap {
        padding: 0px;
    }
    .feature_text img {
        max-height: 40px;
    }
    .feature_text h2 {
        font-size: 35px;
    }
    .chart_bg::before {
        display: none;
    }
    .chart_bg h2 {
        margin: 10px 175px;
    }
}

@media only screen and (max-width: 769px) {
    .home_bg ul li {
        max-width: 110px;
        margin: 0px 5px;
    }
    .home-text p {
        font-size: 16px;
    }
    .head h2 {
        font-size: 50px;
    }
    .reaward1 h2 {
        font-size: 25px;
    }
    .feature_text h2 {
        font-size: 25px;
    }
    .feature_text img {
        max-height: 25px;
    }
    .chart_bg h2 {
        margin: 0px 75px
    }
    .roadmap2 {
        margin: auto;
    }
}

@media only screen and (max-width: 576px) {
    .home_bg {
        padding: 20px 0px;
    }
    .home-text h2 {
        font-size: 25px;
    }
    .home-text p {
        font-size: 12px;
    }
    .home_bg ul li {
        max-width: 55px;
        margin: 0px 3px;
    }
    .home_bg ul li h2 {
        max-width: 70px;
        font-size: 16px;
    }
    .home_bg ul li h2 span {
        font-size: 10px;
    }
    .head h2 {
        font-size: 18px;
    }
    .progress-wrap .progress-title {
        font-size: 12px;
    }
    .contribute_bg {
        padding: 20px 0px;
    }
    .contribute_bg .nav button {
        padding: 18px 20px;
        text-align: start;
        font-size: 10px;
        margin: 0px;
        max-width: 130px;
    }
    .contribute_bg .nav button i {
        display: none;
    }
    .partner_bg {
        padding: 20px 0px;
    }
    .reward_bg {
        padding: 20px 0px;
    }
    .reaward1 {
        padding: 40px 10px;
    }
    .reaward1 h2 {
        font-size: 16px;
    }
    .reaward1 p {
        font-size: 12px;
    }
    .reaward1 img {
        max-width: 65px;
        margin: -15px 0px 0px 0px;
    }
    .feature_shape {
        padding: 20px 0px;
    }
    .feature1 h2 {
        font-size: 12px;
    }
    .feature1 img {
        max-width: 30px;
    }
    .feature_text h2 {
        font-size: 14px;
    }
    .feature_text img {
        max-height: 14px;
    }
    .features-line-shape {
        display: none;
    }
    .chart_bg {
        padding: 20px 0px;
    }
    .chart_img .chart1 {
        max-width: 250px;
        bottom: 220px;
    }
    .chart_list ul li {
        font-size: 9px;
        padding-left: 20px;
    }
    .chart_bg h2 {
        margin: 5px 15px;
        font-size: 11px !important;
    }
    .chart_bg h2 {
        font-size: 12px;
    }
    .chart_bg p {
        font-size: 11px;
    }
    .chart_bg .nav {
        display: block;
        max-width: 155px;
        padding: 7px 0px 9px;
    }
    .chart_bg .nav button {
        display: inline-block;
    }
    .team_bg {
        padding: 20px 0px;
    }
}