:root {}

body {
    font-family: poppins;
}

.container {
    padding: 0px;
    width: 100%;
}

.customFlex {
    display: flex;
}

.myMenu {
    height: 70px;
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    box-shadow: rgba(112, 144, 176, 0.15) 0px 0px 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.myMenu .headerMenu {
    padding: 0px 15px;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.myMenu .headerMenu .logo {
    padding: 0px;
}

.myMenu .headerMenu .logo a {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.myMenu .headerMenu .logo a img {
    padding: 0px;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.myMenu .headerMenu .nav {}

.myMenu .headerMenu .nav li {
    list-style-type: none;
    position: relative;
}

.myMenu .headerMenu .nav li.dropDown::after {
    content: url("../images/icons/dropDown2.png");
    position: absolute;
    right: 0px;
    filter: brightness(0.2);
    top: 12px;
}

.myMenu .headerMenu .nav li.dropDown:hover::after {
    filter: brightness(1);
}

.myMenu .headerMenu .nav li a:hover {
    color: rgb(36, 193, 111);
}

.myMenu .headerMenu .nav li a {
    font-weight: 500;
    letter-spacing: 2.21px;
    color: rgb(30, 22, 45);
    text-transform: uppercase;
    font-size: 13px;
}

.myMenu .headerMenu .nav li a:hover {
    text-decoration: none;
    background-color: #fff;
}

.myMenu .headerMenu .nav .dropDown .subMenu ul li.clickImg::after {
    content: "";
}

.myMenu .headerMenu .nav .dropDown .subMenu ul li:hover {
    background: rgb(255, 255, 255);
}

.myMenu .headerMenu .sponsor {}

.myMenu .headerMenu .sponsor span {
    letter-spacing: 2.8px;
    color: rgb(255, 1, 68);
    text-transform: uppercase;
    font-weight: 700;
}

.dropDown:hover .subMenu {
    display: block !important;
}

.dropDown:hover .subMenu {}

.dropDown {
    position: relative;
}

.subMenu {
    margin: 0px;
    left: 0px;
    top: 100%;
    position: absolute;
    padding: 17px;
    width: 455px;
    border-radius: 23px;
    background: rgb(246, 255, 251);
    display: none !important;
}

.subMenu ul::-webkit-scrollbar {
    width: 5px;
}

.subMenu ul::-webkit-scrollbar-track {
    background: rgb(225, 225, 225);
}

.subMenu ul::-webkit-scrollbar-thumb {
    background-color: rgb(36, 193, 111);
    border-radius: 20px;
}

.myMenu .headerMenu .nav .dropDown .subMenu {}

.myMenu .headerMenu .nav .dropDown .subMenu ul {
    padding: 0px;
    overflow: auto;
    max-height: 500px;
}

.myMenu .headerMenu .nav .dropDown .subMenu ul li {
    position: relative;
    border-radius: 12px;
    padding: 15px;
}

.myMenu .headerMenu .nav .dropDown .subMenu ul li:hover::after {
    content: url("../images/icons/arrow.svg");
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.myMenu .headerMenu .nav .dropDown .subMenu ul li a {
    color: rgb(36, 193, 111);
    font-size: 16px;
}

.myMenu .headerMenu .nav .dropDown .subMenu ul li a h5 {
    margin: 0;
    letter-spacing: initial;
    font-weight: 500;
    line-height: 1.8;
    font-size: 16px;
    color: rgb(57, 50, 70);
    text-transform: initial;
}

.banner {
    padding: 50px 0px;
    margin: 70px 0px 0px;
}

.bannerText h1 {
    font: 600 40px / 60px Poppins;
    letter-spacing: 0px;
    color: rgb(30, 22, 45);
    margin: 30px 0px 12px;
}

.bannerText h1 span {
    font-style: italic;
    letter-spacing: 0px;
    color: rgb(36, 193, 111);
}

.bannerText p {
    line-height: 25px;
    margin: 0px 0px 30px;
    font-size: 16px;
    letter-spacing: 0px;
    color: rgb(30, 22, 45);
    font-weight: 500;
}

.bannerText button, .bannerText a {
    display: flex;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
    background: 0% 0% no-repeat padding-box padding-box rgb(229, 35, 74);
    border-radius: 12px;
    height: 55px;
    min-width: 150px;
    border: none;
    color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: fit-content;
    padding: 0 40px;
}

.banner .videoCont {
    position: relative;
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    border-radius: 15px;
    padding: 10px 20px 20px;
}

.oleyLay button {
    border: none;
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.oleyLay button img {
    width: 20px !important;
    height: 20px !important;
    object-fit: none !important;
}

.banner .videoCont figure {}

.banner .videoCont figure iframe {
    width: 100%;
    border: none;
    cursor: none;
}

.banner .videoCont figure img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.counterArea {
    position: relative;
    top: -130px;
}

.counterArea .countSpace {
    position: relative;
}

.counterArea .container {}

.counterArea .countSec {
    width: 100%;
    padding: 5em 4em;
    background: 0% 0% no-repeat padding-box padding-box rgb(220, 244, 233);
    border-radius: 100px 100px 0px 0px;
}

.counterArea .countGrid {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
}

.counterArea .countGrid .counterItem {
    text-align: center;
}

.counterArea .countGrid .counterItem p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgb(30, 22, 45);
    text-transform: uppercase;
}

.counterArea .countGrid .counterItem h3 {
    margin: 0px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    color: rgb(36, 193, 111);
    font-size: 25px;
}

.countDownArea {
    column-gap: 70px;
    margin-top: 70px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    padding: 0px 42px;
}

.countDownArea p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgb(30, 22, 45);
}

.countDownArea .counters .contNum {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.countDownArea .counters .counterBlock {
    text-align: center;
}

.countDownArea .counters .counterBlock p {
    text-transform: uppercase;
    margin: 0px;
    font-size: 12px;
}

.countDownArea .counters .counterBlock h3 {
    margin: 0px;
    font: bold 58px / 70px Poppins;
    letter-spacing: 0px;
    color: rgb(36, 193, 111);
    position: relative;
}

.countDownArea .counters .counterBlock h3::before {
    content: ":";
    position: absolute;
    right: -8px;
    top: -4px;
    font-size: 31px;
}

.countDownArea .counters .contNum .counterBlock:nth-child(4) h3::before {
    display: none;
}

.countDownArea .countDown {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.counters h3 {
    margin: 15px 0px 0px;
    font: bold 58px / 95px Poppins;
    letter-spacing: 0px;
    color: rgb(36, 193, 111);
}

.countSec .quote {}

.countSec .quote .quoteText {}

.countSec .quote .quoteText h4 {
    line-height: 1.4;
    margin: 60px 0px 0px;
    letter-spacing: 0px;
    color: rgb(30, 22, 45);
    font-size: 25px;
    text-align: center;
    font-weight: 500;
}

.countSec .quote .quoteText p {
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 0px;
    color: rgb(36, 193, 111);
    font-weight: 500;
    text-align: center;
}

.counterArea .updatesField {
    width: 61%;
    margin: 0px auto;
}

.counterArea .updatesField form {}

.counterArea .updatesField form .form-group {
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
    border-radius: 20px;
    display: flex;
    background: rgb(255, 255, 255);
    padding: 15px;
    min-height: 69px;
}

.counterArea .updatesField form .form-group input {
    box-shadow: none;
    border: none;
}

.counterArea .updatesField form .form-group #mce-EMAIL {}

.counterArea .updatesField form .form-group input::placeholder {
    font-size: 15px;
    letter-spacing: 0px;
    color: rgb(105, 96, 113);
}

.counterArea .updatesField form .form-group .button {
    height: 50px;
    font-weight: 600;
    letter-spacing: 0px;
    border: none;
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 1, 68);
    border-radius: 12px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    width: 156px;
}

.earnCash {}

.earnCash .earnHeading {}

.earnCash .earnHeading h1 {
    font-weight: 600;
    font-size: 36px;
    color: rgb(0, 0, 0);
}

.earnCash .earnHeading h1 span {
    font-style: italic;
    color: rgb(36, 193, 111);
}

.earnCash .earnHeading p {
    padding: 0px 20px;
    color: rgb(229, 35, 74);
    opacity: 1;
    font-size: 18px;
}

.earnCash .reward {}

.earnCash .rewardCard {
    padding: 0px 30px;
    margin: 90px 0px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 50px 15px;
}

.earnCash .rewardCard figure {
    min-height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.earnCash .rewardCard figure img {}

.earnCash .rewardCard .earnCashCard {}

.earnCash .rewardCard h4 {
    line-height: 1.6;
    font-size: 16px;
    color: var(--third-color);
    margin-top: 30px;
}

.textCoulmn {
    margin-top: 70px;
}

.textCoulmn .textWithImg {
    column-gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.textCoulmn .textWithImg figure {
    text-align: center;
}

.textCoulmn .textWithImg figure img, .textWithImg figure img {
    width: 600px;
}

.textCoulmn .bannerText {}

.textCoulmn .bannerText h1 {}

.textCoulmn .bannerText h1 span {}

.textCoulmn .bannerText p {}

.textCoulmn .bannerText button {}

.textCoulmn .textColumnImg {}

.textCoulmn .textColumnImg figure {}

.textCoulmn .textColumnImg figure img {
    object-fit: cover;
}

.textCoulmn .textColumnImg::before {
    content: "";
}

.textCoulmn .textColumnImg::after {
    content: "";
}

.nfbscolumn {
    margin-top: 70px;
}

.nfbscolumn .textWithImg {
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.nfbscolumn .textWithImg .nfbsImg {}

.nfbscolumn .textWithImg figure {
    text-align: center;
}

.nfbscolumn .textWithImg .nfbsImg figure img {
    object-fit: cover;
}

.nfbscolumn .textWithImg .nfbsImg::before {
    content: "";
}

.nfbscolumn .textWithImg .nfbsImg::after {
    content: "";
}

.stabilitycolumn {}

.stabilitycolumn .textWithImg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.stabilitycolumn .textWithImg .stabilityImg {}

.stabilitycolumn .textWithImg .stabilityImg figure {}

.stabilitycolumn .textWithImg .stabilityImg figure img {
    width: 90%;
    object-fit: cover;
}

.stabilitycolumn .textWithImg .stabilityImg::before {
    content: "";
}

.stabilitycolumn .textWithImg .stabilityImg::after {
    content: "";
}

.connectSection {
    margin: 70px 0px;
}

.connectSection .connectBg {}

.connectSection .gridCard {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    background: 0% 0% no-repeat padding-box padding-box rgb(220, 244, 233);
    border-radius: 100px 100px 0px 0px;
    padding: 80px;
    column-gap: 30px;
}

.connectSection .gridCard .myCard {
    z-index: 5;
    position: relative;
    padding: 50px 25px;
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    box-shadow: rgba(112, 144, 176, 0.15) 0px 0px 40px;
    border-radius: 20px;
    opacity: 1;
}

.connectSection .gridCard .myCard::before {
    content: url("../images/image 124 (Traced).png");
    position: absolute;
    right: -30px;
    top: 48%;
    z-index: 0;
}

.connectSection .gridCard .myCard:nth-child(4)::before {
    display: none;
}

.connectSection .gridCard .myCard figure {
    align-items: center;
    display: flex;
    min-height: 128px;
    justify-content: center;
}

.connectSection .gridCard .myCard figure img {}

.connectSection .gridCard .myCard h4 {
    color: rgb(229, 35, 74);
    font-size: 20px;
}

.connectSection .gridCard .myCard p {
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: rgb(67, 84, 117);
    font-weight: 500;
}

.connectSection .gridCard .myCard::after {
    content: "";
}

.richcolumn .textWithImg {}

.richcolumn .textWithImg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.richcolumn .textWithImg figure {}

.richcolumn .textWithImg figure img {
    width: 90%;
    object-fit: cover;
}

.enjoySection {}

.enjoySection .textWithImg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.enjoySection .enjoyImg {}

.enjoySection .enjoyImg figure {}

.enjoySection .enjoyImg figure img {
    width: 90%;
    object-fit: cover;
}

.richcolumn .textWithImg::before {}

.richcolumn .textWithImg::after {}

.investorcolumn {}

.investorcolumn .textWithImg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.investorcolumn .investorImg {}

.investorcolumn .investorImg figure {}

.investorcolumn .investorImg figure img {
    width: 90%;
    object-fit: cover;
}

.investorcolumn .investorImg::before {
    content: "";
}

.investorcolumn .investorImg::after {
    content: "";
}

.buySection {
    margin-top: 40px;
}

.buySection .gridCard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    column-gap: 30px;
}

.buySection .feeCard {
    padding: 3em;
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    box-shadow: rgba(112, 144, 176, 0.15) 0px 0px 40px;
    border-radius: 20px;
    opacity: 1;
    min-height: 350px;
}

.buySection .feeCard h5 {
    letter-spacing: 0px;
    color: rgb(204, 1, 54);
    opacity: 1;
    font-size: 23px;
    padding-bottom: 20px;
}

.buySection .feeCard p {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    opacity: 1;
}

.buySection .feeCard ul {padding: 0;width: fit-content;margin: auto;}

.buySection .feeCard ul p:first-child {
    line-height: 26px;
    margin-bottom: 25px;
}

.buySection .feeCard ul li {
    display: flex;
    text-align: left;
    list-style-type: none;
    color: rgb(22, 39, 82);
    font-size: 14px;
}

.buySection .feeCard ul li p {
    margin-left: 15px;
}

.buySection .feeCard ul li span {
    margin-right: 15px;
    font-weight: 600;
    color: rgb(229, 35, 74);
    font-size: 14px;
}

.buySection .viewMore {
    text-align: center;
    margin-top: 70px;
}

.buySection .viewMore a {
    background: 0% 0% no-repeat padding-box padding-box rgb(229, 35, 74);
    border-radius: 12px;
    padding: 10px 30px;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 18px;
    opacity: 1;
    text-decoration: none;
}

.buySection .buyBg {
    background: 0% 0% no-repeat padding-box padding-box rgb(220, 244, 233);
    border-radius: 100px 100px 0px 0px;
    opacity: 1;
    padding: 80px;
}

.buySection .viewMore .somDe {
    font-weight: 600;
    letter-spacing: 0px;
    color: rgb(30, 22, 45);
    opacity: 1;
    font-size: 18px;
    margin-left: 8px;
    background: no-repeat;
    text-decoration: none;
}

.buySection .copyRight {
    padding: 10px 0px;
    background: 0% 0% no-repeat padding-box padding-box rgb(229, 35, 74);
    text-align: center;
    align-items: center;
}

.buySection .copyRight a {
    color: rgb(255, 241, 245);
    font-size: 16px;
    margin: 0px auto;
    text-decoration: none;
}

.openMenu {
    display: none;
}

.myMenu .myNav .closeMe {
    top: 20px;
    right: 20px;
    position: absolute;
}

.myMenu .myNav .closeMe .hideMe {
    font-size: 16px;
    display: none;
    color: #ff0000;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
}

.myMenu .myNav {}

.chartPie {
    margin-top: 70px;
    padding: 0px 0px 5px;
}

.c3-chart-arc text {
    display: none;
}

.c3-tooltip-container {
    background: #fff;
}

.c3-tooltip-container .c3-tooltip {}

.c3-tooltip-container .c3-tooltip tr {
    font-weight: 700;
    flex-direction: column;
    display: flex;
    text-align: left;
}

.c3-tooltip-container .c3-tooltip tr td {
    text-align: left;
}

.c3-tooltip-container .c3-tooltip tr td .name {}

.c3-tooltip-container .c3-tooltip tr td .value {}

.chartPie canvas {}

.chartPie .pieHeading {}

.chartPie .pieHeading h1 {
    margin: 0px 0px 30px;
    color: rgb(30, 22, 45);
    opacity: 1;
    font-size: 36px;
}

.chartPie .pieHeading h4 {
    color: rgb(30, 22, 45);
    text-transform: uppercase;
    opacity: 1;
    font-size: 22px;
}

.chartPie .pieHeading h3 {
    color: rgb(36, 193, 111);
    opacity: 1;
    font: bold 58px / 50px Poppins;
    margin: 0px 0px 40px;
}

.myChart {}

.chartBlock {
    width: 95%;
}

.myChart .myData {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.myChart .text {
    margin-right: 15px;
}

.myChart .myData .text h3 {
    font-size: 24px;
    color: rgb(255, 69, 118);
}

.myChart .myData .text p {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.myChart .myData .myColor {
    min-width: 20px;
    height: 20px;
    border-radius: 5px;
}

.leftCol {
    text-align: right;
}

.rightCol .myData {
    flex-direction: row-reverse;
}

.rightCol .myData .text {
    text-align: left;
    margin-right: 0px;
    margin-left: 15px;
}

.rightCol .myData h3 {}

.rightCol .myData p {}

.rightCol .myData {}

.leftColCol {}

.myVidArea {
    border-radius: 20px;
    display: flex;
    position: absolute;
    background: rgb(0 0 0 / 5%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.myVidArea button {
    border: navajowhite;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.myVidArea button img {}