@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

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

:root,
:root.dark {
    --white-black: #000000;
    --txt-invest: #fff;
    --data-bg: #1c1c1cbf;
    --plan-bg: #1C1C1C;
    --line-clr: #181818;
    --gradiant-bg: linear-gradient(180deg, #1e1e1e 0%, #0e0e0e 100%);
    --term-clr:#c7c7c7;
}

:root.light {
    --white-black: #fff;
    --txt-invest: #000;
    --data-bg: #eeeeeebf;
    --plan-bg: #EDEDED;
    --line-clr: #e5e5e5;
    --gradiant-bg: linear-gradient(180deg, #f3f3f3 0%, #e3e3e3 100%);
    --term-clr:#4c4c4c;
}

body {
    overflow-x: hidden;
    font-family: "Ubuntu", sans-serif;
    background-color: var(--white-black);
}

html {
    overflow-x: hidden !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1 {
    color: #fff;
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--txt-invest);
}

.purple_clr {
    color: #F267F8;
    text-transform: uppercase;
}

.bg-blue {
    background-color: #3772B8;
}

section {
    padding: 80px 0;
}

.multi_txt {
    background: linear-gradient(90deg, #F468F9 0%, #742FEB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: normal;
}

h2 {
    font-size: 50px;
    font-weight: 700;
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #868686;
}

.p_clr {
    background: linear-gradient(90deg, #F468F9 25%, #7A32EC 55%, #1505E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: "»";
}

.round_video video {
    border-radius: 20px;
    width: 100%;
}

/* HEADER CSS START */

a.nav-link.active {
    color: #F267F8 !important;
}

a.nav-link:hover {
    color: #F267F8 !important;
    border-bottom: 2px solid #F267F8;
}

a.nav-link {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    padding-bottom: 0 !important;
    color: #fff !important;
    transition: all 0.5s ease;
    white-space: nowrap;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.sticky {
    top: 0;
    width: 100%;
    background-color: black;
}

.form_btn a {
    border-radius: 25px !important;
    padding: 6px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #F267F8;
    display: inline-block;
}

.signup_btn {
    background: linear-gradient(90deg, #F468F9 0%, #1505E1 100%);
    border: 1px solid #7931eb !important;
}

a.dropdown-item {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 7px 10px;
}

ul.dropdown-menu {
    background: #0E0E0E;
    border: 1px solid #444444;
    /* width: 100%; */
    min-width: 260px;
    margin-top: 12px !important;
}

.dropdown-menu[data-bs-popper] {
    left: unset !important;
    top: unset !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
}

button.navbar-toggler.text-white.toggle-bg {
    filter: invert(1);
}

input#mode {
    width: 45px;
    height: 20px;
}

/* HEADER CSS END */


/* HOME-PAGE CSS START  */

/* HOME SECTION CSS START  */

section.home {
    padding: 250px 0 130px 0;
    position: relative;
    z-index: 2;

}
section.home video {
    object-fit: cover;
}

.home-data span {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.space_lft {
    margin-left: 10px;
}

span.rotate_txt {
    font-size: 40px;
}

.home-data img {
    top: -32px;
    left: -18px;
}

span.arrow_btn {
    background: #F468F9;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
}

.btn_space:before {
    left: 0 !important;
    right: 120px !important;
    margin: 0 auto;
}

span.arrow_btn:before {
    position: absolute;
    content: "";
    background: #eb64f8;
    width: 19px;
    height: 5px;
    left: 39px;
}

span.arrow_btn i {
    color: #fff;
    rotate: 30deg;
}

span.join_btn {
    border-radius: 25px !important;
    padding: 6px 30px;
    color: #fff;
    background: linear-gradient(90deg, #F468F9 0%, #7A32EC 100%);
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

section.home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00000094, transparent);
    /* background: #000000c2; */
}

.home-data {
    z-index: 99;
    position: relative;
}

/* HOME SECTION CSS END  */

/* SERVICE SECTION CSS START  */

section.service {
    background: url(../../img/website/service1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.service:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/website/serv_shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: circle_bot 20s linear infinite;
    z-index: -1;
}

.service_data h4 {
    color: var(--txt-invest);
}

/* SERVICE SECTION CSS END  */


/* TRADERS SECTION CSS START  */

.trade_box {
    background: url(../../img/website/trade_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
    position: relative;
    z-index: 1;
}

.trade_img img {
    margin-top: -80px;
}

/* TRADERS SECTION CSS END  */


/* MONEY SECTION CSS START  */

section.money {
    background: url(../../img/website/money_banner1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.money:before,
section.money:after {
    content: "";
    position: absolute;
    width: 25%;
    height: 45%;
    background-position: center center;
    background-repeat: no-repeat;
    animation: circle_bot 20s linear infinite;
    z-index: -1;
}

section.money:before {
    background-image: url(../../img/website/mleft_shape.png);
    top: 0;
    left: -195px;
}

section.money:after {
    background-image: url(../../img/website/mright_shape.png);
    bottom: 0;
    right: -195px;
}


/* MONEY SECTION CSS END  */


/* FEATURE SECTION CSS START */

section.feature {
    background: url(../../img/website/feature_banner1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.feature:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 80%;
    background-image: url(../../img/website/feature_shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: circle_bot1 8s linear infinite;
    z-index: -1;
}

.feature_data {
    background: var(--data-bg);
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    position: relative;
}

.feature_data:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    background: #f267f8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: blur(60px);
}

.feature_data h4 {
    color: var(--txt-invest);
}

/* FEATURE SECTION CSS END */



/* CTA CSS START */

.cta_bg {
    background-image: url(../../img/website/cta_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px;
}

.cta_box {
    background: linear-gradient(90deg, #F468F9 0%, #7A32EC 65%, #1505E1 100%);
    padding: 40px;
    border-radius: 150px;
}

.cta_img img {
    margin-top: -145px;
}

.cta_data h3 {
    font-size: 40px;
}

.cta_data p {
    font-size: 22px;
}

/* CTA CSS END */

/* PRICING CSS START  */
section.pricing {
    background-image: url(../../img/website/pricing_banner1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.pricing:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 80%;
    background-image: url(../../img/website/pricing_shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    animation: circle_bot1 8s linear infinite;
    z-index: -1;
}

.price_tab {
    background: transparent;
    border: 1px solid #b14af2;
    border-radius: 30px;
}

.price_tab button {
    border-radius: 30px !important;
    padding: 8px 40px;
    font-size: 20px;
    font-weight: 500;
    color: var(--txt-invest);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(90deg, #F468F9 0%, #7A32EC 65%, #1505E1 100%);
}

.nav-link:focus,
.nav-link:hover {
    color: var(--txt-invest);
}

.tabs_box {
    background-color: var(--plan-bg);
    border-radius: 10px;
    padding: 30px;
}

.tabs_box span {
    color: #A4A4A4;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.tabs_box sup {
    font-size: 32px;
}

.tab_list {
    background: linear-gradient(90deg, #F468F9 0%, #7A32EC 100%);
    border-radius: 10px;
    padding: 30px;
}

.tab_list ul li {
    font-size: 20px;
    margin-bottom: 15px;
}

.price_btn {
    padding: 5px 35px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 25px;
}

.price_btn a {
    text-transform: capitalize;
}

/* PRICING CSS END  */

/* PLATFORM CSS START  */

.form_box {
    background: var(--white-black);
    box-shadow: 0 0 8px 0 #8585854f;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
}

/* PLATFORM CSS END  */

/* PLAN SECTION CSS START  */

.plan_list{
    background: var(--white-black);
    box-shadow: 0 0 8px 0 #8585854f;
    padding: 35px;
    border-radius: 20px;
    transition: all 0.5s ease;
}
.plan_list h3{
    text-transform: uppercase;
}
.plan_list:hover{
    background: linear-gradient(90deg, #F468F9 0%, #7A32EC 100%);
}
.plan_list:hover h2, .plan_list:hover h3, 
.plan_list:hover h4, .plan_list:hover sup, 
.plan_list:hover ul li{
    color: #fff;
}
.plan_list ul li{
    font-size: 19px;
    margin-bottom: 15px;
    color: var(--txt-invest);
}
.plan_list sup{
    color: var(--txt-invest);
    font-size: 30px;
}

/* PLAN SECTION CSS END  */

/* CLIENT SECTION START  */

.client_box{
    background: var(--gradiant-bg);
    padding: 25px;
    border-radius: 8px;
}
.client_box i{
    color: #f1b304;
    font-size: 18px;
}
.client_box a {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

/* CLIENT SECTION END  */


/* FAQ SECTION CSS START  */

.accordion-body {
    border-top: 1px solid #868686;
}

section.faq .accordion-button:focus {
    box-shadow: unset !important;
}

section.faq .accordion-button:not(.collapsed) {
    box-shadow: unset !important;
    background: var(--plan-bg) !important;
}

section.faq div#collapseOne,
section.faq div#collapseTwo,
section.faq div#collapseThree,
section.faq div#collapseFour {
    background-color: var(--plan-bg);
    border-radius: 0 0 15px 15px;
}

section.faq button.accordion-button {
    font-size: 20px;
    font-weight: 400;
}

section.faq .accordion-collapse p {
    font-size: 16px !important;
    text-align: start;
    color: #868686;
}

section.faq .accordion-item {
    color: var(--bs-accordion-color);

}

section.faq .accordion-item,
section.faq button.accordion-button.collapsed,
section.faq .accordion-button:not(.collapsed) {
    border: unset !important;
    color: var(--txt-invest) !important;
    border-radius: 10px;
    margin-bottom: 10px;
}

section.faq .accordion-button:not(.collapsed) {
    box-shadow: unset !important;
    background: #000;
}

section.faq .accordion-item,
section.faq button.accordion-button.collapsed {
    background-color: var(--plan-bg);
}

section.faq .accordion-button::after {
    filter: invert(0.5);
}

.bg_shape::before {
    content: "";
    position: absolute;
    background-image: url(../../img/website/faq_shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 20%;
    height: 70%;
    top: -35%;
    right: 15px;
    z-index: -1;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* FAQ SECTION CSS END  */

/* HOME-PAGE CSS END  */


/* FOOTER CSS START  */

footer.head_line {
    background-image: url(../../img/website/footer_banner.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.head_line::before,
.head_line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--line-clr);
    left: 0;
}

.head_line::after {
    bottom: 70px;
}

.head_line::before {
    top: 120px;
}

footer h3 {
    font-size: 35px;
}

.footer_data ul.menu_list li a {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    color: var(--txt-invest) !important;
    transition: all 0.5s ease;
}

.footer_data ul.menu_list li a:hover {
    color: #F267F8 !important;
    border-bottom: 2px solid #F267F8;
}

.copy span {
    font-size: 20px;
    font-weight: 400;
    color: var(--txt-invest);
}

/* FOOTER CSS END */


/* ABOUTUS-PAGE CSS START  */

/* ABOUT SECTION CSS START  */

section.about {
    background-image: url(../../img/website/about/about_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 170px 0;
}

.crumb_list {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #88858A;
    padding: 10px 25px;
    border-radius: 8px;
}

.crumb_list li {
    font-size: 18px !important;
    font-weight: 500;
}

/* ABOUT SECTION CSS END */

/* INVESTOR SECTION CSS START  */

section.investor {
    background-image: url(../../img/website/about/investor_banner1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.investor:before,
section.investor:after {
    content: "";
    position: absolute;
    width: 25%;
    height: 45%;
    background-position: center center;
    background-repeat: no-repeat;
    animation: circle_bot 20s linear infinite;
    z-index: -1;
}

section.investor:before {
    background-image: url(../../img/website/mleft_shape.png);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -195px;
}

section.investor:after {
    background-image: url(../../img/website/mright_shape.png);
    bottom: 0;
    right: -195px;
}

.investor_head {
    position: relative;
}

.investor_head:before,
.invest:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/website/feature_shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: circle_bot1 8s linear infinite;
    z-index: -1;
}

.invest:before {
    height: 60% !important;
    top: -40px !important;
}

.invest_box {
    background-color: var(--data-bg);
    border: 1px solid #723875;
    padding: 25px;
    border-radius: 8px;
    height: 100%;
    position: relative;
}

.invest_box:before,
.invest_box:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    background: #f267f8;
    filter: blur(60px);
}

.invest_box:before {
    right: 0;
    top: 0;
}

.invest_box:after {
    left: 0;
    bottom: 0;
}

/* INVESTOR SECTION CSS END */

/* SERVICE SECTION CSS START  */
section.our_service {
    position: relative;
}

section.our_service:before,
section.our_service:after {
    content: "";
    position: absolute;
    width: 25%;
    height: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    animation: circle_bot 20s linear infinite;
    z-index: -1;
}

section.our_service:before {
    background-image: url(../../img/website/mleft_shape.png);
    top: 0;
    left: -195px;

}

section.our_service:after {
    background-image: url(../../img/website/mright_shape.png);
    bottom: 0;
    right: -195px;
}

.arrow_icon i {
    border: 2px solid var(--txt-invest);
    color: var(--txt-invest);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}

section.our_service .accordion-button:not(.collapsed) h2,
section.our_service .accordion-button:not(.collapsed) .arrow_icon i {
    color: #fff !important;
}

section.our_service .accordion-button:not(.collapsed) .arrow_icon i {
    border-color: #fff !important;
}

section.our_service .accordion-button:not(.collapsed) sup {
    color: #ffffff47 !important;
}

section.our_service .accordion-button:not(.collapsed) .faq_box_data p {
    color: #d8d8d8 !important;
}

section.our_service sup {
    font-size: 50px;
    font-weight: 600;
    color: #6e6e6e47;
    margin-right: 12px;
}

section.our_service .accordion-item {
    margin-bottom: 20px;
    border-radius: 12px;
}

section.our_service .accordion-button {
    padding: 30px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background: var(--plan-bg);
    border-radius: 12px;
}

section.our_service .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #F468F9 0%, #7A32EC 65%, #1505E1 100%);
    border-radius: 12px;
}

section.our_service .accordion-button:not(.collapsed) .arrow_icon i {
    rotate: 320deg;
}

section.our_service .accordion-button::after {
    display: none;
}

section.our_service .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

section.our_service .accordion-body {
    border-radius: 0 0 12px 12px !important;
    width: 85%;
    margin: 0 auto;
    background: var(--plan-bg);
    border: 1px solid #723875;
    border-top: unset !important;
}

/* SERVICE SECTION CSS END */

/* ABOUTUS-PAGE CSS END  */

/* SERVICES */

/* INTELLIGENCE PAGE CSS START  */

/* INTELLIGENCE SECTION CSS START  */

section.intelligence {
    background-image: url(../../img/website/intelligence/intelligence_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 170px 0;
}

/* INTELLIGENCE SECTION CSS END  */


/* INTELLIGENCE PAGE CSS END  */


/* NETWORK PAGE CSS START  */

/* NETWORK SECTION CSS START  */

section.network {
    background-image: url(../../img/website/network/network_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 170px 0;
}

/* NETWORK SECTION CSS END  */

/* NEURAL SECTION CSS START  */

ul.network_list li {
    font-size: 18px;
    margin-bottom: 15px;
    color: #868686;
}

/* NEURAL SECTION CSS END  */

/* NETWORK PAGE CSS END  */


/* TECHNOLOGY PAGE CSS START  */

/* TECHNOLOGY SECTION CSS START  */

section.technology {
    background-image: url(../../img/website/technology/tech_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 170px 0;
}

/* TECHNOLOGY SECTION CSS END  */

/* TECHNOLOGY PAGE CSS END  */


/* ARBITRAGE PAGE CSS START  */

/* ARBITRAGE SECTION CSS START  */

section.arbitrage {
    background-image: url(../../img/website/arbitrage/arbitrage_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 170px 0;
}

/* ARBITRAGE SECTION CSS END  */

/* ARBITRAGE PAGE CSS END  */


/* INVESTMENT PAGE CSS START  */

/* INVESTMENT SECTION CSS START  */

section.investment {
    background-image: url(../../img/website/investment/invest_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 170px 0;
}

/* INVESTMENT SECTION CSS END  */

/* INVESTMENT PAGE CSS END  */

/* CRYPTOGRAPHY PAGE CSS START  */

/* GRAPHY SECTION CSS START  */

section.graphy {
    background-image: url(../../img/website/cryptography/graphy_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 170px 0;
}

/* GRAPHY SECTION CSS END  */

/* CRYPTOGRAPHY PAGE CSS END  */


/* CRYPTOCURRENCY PAGE CSS START  */

/* CURRENCY SECTION CSS START  */

section.currency {
    background-image: url(../../img/website/cryptocurrency/crypto_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 170px 0;
}

/* CURRENCY SECTION CSS END  */

/* CRYPTOCURRENCY PAGE CSS END  */

/* SERVICES  */


/* TERM OF USE PAGE CSS START  */

section.terms {
    padding: 180px 0;
    background-image: url(../../img/website/privacy_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
section.terms h1{
    font-size: 80px;
}
section.terms::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000c4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.term_head span{
    background: linear-gradient(90deg, #F468F9 0%, #742FEB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.term_data span{
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    text-decoration: underline;
}
section.term_data ul li, section.term_data p {
    color: var(--term-clr);
    font-size: 17px;
}

/* TERM OF USE PAGE CSS END  */


/* MEDIA QUERY START  */

@media (min-width:320px) and (max-width:991px) {
    section {
        padding: 50px 0;
    }

    .tabs_box,
    .tab_list,
    .trade_box {
        padding: 15px;
    }

    .cta_box {
        padding: 5px;
        border-radius: 10px;
    }

    .cta_bg {
        padding: 20px;
    }

    .cta_img img {
        margin-top: 0;
    }

    .p_custm {
        padding: 100px 0 !important;
    }

    .navbar-collapse.collapse.show {
        background: #000;
        /* padding: 15px; */
        border-radius: 5px;
    }

    section.service:before {
        background-size: contain;
    }
    section.terms {
        padding: 100px 0 60px;
    }
    header{
        background: #000;
        border-bottom: 1px solid #4f4f4f;
    }
}

@media (min-width:320px) and (max-width:767px) {

    p,
    .cta_data p,
    .tabs_box span,
    .tab_list ul li,
    section.faq .accordion-collapse p,
    ul.network_list li {
        font-size: 14px;
    }

    .home-data span,
    .price_tab button,
    .tabs_box sup,
    .multi_txt,
    .footer_data ul.menu_list li a {
        font-size: 16px;
    }

    span.rotate_txt {
        rotate: unset;
    }

    .space_lft {
        margin-left: 0;
    }

    section.home {
        padding: 80px 0 20px 0;
    }

    .trade_img img {
        margin-top: 0;
    }

    .cta_data h3,
    section.faq button.accordion-button {
        font-size: 18px;
    }

    footer h3 {
        font-size: 24px;
    }

    .head_line::before,
    .head_line::after {
        display: none;
    }

    .faq_box_data,
    section.our_service .accordion-button {
        flex-wrap: wrap;
    }

    section.our_service sup {
        font-size: 18px;
        margin-bottom: 10px;
    }

    section.home video {
        position: unset !important;
        height: unset !important;
    }

    .home-data {
        margin-top: 20px;
    }

    a.navbar-brand img,
    .footer-img img {
        width: 50px;
    }

    .form_btn a {
        padding: 4px 15px;
        font-size: 14px;
    }

    .form_btn img {
        width: 30px;
    }

    section.home:before {
        display: none;
    }
    section.term_data span,
    .plan_list sup{
        font-size: 16px;
    }
    section.term_data ul li, section.term_data p,
    .plan_list ul li {
        font-size: 14px;
    }
    .plan_list {
        padding: 20px;
    }
    .plan_list h3 {
        font-size: 20px;
    }
}

@media (min-width:320px) and (max-width:575px) {
    h1,
    section.terms h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    .copy span {
        font-size: 16px;
    }

    .crumb_list li {
        font-size: 14px !important;
    }

    a.nav-link {
        font-size: 16px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    h1,
    section.terms h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    .copy span {
        font-size: 14px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    h1,
    section.terms h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    p,
    ul.network_list li {
        font-size: 16px;
    }

    .copy span {
        font-size: 18px;
    }

    .feature_data {
        padding: 14px;
    }

    .tabs_box sup {
        font-size: 20px;
    }

    .tab_list ul li {
        font-size: 17px;
    }

    .cta_data h3 {
        font-size: 25px;
    }

    section.home {
        padding: 170px 0 150px 0;
    }

    .invest_box {
        padding: 12px;
    }

    section.our_service sup {
        font-size: 25px;
    }
    section.term_data span,
    .plan_list sup{
        font-size: 18px;
    }
    section.term_data ul li, section.term_data p,
    .plan_list ul li {
        font-size: 16px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    h1,
    section.terms h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    .cta_data h3 {
        font-size: 27px;
    }

    .cta_bg {
        padding: 34px;
    }

    .cta_box {
        padding: 25px;
    }

    a.nav-link {
        font-size: 16px;
    }
    .client_box p,
    .plan_list ul li{
        font-size: 15px;
    }
    .client_box {
        padding: 15px;
    }
    .plan_list h3 {
        font-size: 22px;
    }
    .plan_list sup {
        font-size: 25px;
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    h1,
    section.terms h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 40px;
    }

    .cta_bg {
        padding: 45px;
    }

    .cta_box {
        padding: 30px;
    }

    .cta_data h3 {
        font-size: 35px;
    }
}

@media (min-width:1300px) and (max-width:1399px) {
    h1,
    section.terms h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 45px;
    }
}

@media (min-width:992px) and (max-width:1499px) {
    section.home {
        padding: 170px 0 190px 0;
    }
}

/* MEDIA QUERY END  */


/* Rotate Circle CSS START  */

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

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

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

    50% {
        transform: rotate(30deg);
    }

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

/* Rotate Circle CSS END  */



/*--  Preloader Styles  --*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999999;
}

#preloader .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* #preloader .preloader img {
    animation: circle_bot 6s linear infinite;
}

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

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

@media (min-width:1400px) {
    section.home {
        min-height: 100vh;
    }
}
.privacy-policy .main_list {
    padding-left: 25px !important;
    margin-bottom: 1rem;
}
.privacy-policy .main_list li {
    list-style-type: disc;
}
.privacy-policy  a {
    color: #f467f8;
}
.term_head{
    text-transform: uppercase;
}
.fa-star-of-life {
    color: #e461f7;
    font-size: 8px;
    line-height: normal;
    margin-right: 7px;
}