@font-face {
    font-family: 'Manrope-Regular';
    src: url('../fonts/Manrope-Regular.ttf') format('ttf'),
        url('../fonts/Manrope-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('../fonts/Manrope-Medium.ttf') format('ttf'),
        url('../fonts/Manrope-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('../fonts/Manrope-Bold.ttf') format('ttf'),
        url('../fonts/Manrope-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url('../fonts/Manrope-SemiBold.ttf') format('ttf'),
        url('../fonts/Manrope-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'MadaniArabic-Regular';
    src: url('../fonts/MadaniArabic-Regular.woff') format('woff'),
        url('../fonts/MadaniArabic-Regular.woff') format('truetype');
}

@font-face {
    font-family: 'madani-arabic-medium';
    src: url('../fonts/madani-arabic-medium.ttf') format('ttf'),
        url('../fonts/madani-arabic-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'MadaniArabic-SemiBold';
    src: url('../fonts/MadaniArabic-SemiBold.woff') format('woff'),
        url('../fonts/MadaniArabic-SemiBold.woff') format('truetype');
}

@font-face {
    font-family: 'MadaniArabic-Bold';
    src: url('../fonts/Madani\ Arabic\ Bold.ttf') format('ttf'),
        url('../fonts/Madani\ Arabic\ Bold.ttf') format('truetype');
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Manrope-Regular';
    background-color: #000;
}

.section__title {
    margin-bottom: 30px;
}

.section__title h2 {
    font-family: 'Manrope-SemiBold';
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 30px;
}

.section__title h2 span {
    color: #00D5C2;
}

/* header start */
.navbar {
    background-color: transparent !important;
    position: absolute;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid #00d5c224;
}

.navbar-brand img {
    width: 150px;
}

.navbar .navbar-nav .nav-item a {
    color: #ffffff;
    font-family: 'Manrope-SemiBold';
    padding: 0px;
    font-size: 16px;
}

.navbar .navbar-nav .nav-item a:hover {
    color: #00D5C2;
}

.navbar .navbar-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.login__sign__up__btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.login__sign__up__btn .sign__btn {
    background-color: #00D5C2;
    border: 1px solid #00D5C2;
    border-radius: 6px;
    font-family: 'Manrope-Bold';
    font-size: 14px;
    padding: 7px 30px;
    color: #000000;
}

.login__sign__up__btn .sign__btn:hover {
    background-color: transparent;
    color: #00D5C2;
}

.login__sign__up__btn .login__btn {
    background-color: transparent;
    border: 1px solid #00D5C2;
    border-radius: 6px;
    font-family: 'Manrope-Bold';
    font-size: 14px;
    padding: 7px 30px;
    color: #ffffff;
}

.login__sign__up__btn .login__btn:hover {
    background-color: #00D5C2;
    color: #000;
}

/* header end */

/* home landing page start */
/* hero section start */
.hero__video__section {
    position: relative;
    height: 100vh;
}

.hero__video__section .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__video__section .bg-video {
    width: 100%;
}

.hero__video__section .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    /* background-image: url(../img/layer.png); */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero__video__section .overlay .hero__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 80%;
    margin: auto;
}

.hero__video__section .overlay .hero__details h1 {
    font-family: 'MadaniArabic-Regular';
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.hero__video__section .overlay .hero__details h1 span {
    color: #00D5C2;
    /* text color */
    position: relative;
    padding: 4px 10px;
    /* space around text */
    border-radius: 6px;
    /* rounded background */
    display: inline-block;
    /* ensures bg fits text */
}

.hero__video__section .overlay .hero__details h1 span.financial__text {
    color: #00D5C2;
    /* text color */
    position: relative;
    padding: 4px 10px;
    /* space around text */
    border-radius: 6px;
    /* rounded background */
    display: inline-block;
    /* ensures bg fits text */
}

.hero__video__section .overlay .hero__details h1 span.financial__text::before {
    position: absolute;
    content: "";
    background: rgba(0, 213, 194, 0.2);
    /* semi-transparent bg */
    filter: blur(30px);
    width: 100%;
    height: 100%;
}

.hero__video__section .overlay .hero__details p {
    font-family: 'Manrope-Regular';
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
}

.hero__video__section .overlay .hero__details .view__whitepaper__join__waitlist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.hero__video__section .overlay .hero__details .view__whitepaper__join__waitlist .view__whitepaper__btn {
    background-color: #00D5C2;
    color: #000;
    font-family: 'Manrope-Bold';
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    border-radius: 10px;
    min-width: 190px;
    border: 1px solid #00D5C2;
    padding: 12px 20px;
}

.hero__video__section .overlay .hero__details .view__whitepaper__join__waitlist .view__whitepaper__btn:hover {
    background-color: transparent;
    color: #00D5C2;
}

.hero__video__section .overlay .hero__details .view__whitepaper__join__waitlist .view__whitepaper__btn:hover svg {
    fill: #00D5C2;
}

.hero__video__section .overlay .hero__details .view__whitepaper__join__waitlist .view__whitepaper__btn svg {
    width: 19px;
    height: 19px;
}

.hero__video__section .overlay .hero__details .view__whitepaper__join__waitlist .join__waitlist {
    box-shadow: inset 0px 0px 20px #00d5c2;
    border: 1px solid #00D5C217;
    border-radius: 8px;
    color: #ffffff;
    min-width: 190px;
    font-size: 14px;
    padding: 12px 20px;
    background-color: #000;
    font-family: 'Manrope-Bold';
}

.hero__video__section .overlay .hero__details .view__whitepaper__join__waitlist .join__waitlist:hover {
    box-shadow: inset 0px 0px 0px #00D5C266;
}

/* hero section end */

/* trusted custome start */
.trusted__customer {
    padding: 50px 0px;
    position: relative;
}

.trusted__customer::before {
    position: absolute;
    content: "";
    filter: blur(25px);
    left: 10px;
    width: 40px;
    top: 10px;
    height: 40px;
    background: #00D5C2;
}

.trusted__customer .trusted__customer__box {
    height: 50px;
    display: flex;
    align-items: center;
}

.trusted__customer .trusted__customer__box img {
    width: 150px;
}

/* trusted custome end */

/* our products start */
.our__product__section {
    background: linear-gradient(180deg,
            #19372745 0%,
            #00000059 50%,
            #18343278 100%);
    padding: 50px 0px;
}

.our__product__details {
    background-image: url(../img/our__product__bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 0px #00D5C2;
    border-radius: 10px;
    border: 1px solid #00D5C217;
    padding: 20px;
    width: 99%;
    margin-bottom: 50px;
}

.our__product__details h6 {
    background-color: #162626;
    border-radius: 30px;
    color: #00D5C2;
    font-family: 'Manrope-Medium';
    margin-bottom: 14px;
    display: inline-block;
    padding: 8px 25px;
    font-size: 12px;
}

.our__product__details h3 {
    font-family: 'Manrope-Bold';
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 30px;
}

.our__product__details p {
    font-family: 'Manrope-SemiBold';
    color: #6E6E6E;
    font-size: 16px;
    margin-bottom: 30px;
}

.profile_topbar_left_inner {
    background-image: url(../img/small-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.profile_topbar_inner {
    flex: 1;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.profile_icon {
    background: #000e07;
    border: 1px solid #00d5c35b;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
}

.profile_info h2 {
    color: #00d5c2;
    font-size: 21px;
    margin: 0 0 5px;
    font-family: Manrope-Bold;
}

.profile_info p {
    margin: 0;
    color: #6e6e6e;
    font-size: 15px;
    font-family: Manrope-SemiBold;
}

.profile_topbar_left_inner {
    border: 1px solid #00D5C217;
    padding: 12px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 0px #00D5C2;
}

.profile_icon img {
    height: 20px;
}

.profile_topbar_inner h3 {
    color: #fff;
    font-size: 19px;
    margin: 0;
    line-height: 36px;
    font-family: Manrope-Bold;
}

.writing_inner_type_box {
    padding: 15px;
    border-radius: 15px;
    box-shadow: inset 0px 0px 20px #00D5C23B;
    border: 1px solid #00D5C217;
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(10px);
}

.writing_inner .input__submit__box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.input_deta_row {
    width: 100%;
    padding-right: 0px;
    position: relative;
}

.attechment_block {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
}

.attechment_block img {
    height: 100%;
}

.input_area {
    border: none;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
}

button.submit_button svg {
    width: 20px;
    height: 20px;
    fill: #000;
}

.submit_button_area {
    min-width: 40px;
    height: 40px;
}

.atechment_left img {
    height: 18px;
    margin-left: -3px;
    width: 18px;
}

.atechment_more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    color: #ffffff;
}

.atechment_left,
.atechment_right {
    background: #000 0% 0% no-repeat padding-box;
    height: 33px;
    padding: 5px 10px;
    display: flex;
    gap: 10px;
    font-family: Manrope-SemiBold;
    align-items: center;
    overflow: hidden;
    box-shadow: inset 0 0 20px #00d5c27a;
    border: 1px solid #00D58D0D;
    border-radius: 8px;
    font-size: 12px;
}

.atechment_right img {
    width: 18px;
}

button.submit_button {
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #00d5c2;
}

.input_area input {
    width: 100%;
    height: 42px;
    outline: none !IMPORTANT;
    background: #171717 !IMPORTANT;
    box-shadow: none !IMPORTANT;
    border: 1px solid #00d5c238;
    border-radius: 7px;
    padding-left: 55px;
    color: #fff;
    font-family: 'Manrope-Regular';
    font-size: 14px;
}

button.submit_button:hover {
    background-color: transparent;
    border: 1px solid #00D5C2;
}

button.submit_button:hover svg {
    fill: #00d5c2;
}

/* our products end */

/* tokenomics distribution start */
.tokenomics__distribution__section {
    position: relative;
    padding: 70px;
}

.tokenomics__distribution__section:after {
    position: absolute;
    background-image: url(../img/teconomics_bg.png);
    content: "";
    width: 70px;
    height: 70px;
    left: 30px;
    top: 60px;
    transform: translate(0px, 0px);
    background-repeat: no-repeat;
    background-size: contain;
}

.tokenomics__distribution__section .meta__chart__box img {
    width: 100%;
}

.tokenomics__distribution__section .chart__speed__box {
    display: flex;
    align-items: start;
    padding-left: 100px;
}

.tokenomics__distribution__section .chart__speed__box img {
    height: 300px;
}

.tokenomics__distribution__section .section__title {
    margin-bottom: 50px;
}

.tokenomics__distribution__section .chart__speed__box h5 {
    font-family: 'MadaniArabic-Bold';
    color: #ffffff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(360deg);
    font-size: 14px;
    margin: 0px 20px 0px 0px;
}

.tokenomics__distribution__section .chart__speed__box h5 span {
    color: #00D5C2;
}

/* tokenomics distribution end */

/* why choose fqnt start */
.why__choose__fqnt__section .why__choose__title__graph h3 {
    font-family: 'MadaniArabic-SemiBold';
    color: #ffffff;
    font-size: 50px;
}

.why__choose__fqnt__section .why__choose__title__graph h3 span {
    color: #00D5C2;
}

.why__choose__fqnt__section .graph__img__box img {
    height: 100%;
}

.why__choose__fqnt__section {
    background: linear-gradient(180deg,
            #19372745 0%,
            #00000059 50%,
            #18343278 100%);
    position: relative;
}

.why__choose__fqnt__section::after {
    position: absolute;
    content: "";
    background-image: url(../img/choose__bg.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    right: 0px;
    top: -50px;
    background-size: contain;
}

.why__choose__title__graph {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    height: 100%;
}

.why__choose__fqnt__section .cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0px;
    width: 80%;
    /* adjust to match your design */
}

.why__choose__fqnt__section .col-sm-7 {
    border-left: 3px solid #00D5C224;
    display: flex;
    align-items: end;
    justify-content: right;
}

.graph__img__box {
    height: 200px;
}

.why__choose__fqnt__section .card__details {
    display: flex;
    align-items: center;
    background: #111;
    border: 1px solid #00D5C217;
    border-radius: 15px;
    padding: 16px 20px;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 1px 1px 0px #00D5C2;
}

.why__choose__fqnt__section .card__details:hover {
    transform: translateY(-4px);
}

.why__choose__fqnt__section .card__details img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.why__choose__fqnt__section .card-text {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Manrope-SemiBold';
}

/* why choose fqnt end */
/* blog section start */
.blog__section {
    padding: 80px 0px;
}

.blog__section .section__title {
    margin-bottom: 50px;
}

.blog__section .blog_card {
    background: #0d0f0f;
    color: #fff;
    padding: 15px 15px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #00D5C217;
    box-shadow: 1px 1px 0px #00D5C2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog__section .blog_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 20px rgba(0, 213, 194, 0.5);
}

.blog__section .blog_card .card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog__section .blog_card .card-image {
    margin-bottom: 15px;
}

.blog__section .blog_card .date {
    display: inline-block;
    font-size: 12px;
    color: #00D5C2;
    margin-bottom: 8px;
    background-color: #FFFFFF16;
    border-radius: 30px;
    padding: 5px 15px;
    font-family: 'Manrope-Medium';
}

.blog__section .blog_card p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.4em;
    font-family: 'Manrope-SemiBold';
}
.blog__section .blog_card .title {
    color: #00D5C2;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-family: 'Manrope-SemiBold';
}

.blog__section .blog_card .btn {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #00D5C2;
    border-radius: 5px;
    font-family: 'Manrope-Bold';
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    background: transparent;
    transition: all 0.3s ease;
}

.blog__section .blog_card .btn:hover {
    background: #00D5C2;
    color: #000;
}

/* blog section end */

/* faqs start */
.faqs__section {
    padding: 50px 0px;
    background: linear-gradient(180deg,
            #19372745 0%,
            #00000059 50%,
            #18343278 100%);
}

.faqs__section .accordion-item {
    background-color: #171717;
    margin-bottom: 15px;
    border: 1px solid #00D5C217;
    border-radius: 10px;
}

.faqs__section .accordion-button {
    background-color: #171717;
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    font-family: 'Manrope-Medium';
}

.faqs__section .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #00D5C224;
    background-color: #171717;
    border-radius: 10px 10px 0px 0px;
}

.faqs__section .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faqs__section .accordion-body {
    font-family: 'Manrope-Medium';
    color: #ffffff;
}

.faqs__section .accordion-body ul {
    padding: 0px;
    margin: 0px;
}

.faqs__section .accordion-body ul li {
    list-style: none;
}

.accordion-button::after {
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(-180deg);
}

.accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 1px solid #00D5C2 !important;
    border-radius: 8px;
}

/* faqs end */
/* start earning start */
.start__earning__section {
    background-image: url(../img/start_earning_bg.png);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgb(0, 0, 0, );
}

.start__earning__section::before {
    position: absolute;
    content: "";
    background-image: url(../img/start_earning_bg_after.png);
    width: 100%;
    height: 100%;
    left: -30px;
    top: 30%;
    transform: translate(0px, 0px);
    background-repeat: no-repeat;
    background-size: auto;
}

.start__earning__section .overlay {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(27, 62, 59, 0.7) 30%,
            rgba(0, 0, 0, 0.7) 90%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.start__earning__section .start__earning__details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login__sign__btn {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.login__sign__btn a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #00D5C2;
    border-radius: 5px;
    font-family: 'Manrope-Bold';
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    background: transparent;
    transition: all 0.3s ease;
}

.login__sign__btn a:hover {
    background: #00D5C2;
    color: #000;
}

.start__earning__details h2 {
    font-family: 'MadaniArabic-Bold';
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.start__earning__details p{
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Manrope-Regular';
}
.start__earning__details h2 span {
    color: #00D5C2;
}

/* start earning end */
/* footer start */
footer {
    background-color: #161616;
    padding: 50px 0px;
    border-bottom: 1px solid #00D5C233;
}

footer .section__title h2 {
    text-align: start;
}

footer .section__title {
    margin-bottom: 20px;
}

.fqnt__left__side p {
    color: #ffffff;
    font-family: 'Manrope-Medium';
    max-width: 50%;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
}

.fqnt__left__side .footer__logo {
    margin-bottom: 15px;
}

.fqnt__left__side .footer__logo img {
    width: 150px;
}

.social__link__box a {
    text-decoration: none;
    background-color: #00D5C2;
    border: 1px solid #00D5C2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.social__link__box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.social__link__box a svg {
    width: 20px;
    height: 20px;
    fill: #000;
}

.social__link__box a:hover svg {
    fill: #00D5C2;
}

.social__link__box a:hover {
    background-color: transparent;
}

.privacy__terms__link {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy__terms__link a:hover {
    color: #00D5C2;
}

.privacy__terms__link a {
    color: #ffffff;
    font-family: 'Manrope-Regular';
    font-size: 16px;
    text-decoration: none;
}

.copy__right__section {
    background-color: #161616;
    padding: 10px 0px;
}

.copy__right__section h5 {
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    font-family: 'Manrope-Medium';
}

/* footer end */
/* home landing end */

/* wallate landing start */
img {
    max-width: 100%;
}

/* 


.navbar {
    background-color: transparent !important;
    position: absolute;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid #002D18;
    padding: 10px 0px ! IMPORTANT;
} */

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.button_header a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #00D5C217;
    font-family: 'Manrope-Bold';
    font-size: 14px;
    border-radius: 6px;
    padding: 7px 30px;
    transition: 0.5s;
    background: #00D5C2;
    color: #000000;
}

.button_header a:hover {
    background: #000;
    color: #fff;
}


section.hero_section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

video.bg_video_banner {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100%;
    object-fit: cover !IMPORTANT;
    transform: scale(1.2);
}

.hero_main {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 100vh;
    z-index: 2;
    padding-top: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero_content_main h5 {
    font-family: 'Manrope-SemiBold';
    display: inline-block;
    background: #fff;
    color: #000000;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 30px;
}

.hero_content_main h1 {
    color: #fff;
    font-family: 'MadaniArabic-SemiBold';
    font-size: 40px;
    margin-bottom: 20px;
}

.hero_content_main h1 span {
    color: #00D5C2;
    position: relative;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
}

.hero_content_main h1 span.financial__text::before {
    position: absolute;
    content: "";
    background: rgba(0, 213, 194, 0.2);
    filter: blur(30px);
    width: 100%;
    height: 100%;
}

.hero_content_main h3 {
    color: #fff;
    font-family: 'Manrope-Medium';
    font-size: 20px;
    margin-bottom: 30px;
}

.hero_content_main ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
}

.hero_content_main ul li {
    background: url(./assets/img/check.png);
    background-repeat: no-repeat !important;
    color: #fff;
    font-family: 'Manrope-Medium';
    font-size: 16px;
    padding: 5px;
    padding-left: 32px;
    background-size: 24px !IMPORTANT;
    background-position-y: 5px;
}

.button__group_main a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #00D5C217;
    width: 205px;
    height: 50px;
    font-family: 'Manrope-Bold';
    font-size: 15px;
    border-radius: 8px;
    margin-right: 10px;
    padding: 5px 10px;
    transition: 0.5s;
}

.button__group_main a:last-child {
    margin-right: 0px;
}

.button__group_main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

a.dark_button_color {
    background: #00D5C2;
    color: #000;
}

a.light_button_color {
    box-shadow: inset 0px 0px 20px #00D5C266;
    border: 1px solid #00D5C217;
    color: #ffffff;
    font-size: 14px;
    background-color: #000;
    font-family: 'Manrope-Bold';
}

.button__group_main a img {
    margin-right: 10px;
    height: 22px;
}

.button__group_main a:hover {
    background: #000;
    color: #fff;
    box-shadow: none;
    border-color: #00d5c2;
}

.button__group_main a:hover img {
    filter: invert(1);
}

.hero_footer_block {
    margin-top: auto;
    margin-bottom: 30px;
}

.hero_footer_row {
    display: flex;
    flex-wrap: wrap;
}

.hero_footer_block_row {
    width: 80px;
}

.hero_footer_content h5 {
    font-family: 'Manrope-Bold';
    font-size: 18px;
    margin-bottom: 0px;
}

.hero_footer_content h4 {
    font-family: 'Manrope-Regular';
    font-size: 16px;
    margin-bottom: 5px;
}

.hero_footer_content {
    color: #fff;
    padding-left: 10px;
}

.hero_footer_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Manrope-Regular';
    font-size: 15px;
}

.hero_footer_buttons a {
    display: inline-block;
    margin-right: 7px;
}

.hero_footer_buttons a img {
    height: 41px;
}



.wallet_landing_faq {
    background: transparent;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 75px 0px;
}

.section__title h2 {
    font-family: 'MadaniArabic-SemiBold';
}


/*cta css*/

.cta_block {
    background-size: cover !IMPORTANT;
    padding: 50px;
    border-radius: 30px;
    /* height: 270px; */
    background-position: center !important;
}

.cta_block_inner h2 {
    color: #000000;
    font-family: 'MadaniArabic-SemiBold';
    font-size: 38px;
}

.cta_block_inner {
    max-width: 480px;
}

.cta_buttons a img {
    filter: invert(1);
}

.cta_buttons a {
    border: 1px solid #000;
    box-shadow: inset 0px 0px 20px #00D5C266;
    width: auto;
    min-width: 180px;
}

.cta_buttons a.light_button_color {
    box-shadow: none;
}

.cta_buttons a.light_button_color:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.cta_buttons a.light_button_color:hover img {
    filter: invert(0);
}

.cta_buttons a.dark_button_color:hover {
    border-color: #000;
}

section.cta_section {
    margin: 75px 0px;
}

/*cta css*/


/*footer css*/

.footer_center {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.footer_center .social__link__box {
    justify-content: center;
}

.footer_center .privacy__terms__link {
    justify-content: center;
}

footer.footer_section {
    padding-bottom: 0px;
    border-top: 6px solid #00D5C2;
    overflow: hidden;
}

.footer_center p {
    color: #fff;
}

.logo_footer {
    margin-bottom: 15px;
}

.footer_center h4 {
    font-family: 'MadaniArabic-SemiBold';
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
}

.footer_center .social__link__box svg {
    height: 25px;
    width: 25px;
}

.footer_center .social__link__box a {
    height: 40px;
    width: 40px;
}

.wallate__landing .copy__right__section {
    margin-top: 50px;
    border-top: 1px solid #00D5C233;
    padding: 15px 0px;
}

/*footer css*/


/*logo slider*/

section.logo_section {
    background: linear-gradient(90deg, #00D5C2, #006B61);
    padding: 15px 0px;
}

.logo_title h2 {
    font-family: 'madani-arabic-medium';
    font-size: 23px;
    margin: 0px;
}

.logo_block img {
    height: 75px;
    width: 100%;
    object-fit: contain;
}

.logo_block {
    padding: 0px 10px;
}

/*logo slider*/


/*secure section*/

section.secure_section {
    padding: 75px 0px;
}

.title_text h5 {
    display: inline-block;
    background: #fff;
    font-family: 'Manrope-SemiBold';
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 30px;
    letter-spacing: 1px;
}

.title_text h2 {
    text-align: left;
    margin-bottom: 13px;
    font-size: 38px;
}

.title_text p {
    color: #fff;
    font-family: 'Manrope-Medium';
}

.secure_block {
    background: linear-gradient(180deg, #000000, #00312D);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #00D5C280;
    height: 100%;
    border-right: 4px solid #00d5c2;
    border-bottom: 4px solid #00d5c2;
}

section.secure_section .row .row .col-md-6 {
    margin-bottom: 30px;
}

.secure_block_img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #000000, #193727);
    height: 85px;
    width: 85px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 3px solid #00d5c2;
    transition: 0.5s;
}

.secure_block_img img {
    height: 40px;
}

.secure_block h2 {
    font-family: 'Manrope-SemiBold';
    color: #fff;
    margin-bottom: 20px;
    font-size: 25px;
}

.secure_block p {
    color: #fff;
    margin: 0px;
}

.secure_block:hover .secure_block_img {
    background: #fff;
}

.secure_block:hover .secure_block_img img {
    filter: invert(1);
}

/*secure section*/

/*wallet css*/

.title_text.text-center h2 {
    text-align: center;
}

section.wallet_section {
    padding: 50px 0px;
}

.wallet_block {
    border: 1px solid #006B614D;
    border-radius: 20px;
    background: linear-gradient(180deg, #000000, #00312D);
    padding: 35px 30px;
    margin: 0px 15px;
    height: 100%;
    transition: 0.5s;
}

section.wallet_section .col-md-4 {
    margin-bottom: 45px;
}

.wallet_block_img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2b2b2b;
    height: 75px;
    width: 75px;
    border-radius: 8px;
    background: #1b1a1a;
    margin-bottom: 25px;
}

.wallet_block_img img {
    height: 45px;
}

.wallet_block h2 {
    color: #fff;
    font-family: 'Manrope-SemiBold';
    font-size: 26px;
    margin-bottom: 15px;
    transition: 0.5s;
}

.wallet_block p {
    color: #fff;
    margin: 0px;
}

.wallet_block:hover {
    box-shadow: 0px 0px 30px #00D5C280;
}

.wallet_block:hover h2 {
    color: #00D5C2;
}

/*wallet css*/


/*feature css*/

.feature_block_main {
    border-radius: 30px;
    border: 1px solid #00d5c24f;
}

section.feature_section {
    background: #000000;
    padding: 75px 0px;
}

.feature_block {
    padding: 50px;
    height: 595px;
}

.feature_block .button__group_main {
    margin-top: 35px;
}

.feature_block .title_text p {
    max-width: 500px;
}

.feature_slider .swiper-pagination {
    width: auto !IMPORTANT;
    left: 50px !IMPORTANT;
    bottom: 28px !IMPORTANT;
}

.feature_slider .swiper-pagination span {
    background: #fff !important;
}

.section__title.title_text {
    margin: 0px;
}

/*feature css*/

/*blog artical css*/

.blog__section.blog_artical_section {
    position: relative;
}

.blog__section.blog_artical_section .container {
    position: relative;
}

.blog__section.blog_artical_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #161616;
    opacity: 0.5;
}

/*blog artical css*/

footer.footer_section .copy__right__section {
    background: transparent;
}

.logo_footer img {
    height: 27px;
}

/* wallate landing end */

/* product priview css start */
.security__tracking__box{
    background: #0d0f0f;
    color: #fff;
    padding: 15px 15px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #00D5C217;
    box-shadow: 1px 1px 0px #00D5C2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.security__tracking__box .img img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}
.security__tracking__box h2{
    font-family: 'Manrope-Medium';
    font-size: 25px;
    margin-bottom: 20px;
}
.security__tracking__box p{
    font-family: 'Manrope-Regular';
    font-size: 14px;
    margin-bottom: 0px;
}
/* product priview css end */
.img_ecosystem{
    height: 400px;
    display: flex;
    justify-content: center;
}
.img_ecosystem img{
    height: 100%;
}