font-face {
    font-family: font-light;
    src: url('../fonts/Moderat-Light.ttf');
}

@font-face {
    font-family: font-bold;
    src: url('../fonts/Moderat-Black.ttf');
}

@font-face {
    font-family: font-medium;
    src: url('../fonts/Moderat-Medium.ttf');
}

@font-face {
    font-family: font-regular;
    src: url('../fonts/Moderat-Regular.ttf');
}

@font-face {
    font-family: font-condensed-black;
    src: url('../fonts/Moderat-Condensed-Black.ttf');
}


.carousel-indicators li {
    margin-top: 15px !important;
}

.carousel-control-prev {
    top: -15px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
    color: #ffbd01 !important;
}

html,
body {
    height: 100%;
    /* background-color: #FFFFFF;  */
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    margin: 0;
}

.display-flex {
    display: flex;
}



.font-bold {
    font-family: font-bold !important;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
input,
label,
button,
li,
th,
td {
    font-family: font-regular !important;
}

.font-bold {
    font-family: "font-bold" !important;
}

.font-medium {
    font-family: "font-medium" !important;
}

.font-regular {
    font-family: "font-regular" !important;
}

.font-light {
    font-family: "font-light" !important;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-thumb {
    background-color: gray;
}

/* #6610f2; */
/* --purple: #6f42c1; */
.navbar {
    padding: 0.4rem 5rem !important;
}

nav.scrolled {
    background: #0a0a0a;
}


.home-nav {
    /* background: rgb(14, 0, 71) !important; */
}

.about-nav {
    background-color: black !important;
}

.txt-white {
    color: white;
}

.navbar a {
    text-decoration: none !important;
    color: white;
    margin-right: 30px;
    font-family: 'font-bold';
    font-weight: lighter;
    /* margin-left: 20px !important; */
}

.navbar .login-btn,
.navbar .register-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-toggler {
    /* background: blue; */
    border: none;
    padding: 10px 6px;
    outline: none;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border: 1px;
    /* background: #fff !important; */

}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px;
    margin-left: 4px;
}

.navbar-toggler span+span+span {
    margin-top: 4px;
    width: 18px;
    margin-left: 4px;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #ffbd01;
    /* color: #2F0943 !important; */
    /* border-width: 5px !important; */
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 2px solid #ffbd01 !important;
    /* color: #2F0943 !important; */
}

/* HEADER SECTION ENDS HERE */

/* HOME PAGE STYLE*/

.login-btn {
    color: #2F0943 !important;
    border-radius: 6px;
    background-color: white;
    padding: 10px 30px 10px 30px;
    margin-right: 20px !important;
    font-size: 14px;
}

.register-btn:hover {
    text-decoration: none !important;
    color: white !important;
}

.login-btn:hover {
    text-decoration: none !important;
    color: #2F0943 !important;
}

.register-btn {
    color: white;
    border-radius: 60px;
    padding: 10px 30px 10px 30px;
    background-color: #2F0943;
    cursor: pointer;
    font-size: 14px;
}

#reg-btn {
    padding: 22px 30px;
}

.about-banner {
    background: url('../images/about-banner-bg.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    /* margin-top: 60px; */
    /* position: relative; */
}

.banner {
    background: url('../images/banner.png') no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-size: cover;
    background-color: #01032a;
    background-repeat: no-repeat;
}

/* .banner {
    height: 100vh;
    width: auto;
    margin-top: 60px;
    object-fit: cover;
    background-image: url('../images/banner.png');
} */


.w-100 {
    width: 100%;
}

.height-100 {
    height: 100vh;
}

.width-50 {
    width: 50%;
}

.bg-purple {
    background-color: #4612A3;
}

.txt-purple {
    color: #2F0943;
}

.w-400 {
    font-weight: 400;
}

.white {
    color: #fff !important;
}

.weight-600 {
    font-weight: 600;
}

.carousel-control-next-icon {
    /* background-color: #4612A3 !important; */
    border: 1px solid #4612A3 !important;
    border-radius: 10px !important;
    background-color: #4612A3 !important;
    /* padding: 15px !important; */
}

.carousel-control-prev-icon {
    border: 1px solid #4612A3 !important;
    border-radius: 10px !important;
    background-color: #4612A3 !important;
}

.f-24 {
    font-size: 24px;
}

.w-700 {
    font-weight: 700;
}

.w-70 {
    width: 70%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.pointer {
    cursor: pointer;
}

.ml-15perc {
    margin-left: 15%;
}

input {
    border-radius: 5px;
    color: #8692A6;
    outline: none;
    border: 1px solid #8692A6;
    padding: 10px 10px 10px 0px;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}

.input-icn {
    border: 1px solid #8692A6;
    border-radius: 5px;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}

label {
    color: #8692A6;
}

textarea:focus,
input:focus,
button:focus {
    outline: none !important;
}

.submit-btn-a {
    text-decoration: none;
    color: white;
}

.submit-btn-ab {
    text-decoration: none;
    color: #4612A3;
}

.submit-btn-ab:hover {
    text-decoration: none;
    color: #4612A3;
}

.submit-btn-a:hover {
    text-decoration: none;
    color: white;
}

.submit-btn {
    color: white;
    background-color: #4612A3;
    border: none;
    outline: none;
    border-radius: 5px;
    height: 50px !important;
}

.signin-google-btn {
    height: 50px;
    background-color: white;
    /* box-shadow: 1px 2px #888888; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08)
}

.google-btn {
    height: 50px;
    color: black;
    background-color: white;
    text-align: center;
    margin: auto;
    border: none;
    outline: none;
}

.txt-ash {
    color: #8692A6;
}

.bottom-section {
    position: absolute;
    bottom: 2%;
}

.pad-5 {
    padding: 3rem;
}

.scroll-y {
    overflow-y: scroll !important;
    max-height: 100vh !important;
}

.phone-body {
    background-image: url('../images/phone-background.png');
    height: 100vh;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.phone-card {
    background-color: white;
    width: 500px;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    padding: 40px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.otp-field {
    border: 1px solid #E0E0E0;
    font-size: 40px;
    color: black;
    font-weight: 700;
    border-radius: 3px;
    text-align: center;
    width: 50px;
    height: 60px;
}

.otp-field:focus {
    border: 1px solid #4612A3;
}

/* // HOME */

.nav-text-item.active {
    font-size: 18px #8568c6 !important;
}

.nav-text-item {
    font-size: 18px !important;
}

.banner-txt2 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    line-height: 60px;

    /* letter-spacing: 0.1em; */
}

.banner-txt {
    font-size: 67px;
    color: white;
    font-weight: 700;
    line-height: 80px;
}

.multiText {
    color: #5D5FEF;
    text-transform: capitalize;
}

.about-banner-content {
    display: inline-block !important;
    text-align: center;
    position: relative;
    width: 100% !important;
    /* margin-left: 5rem; */
    top: 20%;
    /* text-align: center;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
}

/* .new-divv {
    vertical-align: middle !important;
} */

.banner-content {
    display: inline-block !important;
    text-align: left;
    position: relative;
    margin-left: 5rem;
    top: 20%;
}

/* .banner-content {
    text-align: left;
    position: relative;
    margin-left: 5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.sub-head {
    font-size: 20px;
}

.section-two {
    background-image: url('../images/section-two-bg.png');
    width: 100%;
    height: auto;
    padding: 5rem;
}

#mkt-p1 {
    font-size: 20px;
}

#mkt-price {
    font-size: 24px;
}

#mkt-percent {
    font-size: 18px;
}

.refill-section-one {
    background-color: white;
    width: 100%;
    height: auto;
    padding: 0rem 5rem 5rem 5rem;
}

.refill-nav {
    background-color: white;
}

.market-trend {
    border: 1px solid #2F0943;
    border-radius: 18px;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    height: auto;
}

.trend-banner-txt {
    font-size: 64px;
    font-weight: 900;
    line-height: 77px;
    letter-spacing: 0em;
    color: black;
}

.five-banner-txt {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 0em;
    color: black;
}

.ptt-0 {
    padding-top: 1rem !important;
}

.section-two-lower {
    padding-top: 10rem;
}

.trend-sub-head {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.checks {
    padding: 0px 20px 0px 20px;
    width: 300px;
    background-color: white;
    border-radius: 25px;
    font-weight: 700;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08)
}

.mobile-img {
    margin-top: 7rem;
}

.m-left {
    margin-left: 1rem !important;
}

.m-top {
    margin-top: 1rem !important;
}



.recieve-sty {
    font-weight: 400 !important;
}

.section-three-content {
    position: relative;
    /* margin-left: 5rem; */
    top: 50%;
    left: 55% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading {
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
}

.section-four {
    height: 90vh;
    padding: 5rem;
}

.coin-img {
    display: flex;
    justify-content: center;
}

.section-five {
    padding: 5rem;
    background: rgba(58, 12, 163, 0.15);
    height: 90vh;
}

.section-six-child {
    padding-top: 4rem;
}

.section-six {
    background: url('../images/BG-black.png') no-repeat center center;
    background-size: cover;
    min-height: 90vh;
    padding: 5rem;
}

.trend-ban-txt {
    font-size: 40px;
    font-weight: 900;
    line-height: 77px;
    letter-spacing: 0em;
}

.dark-card {
    background-color: white;
    display: flex;
    border-radius: 18px;
    padding: 15px;
    width: 400px;
    margin-top: 10px;
}

.section-seven {
    padding: 5rem 5rem 0rem 5rem;
    background: rgba(58, 12, 163, 0.15);
}

.seven-banner-txt {
    font-size: 50px;
    font-weight: 900;
    line-height: 65px;
    letter-spacing: 0em;
    color: black;
    margin-top: 3rem;
}

.section-eight {
    background-color: #4612A3;
    height: auto;
    padding: 5rem;
}

.trade-btn {
    border: none;
    outline: none;
    color: white;
    background-color: #0FAE96;
    border-radius: 5px;
    padding: 2px 15px 2px 15px;
}

table {
    width: 100%;
    color: #B6B6B6;
    padding: 50px !important;
}

.carousel .carousel-indicators li {

    background-color: #fff;
    background-color: #4612A3;
}

.carousel-indicators .active {
    background-color: #4612A3;
}

th {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 1%;
}

td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 1%;
}

tr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4%;
}

.footer-link {
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: none;
    color: white;
}

.page-footer {
    padding: 1rem !important;
    background-color: #2F0943;
}



.crypto-span {
    color: rgb(227, 227, 92);
}

.footer-header {
    padding: 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 2rem;
}

.section-nine {
    padding: 5rem;
    height: auto;
    background-color: #fff;
}

.nine-banner-txt {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
}

.carousel-message {
    margin-left: 3rem !important;
}

.about-banner-bottom {
    position: relative;
    top: 40%;
    /* transform: translateY(-100%); */
    padding-left: 7rem;
    padding-right: 7rem;
}

.about-banner-txt {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
}

.about-section-two {
    padding: 5rem;
    background-color: white;
}

.about-section-three {
    padding: 5rem;
    background-color: rgba(225, 219, 241, 0.5);
    ;
}

.staff-item {
    margin-right: 20px;
    width: 20%;
}

.bg-lilac {
    background-color: #F3F0FA;
}

.mobile-phone-img {
    height: 600px;
}

.staff-img {
    border-radius: 5px;
    max-height: 231px;
}

.group-img {
    height: 400px;
}

.section-four-child {
    margin-top: 7rem;
}

.refill-section-two {
    background-color: #EEEEFF;
    padding: 5rem;
}

.refill-card {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.ticket-banner {
    background: url('../images/star-bg.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 60vh;
    padding-top: 3rem;
    /* margin-top: 100px; */
}

.ticket-banner-content {
    text-align: center;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.create-ticket-heading {
    text-align: left !important;
    color: black;
    position: absolute;
    margin-top: 3rem;
    left: 15%;
}

.ticket-section-2 {
    background-color: white;
    height: auto;
    padding: 5rem 5rem 5rem 14rem;
}

.nav-otc {
    background-color: red !important;
}

.form-field-public {
    border-radius: 5px;
    border: 0.5px solid #8692A6;
    color: #8692A6;
    padding: 15px;
}

.form-field-public::-webkit-input-placeholder,
option {
    font-size: 14px;
    font-family: "font-light" !important;
    color: #8692A6;
}

.form-field-public::-moz-placeholder {
    font-size: 14px;
    font-family: "font-light" !important;
    color: #8692A6;

}

.form-field-public::-ms-input-placeholder {
    font-size: 14px;
    font-family: "font-light" !important;
    color: #8692A6;
}

.otc-cards {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.otc-ul {
    border: 1px solid #dee2e6;
    padding: 10px 5px !important;
    border-radius: 5px;
}

.nav-otc-btn:hover {
    color: black !important;
    border: 1px solid #fff !important;
}

.nav-otc-item {
    margin: 0px !important;
    padding: 0px !important;
    height: 100%;
    width: 50%;
}

.send-btnnn {
    border: none !important;
    outline: none !important;
}

.nav-otc-btn {
    color: black;
    cursor: pointer;
    text-align: center;
    width: 100%;
    background-color: white;
    padding-top: 25px;
    height: 45px;

}

.nav-otc-btn.active {
    color: white !important;
    text-align: center;
    cursor: pointer;
    background-color: #2F0943 !important;
    width: 100%;
    padding: 5px;
    border: none !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}


.black-txt {
    color: black;
}

.submit-rep {
    width: 12%;
}

.width-25 {
    width: 25%;
}

.otc-section-two {
    padding: 5rem 30rem 5rem 30rem;
}

.section-one-terms {
    padding: 5rem;
    margin-top: 4rem;
}

.section-two-terms {
    padding: 5rem;
    padding-top: 0rem;
}

.contact-input-field {
    padding: 10px;
    width: 100% !important;
    color: black;
    border-radius: 5px;
    border: 0.5px solid #8692A6;
    background-color: white;
    outline: none;
}

.contact-right {
    background-color: white;
    padding: 3rem !important;
    box-shadow: 0px 1px 10px rgba(27, 39, 51, 0.08);
    border-radius: 5px;
}

.terms-sect {
    padding-top: 2rem;
    padding-left: 4rem;
}

.top-question-txt-faq {
    padding: 20px;
    background-color: white;
    position: absolute;
    left: 25%;
    width: 50%;
    text-align: left;
}

.faq-main-section {
    padding: 7rem;
}

/* FAQ ACORDION */

#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: black;
    display: block;
    text-align: left;
    background: white;
    border-bottom: 2px solid rgba(192, 208, 218, 0.6);
    color: #222;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: white;
    color: black;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: white;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: white;
    line-height: 30px;
    color: #222;
}

.cardingss {
    padding: 3rem !important;
}

/* section three Start HERE */
.section-three {
    min-height: 50vh;
    width: 100%;
}

.section-three-main {
    margin-top: 3rem;
}

.sec-3-p-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: black;
}

.video-card-1,
.video-card-2,
.video-card-3,
.video-card-4 {
    transition: all 0.5s ease 0s;
}

.sec-3-videos-thumbnail-1 {
    width: 100%;
    height: 600px;
    object-fit: none !important;
    overflow: auto !important;
    border-radius: 20px;
    background-image: url('../images/video-1-banner.jpeg');
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec-3-videos-thumbnail-2 {
    width: 100%;
    height: 600px;
    object-fit: none !important;
    overflow: auto !important;
    border-radius: 20px;
    background-image: url('../images/video-2-banner.JPG');
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.sec-3-videos-thumbnail-3 {
    width: 100%;
    height: 600px;
    object-fit: none !important;
    overflow: auto !important;
    border-radius: 20px;
    background-image: url('../images/video-3-banner.png');
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.sec-3-videos-thumbnail-4 {
    width: 100%;
    height: 600px;
    object-fit: none !important;
    overflow: auto !important;
    border-radius: 20px;
    background-image: url('../images/video-4-banner.png');
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.video-play-btn-1 {
    height: 100px;
    width: 100px;
    background-color: #8692A6;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
    border: none;
}

.video-play-btn-2 {
    height: 100px;
    width: 100px;
    background-color: #8692A6;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
    border: none;
    display: none;
}

.video-play-btn-3 {
    height: 100px;
    width: 100px;
    background-color: #8692A6;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
    border: none;
    display: none;
}

.video-play-btn-4 {
    height: 100px;
    width: 100px;
    background-color: #8692A6;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
    border: none;
    display: none;
}

.modal-dialog {
    height: 80vh !important;
    max-width: 80% !important;
    margin: auto !important;
}

.modal-content {
    background: none !important;
    border: none !important;
}

.close-modalbtn {
    color: black !important;
    font-size: 40px !important;

}

.modal-body {
    padding: 0rem !important;
    border-radius: 15px !important;
}

.video-section-card-1 {
    height: 332px;
    width: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/video-1-banner.jpeg);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin: 0px 1rem;
    position: relative;

}

.video-section-card-2 {
    height: 332px;
    width: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/video-2-banner.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin: 0px 1rem;
    position: relative;
}

.video-section-card-3 {
    height: 332px;
    width: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/video-3-banner.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin: 0px 1rem;
    position: relative;
}

.video-section-card-4 {
    height: 332px;
    width: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/video-4-banner.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin: 0px 1rem;
    position: relative;

}

.video-play-btn-5 {
    height: 100px;
    width: 100px;
    background-color: #8692A6;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
    border: none;
}

.video-section-row-2-parent {
    display: none !important;
}

.slick-btn-next-prev {
    height: 100px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.slick-btn-next-prev-btn-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe1e1;
    background-color: #ebe1e1;
    margin-right: 0.5rem;
}

.slick-btn-next-prev-btn-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe1e1;
    background-color: #ebe1e1;
    margin-left: 0.5rem;
}

.Video_video__L8AA9 {
    height: auto;
    width: 100%;
    padding: 2rem 0rem;
}

.video-banner-text {
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.video-banner-text-1 {
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.video-banner-text-2 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    display: none;
}

.video-banner-text-3 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    display: none;
}

.video-banner-text-4 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    display: none;
}

.video-banner-text-p-1 {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.video-banner-text-p-2 {
    font-size: 17px;
    font-weight: bold;
    color: white;
}

.modal-close-button {
    position: absolute !important;
    background: #f5f5f7 !important;
    border-radius: 15px !important;
    right: -10% !important;
}

.modal-close-button .close-modalbtn {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 35px !important;
}

/* .main-video-sec-2{
    width: 368px;
    margin: auto
} */
/* section three ENDs HERE */

/* FAQ ACORDION ENDS HERE */
/* section four Start HERE */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

.sec-4-p-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: black;
}

.sec-4-card {
    min-height: 280px;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.sec-4-card-chid {
    padding: 2rem 2rem;
}

.sec-4-card-chid-div-1 {
    width: 100%;
    display: flex;

}

.sec-4-card-chid-div-1-child {
    height: 80px;
    width: 80px;
    background-color: #DBF7E0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-4-card-chid-div-1-child-2 {
    height: 80px;
    width: 80px;
    background-color: #ECE5FF;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-4-card-chid-div-1-child-3 {
    height: 80px;
    width: 80px;
    background-color: #FEE4ED;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-4-p-2 {
    font-weight: 700;
    padding-top: 2rem;
}

.sec-4-img-1 {
    /* margin-left: -3.8rem; */
    height: 50px;
    width: auto;
}

/* product-section css start here  */
.product-sec {
    min-height: 60vh;
    width: 100%;
    margin-bottom: 3rem;
}

.pro-sec-p-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: black;
}

.pro-sec-ul {
    list-style: none;
    margin-left: -2.6rem !important;
    transition: all 0.5s ease 0s;
}

/* .pro-sec-ul li {
    display: flex !important;
    align-items: center;
    gap: 4px;
} */

.pro-sec-ul li span {
    font-size: 14px;
}

.pro-sec-ul .li-1 {
    height: 70px;
    width: 71px;
    border-radius: 35px;
    background-color: #e6e6ec;
    transition: all 0.5s ease 0s;
    display: flex;
    margin-top: 1.5rem;
    cursor: pointer;
}

.pro-sec-ul .li-1 span {
    display: none;
    margin-left: 0.5rem;
    margin-top: 1.3rem;
}

.pro-sec-ul .li-2 {
    height: 70px;
    width: 71px;
    border-radius: 35px;
    background-color: #e6e6ec;
    transition: all 0.5s ease 0s;
    display: flex;
    margin-top: 1.5rem;
    cursor: pointer;
}

.pro-sec-ul .li-2 span {
    display: none;
    margin-left: 0.5rem;
    margin-top: 1.3rem;
}

.pro-sec-ul .li-3 {
    height: 70px;
    width: 71px;
    border-radius: 35px;
    background-color: #e6e6ec;
    transition: all 0.5s ease 0s;
    display: flex;
    margin-top: 1.5rem;
    cursor: pointer;
}

.pro-sec-ul .li-3 span {
    display: none;
    margin-left: 0.5rem;
    margin-top: 1.3rem;
}

.pro-sec-ul .li-4 {
    height: 70px;
    width: 71px;
    border-radius: 35px;
    background-color: #e6e6ec;
    transition: all 0.5s ease 0s;
    display: flex;
    margin-top: 1.5rem;
    cursor: pointer;
}

.pro-sec-ul .li-4 span {
    display: none;
    margin-left: 0.5rem;
    margin-top: 1.3rem;
}

.pro-sec-ul .li-5 {
    height: 70px;
    width: 71px;
    border-radius: 35px;
    background-color: #e6e6ec;
    transition: all 0.5s ease 0s;
    display: flex;
    margin-top: 1.5rem;
    cursor: pointer;
}

.pro-sec-ul .li-5 span {
    display: none;
    margin-left: 0.5rem;
    margin-top: 1.3rem;
}

.pro-sec-ul .li-6 {
    height: 70px;
    width: 71px;
    border-radius: 35px;
    background-color: #e6e6ec;
    transition: all 0.5s ease 0s;
    display: flex;
    margin-top: 1.5rem;
    cursor: pointer;
}

.pro-sec-ul .li-6 span {
    display: none;
    margin-left: 0.5rem;
    margin-top: 1.3rem;
}

.pro-sec-img-1 {
    transition: all 0.5s ease 0s;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
    height: 19px;
    width: 23px;
}


.accounts-img {
    height: 600px;
    width: 300px;
    margin: auto;
}

.pro-sec-ul .active {
    height: 70px !important;
    width: 140px !important;
    border-radius: 35px !important;
    background-color: #f9f9f9 !important;
    transition: all 0.5s ease 0s !important;
    display: flex !important;
    margin-top: 1.5rem !important;
    cursor: pointer !important;
}

.pro-sec-ul .active span {
    display: block !important;
    margin-left: 0.5rem !important;
    margin-top: 1.3rem !important;
}

.CheckList_item__3JpjF {
    display: flex;
    align-items: center;
}

.CheckList_item__3JpjF:not(:last-child) {
    margin-bottom: 20px;
}

.Text_p1__xHwSo,
.Text_p2__a_Le_ {
    font-size: 15px;
    line-height: 26px;
}

.Text_text__b8Ya_ {
    margin: 0;
    display: flex;
}

.CheckList_item__3JpjF>:not(:last-child) {
    margin-right: 20px;
}

.CheckList_wrapper__ptUqW {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 3rem !important;
}

.account-p-1 {
    font-size: 32px;
    font-weight: 700;
}

.learn-more {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #2F0943 !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    height: 50px;
    width: 165px;
    border-radius: 10px;
    border: none;
    opacity: 90%;
}

.learn-more:hover {
    opacity: 100%;
}

.pro-card-2,
.pro-card-3,
.pro-card-4,
.pro-card-5,
.pro-card-6 {
    display: none;
    transition: all 0.5s ease 0s !important;

}

.pro-card-1 div,
.pro-card-2 div,
.pro-card-3 div,
.pro-card-4 div,
.pro-card-5 div,
.pro-card-6 div {
    display: flex;
    transition: all 0.5s ease 0s !important;
}

.WebstoreSection_title__Yns2k {
    color: #2F0943;
}

/* product-section css end here  */
/* section four ENDs HERE */
.banner-main-text {
    padding-top: 3rem;
}

@media screen and (min-width: 1200px) {
    .section-three-main {
        width: 93%;
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
    .sec-4-p-1 {
        font-size: 30px;
    }

    .pro-sec-p-1 {
        font-size: 30px;
    }

    .sec-3-p-1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    .mobile-login {
        margin-top: 10px;
    }

    /* .feedback-section-row {
        flex-direction: column-reverse;

    } */

    .hero-img-bg {
        display: none !important;
    }

    .footer-links {
        margin-top: 25px;
    }

    .login-register-btn-div {
        display: flex !important;
        flex-direction: row !important;
    }

    .video-section-row {
        display: none !important;
    }

    .video-section-row-2-parent {
        display: block !important;
    }

    .product-sec .container .pro-sec-p-1 {
        text-align: center;
    }

    .product-sec .container .svg-div {
        width: 100%;
        text-align: center;
    }

    .section-four .container {
        text-align: center !important;
    }

    .section-three-main .row div {
        text-align: center;
    }

    .pro-sec-ul {
        display: flex;
        justify-content: center;
    }

    .pro-sec-ul div {
        display: flex;
        justify-content: center;
    }

}

@media screen and (max-width: 992px) {
    .navbar-collapse {
        background-color: #fff;
    }

    .navbar a {
        color: black !important;
    }

    .navbar a.dropdown-item {
        color: #fff !important;
    }

    .navbar a.dropdown-item:focus,
    .navbar a.dropdown-item:hover {
        color: #ffbd01 !important;
    }

    .navbar a.dropdown-item.active {
        color: #ffbd01 !important;
    }

    .login-btn {
        background-color: #ffe3e3;
    }

    .login-register-btn-div,
    .navbar-nav {
        padding-left: 20px !important;
    }

}

@media screen and (max-width: 767px) {

    .video-section-card-1,
    .video-section-card-2,
    .video-section-card-3,
    .video-section-card-4 {
        height: 300px;
        width: 260px;
    }

    *::-webkit-scrollbar {
        width: 0px !important;
    }

    .sec-4-p-1 {
        font-size: 30px;
    }

    .pro-sec-p-1 {
        font-size: 30px;
    }

    .sec-3-p-1 {
        font-size: 30px;
    }

    .block-display {
        display: block !important;
    }

    .mobile-w-70 {
        width: 100% !important;
    }

    .navbar {
        padding: 10px !important;
    }

    .cardingss {
        padding: 1rem !important;
    }

    .smaller-font {
        font-size: 12px !important;
    }

    .navbar-collapse {
        color: white !important;
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }

    .mobile-login {
        width: 105px !important;
        text-align: center !important;
    }

    .mobile-register {
        width: 160px !important;
        margin-top: 10px;
        text-align: center !important;

    }

    .attach-sect {
        width: 100% !important;
    }

    .terms-sect {
        padding-left: 0rem;
    }

    .faq-main-section {
        padding: 1rem;
    }

    .section-one-terms {
        padding: 2rem;
        margin-top: 5rem;
    }

    .section-two-terms {
        padding: 2rem;
    }

    .ticket-banner {
        height: 30vh !important;
    }

    .ticket-banner {
        height: 30vh !important;
    }

    .nav-otc-btn {
        height: auto !important;
    }

    .otc-section-two {
        padding: 2rem !important;
    }

    .sub-txt-otc br {
        display: none !important;
    }

    .otc-banner {
        min-height: 50vh !important;
        padding: 2rem !important;
    }

    .contact-right {
        padding: 2rem !important;
        margin: 1rem 0rem 1rem 1rem !important;
    }

    .banner-txt2 br {
        display: none !important;
    }

    .width-25 {
        width: 100% !important;
    }

    .submit-rep {
        width: 100%;
    }

    .section-four {
        height: auto !important;
        padding: 3rem;
    }

    .main {
        display: block !important;
    }

    .w-70 {
        width: 100%;
    }

    .width-50 {
        width: 100% !important;
    }

    .laptop-img {
        width: 250px;
        height: 250px;
    }

    .about-banner-bottom {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .at-time {
        margin-top: 20px;
    }

    .ticket-section-2 {
        padding: 2rem;
    }

    .submit-rep {
        width: 100%;
        text-align: center;
    }

    .about-banner-txt {
        font-size: 18px !important;
        line-height: 0px !important;
        margin-bottom: 0px !important;
    }

    .staff-item {
        width: 100% !important;
    }

    .pad-5 {
        padding: 0px !important;
    }

    .height-100 {
        height: auto !important;
    }

    .ml-15perc {
        margin-left: none !important;
    }

    .laptop-section {
        padding-bottom: 20px;
    }

    .pad-t-pad-b {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .refill-nav {
        background-color: #4612A3;
    }

    .bottom-section {
        position: static !important;
        margin-top: 50px !important;
        margin-left: 15% !important;
        /* margin-left: none !important; */
    }

    .phone-card {
        width: 300px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        /* padding: 20px !important; */
    }

    .phone-body {
        padding: 20px;
    }

    .msg-t-l {
        margin: 0px !important;
        margin-left: 0px !important;
    }

    .otp-field {
        width: 40px !important;
    }

    .banner-txt {
        font-size: 30px !important;
        line-height: 35px !important;
        margin-top: 8rem;
    }

    .banner-txt2 {
        font-size: 25px;
        line-height: 30px;
    }

    .sub-head br {
        display: none !important;
    }

    .banner-content {
        margin: 40px 40px 80px 40px !important;
        top: 10% !important;
    }



    .about-banner {
        height: 70vh !important;
    }

    .about-section-two {
        padding: 2rem !important;
    }

    .banner {
        min-height: 70vh !important;
    }

    .trend-section {
        display: block !important;
    }

    .market-trend {
        width: 100% !important;
        margin-top: 10px;
        margin-left: 0px !important;
    }

    .section-two {
        padding: 2rem !important;
    }

    .refill-section-one {
        padding: 2rem !important;
    }

    .trend-banner-txt {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .trend-sub-head {
        line-height: 20px !important;
    }

    .checks-flex {
        display: block !important;
    }

    .checks {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .m-left {
        margin-left: 0px !important;
    }

    .m-top {
        margin-top: 0px !important;
    }

    .mobile-phone-img {
        width: auto;

        height: 500px;
    }



    .section-three-content {
        position: static;
        margin-left: 0px !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    .heading {
        font-size: 30px;
        line-height: 30px;
    }

    .section-six-child {
        padding-top: 0px !important;
    }

    .section-five {
        padding: 2rem !important;
        height: auto;
    }

    .section-six {
        padding: 2rem 1rem 2rem 1rem !important;
    }

    .img-group {
        display: none;
    }

    .five-banner-txt {
        font-size: 35px;
        line-height: 35px;
    }

    .dark-card {
        width: auto;
    }

    .section-seven {
        padding: 1rem 1rem 0rem 1rem !important;
    }

    .seven-banner-txt {
        font-size: 35px;
        line-height: 40px;
    }

    .davido-img {
        height: 400px;
        margin-top: 25px;
    }

    .section-eight {
        padding: 1rem;
    }

    /* TABLE STYLE */

    table {
        padding: 0px !important;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid rgba(255, 255, 255, 0.1);
        ;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700;
    }

    /*
	Label the data
	*/
    td:nth-of-type(1):before {
        content: "NO";
    }

    td:nth-of-type(2):before {
        content: "NAME";
    }

    td:nth-of-type(3):before {
        content: "LAST PRICE";
    }

    td:nth-of-type(4):before {
        content: "CHANGE";
    }

    td:nth-of-type(5):before {
        content: "MARKET STATS";
    }

    td:nth-of-type(6):before {
        content: "TRADE";
    }

    th {
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        ;
        text-align: left;
    }

    td {
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        ;
        text-align: right !important;
    }

    tr:nth-of-type(odd) {
        background: #4612A3 !important;
    }

    .sit-right {
        justify-content: end
    }

    /* TABLE STYLE ENDS */

    .footer-header {
        padding: 0rem;
        margin-bottom: 0rem;
    }

    .footer-heading {
        font-size: 35px;
    }

    .section-nine {
        padding: 2rem 1rem 2rem 1rem;
    }

    .nine-banner-txt {
        font-size: 25px;
        line-height: 25px;
    }

    .home-carousel {
        display: block !important;
    }

    .carousel-message {
        margin-left: 0px !important;
        text-align: center !important;
    }

    .carousel-img {
        width: 100% !important;

    }

    .banner-txt br {
        display: none;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    *::-webkit-scrollbar {
        width: 0px !important;
    }

    .main {
        display: block !important;
    }

    .navbar {
        padding: 10px !important;
    }

    .navbar-collapse {

        color: white !important;
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }

    .attach-sect {
        width: 70% !important;
    }

    .mobile-login {
        width: 105px !important;
        text-align: center !important;
    }

    .mobile-register {
        width: 160px !important;
        margin-top: 10px;
        text-align: center !important;
    }

    .ticket-banner {
        height: 30vh !important;
    }

    .width-50 {
        width: 100% !important;
    }

    .staff-img {
        height: 150px;
    }

    .otc-section-two {
        padding: 3rem !important;
    }

    .sub-txt-otc br {
        display: none !important;
    }

    .faq-main-section {
        padding: 3rem;
    }

    .otc-banner {
        height: 50vh !important;
        padding: 2rem !important;
    }

    .banner-txt2 br {
        display: none !important;
    }

    .about-banner {
        height: 70vh !important;
    }

    .at-time {
        margin-top: 20px;
    }

    .about-banner-bottom {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .section-four {
        height: auto !important;
    }

    .section-five {
        height: auto !important;
    }

    .section-six {
        height: auto !important;
    }

    .about-section-two {
        padding: 2rem !important;
    }

    .about-banner-txt {
        font-size: 18px !important;
        line-height: 0px !important;
        margin-bottom: 0px !important;
    }

    .about-banner {
        height: 70vh !important;
    }

    .width-25 {
        width: 70% !important;
    }

    .submit-rep {
        width: 70%;
        text-align: center;
    }

    .banner {
        min-height: 70vh !important;
    }

    .banner-txt {
        font-size: 30px !important;
        line-height: 35px !important;
        margin-top: 3rem;
    }


    .banner-txt2 {
        font-size: 25px;
        line-height: 30px;
    }

    .refill-nav {
        background-color: #4612A3;
    }

    .laptop-img {
        width: 250px;
        height: 250px;
    }

    .pad-5 {
        padding: 0px !important;
    }

    .height-100 {
        height: auto !important;
    }

    .ml-15perc {
        margin-left: none !important;
    }

    .laptop-section {
        padding-bottom: 20px;
    }

    .pad-t-pad-b {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .bottom-section {
        position: static !important;
        margin-top: 50px !important;
        margin-left: 15% !important;
    }

    .section-two {
        padding: 2rem !important;
    }

    .group-img {
        height: 280px;
        margin-top: 2rem;
    }

    .refill-section-one {
        padding: 2rem !important;
    }

    .market-trend {
        margin: 0px !important;
    }

    .davido-img {
        height: 480px !important;
    }

    .trend-banner-txt {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .checks {
        border-radius: 10px !important;
    }

    .section-three-content {
        left: 5rem !important;
    }

    .seven-banner-txt {
        font-size: 35px;
        line-height: 40px;
        margin: 0px !important;
    }


    /* TABLE STYLE */

    table {
        padding: 0px !important;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid rgba(255, 255, 255, 0.1);
        ;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700;
    }

    /*
	Label the data
	*/
    td:nth-of-type(1):before {
        content: "NO";
    }

    td:nth-of-type(2):before {
        content: "NAME";
    }

    td:nth-of-type(3):before {
        content: "LAST PRICE";
    }

    td:nth-of-type(4):before {
        content: "CHANGE";
    }

    td:nth-of-type(5):before {
        content: "MARKET STATS";
    }

    td:nth-of-type(6):before {
        content: "TRADE";
    }

    th {
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        ;
        text-align: left;
    }

    td {
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        ;
        text-align: right !important;
    }

    tr:nth-of-type(odd) {
        background: #4612A3 !important;
    }

    .sit-right {
        justify-content: end
    }

    ;

    .banner-txt br {
        display: none;
    }


}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    *::-webkit-scrollbar {
        width: 0px !important;
    }

    .main {
        display: block !important;
    }

    .navbar {
        padding: 10px !important;
    }

    .attach-sect {
        width: 70% !important;
    }

    .navbar-collapse {
        color: white !important;
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }

    .mobile-login {
        width: 105px !important;
        text-align: center !important;
    }

    .mobile-register {
        width: 160px !important;
        margin-top: 10px;
        text-align: center !important;
    }

    .width-50 {
        width: 100% !important;
    }

    .laptop-img {
        width: 250px;
        height: 250px;
    }

    .otc-section-two {
        padding: 3rem !important;
    }

    .davido-img {
        height: 480px !important;
    }

    .pad-5 {
        padding: 0px !important;
    }

    .sub-txt-otc br {
        display: none !important;
    }

    .otc-banner {
        height: 50vh !important;
        padding: 2rem !important;
    }

    .faq-main-section {
        padding: 3rem;
    }

    .banner-txt2 br {
        display: none !important;
    }

    .section-three-content {
        left: 5rem !important;
    }

    .staff-img {
        height: 150px;
    }

    .section-six {
        height: auto !important;
    }

    .width-25 {
        width: 70% !important;
    }

    .submit-rep {
        width: 70%;
    }

    .banner-txt br {
        display: none;
    }

    .section-four {
        height: auto !important;
    }

    .height-100 {
        height: auto !important;
    }

    .at-time {
        margin-top: 20px;
    }

    .ml-15perc {
        margin-left: none !important;
    }

    .about-banner-bottom {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .section-five {
        height: auto !important;
    }

    .group-img {
        height: 280px;
        margin-top: 2rem;
    }

    .about-banner-txt {
        font-size: 18px !important;
        line-height: 0px !important;
        margin-bottom: 0px !important;
    }

    .refill-nav {
        background-color: #4612A3;
    }

    .about-section-two {
        padding: 2rem !important;
    }

    .laptop-section {
        padding-bottom: 20px;
    }

    .pad-t-pad-b {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .bottom-section {
        position: static !important;
        margin-top: 50px !important;
        margin-left: 15% !important;
        /* margin-left: none !important; */
    }

    .banner-txt {
        font-size: 30px !important;
        line-height: 35px !important;
        margin-top: 3rem;
    }

    .banner-txt2 {
        font-size: 25px;
        line-height: 30px;
    }


    /* TABLE STYLE */

    table {
        padding: 0px !important;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid rgba(255, 255, 255, 0.1);
        ;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700;
    }

    /*
	Label the data
	*/
    td:nth-of-type(1):before {
        content: "NO";
    }

    td:nth-of-type(2):before {
        content: "NAME";
    }

    td:nth-of-type(3):before {
        content: "LAST PRICE";
    }

    td:nth-of-type(4):before {
        content: "CHANGE";
    }

    td:nth-of-type(5):before {
        content: "MARKET STATS";
    }

    td:nth-of-type(6):before {
        content: "TRADE";
    }

    th {
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        ;
        text-align: left;
    }

    td {
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        ;
        text-align: right !important;
    }

    tr:nth-of-type(odd) {
        background: #4612A3 !important;
    }

    .sit-right {
        justify-content: end
    }

    ;

}

@media screen and (max-width: 824px) {
    .carousel-indicators {
        top: 390px !important;
    }
}

@media screen and (max-width: 768px) {
    .carousel-indicators {
        top: 355px !important;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        background: url('../images/home page banner.jpg');
        background-size: cover;
        background-position: 93% !important;
        min-height: 70vh;
        background-size: cover;
        background-color: #01032a;
        background-repeat: no-repeat;
    }

    .banner-main-text {
        padding-top: 0rem;
    }
}

@media screen and (max-width: 576px) {
    .modal-close-button {
        right: 0% !important;
    }
}

@media screen and (max-width: 552px) {
    .pro-sec-ul {
        flex-direction: column;
    }

}

@media screen and (max-width: 364px) {
    .sec-3-p-1 {
        font-size: 32px;
    }

    .sec-4-p-1 {
        font-size: 32px;

    }

    .pro-sec-p-1 {
        font-size: 32px;

    }

    /* .accounts-img {
        height: auto;
        max-width: 100%;
    } */

    .market-trend img {
        width: 100%;
    }

    #default-logo,
    #scroll-logo {
        width: 150px;
    }

    .banner-txt {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 336px) {

    .carousel-control-next,
    .carousel-control-prev {
        top: -10% !important;
    }

    .banner {
        height: 75vh;
    }
}

@media screen and (max-width: 315px) {

    .carousel-control-next,
    .carousel-control-prev {
        top: -15% !important;
    }
}

@media screen and (max-width: 290px) {

    .carousel-control-next,
    .carousel-control-prev {
        top: -20% !important;
    }
}


/* customer feedback styling start here  */


.feedback-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.testimonial-card {
    background-color: #2f0943;
    color: white;
    border-radius: 15px;
    padding: 30px 25px;
    margin-bottom: 10px;
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.custom-t-card {
    border: 3px solid #ffbd01;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.customer-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.testimonial-icon {
    position: absolute;
    bottom: -15px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-color: #ffbd01;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}

.press-section {
    padding: 60px 0;
    background-color: white;
}

.press-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.press-subtitle {
    color: #6c757d;
    margin-bottom: 40px;
    font-size: 14px;
}

.press-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.press-logo {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    color: #6c757d;
}

.press-logo:hover {
    opacity: 1;
}

.press-logo.technext {
    border: 2px solid #333;
    padding: 15px 20px;
    border-radius: 5px;
    color: #333;
    opacity: 1;
}

.navigation-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.dot {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffbd01;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.dot:disabled {
    opacity: 0.4;
}

.divider {
    height: 2px;
    background-color: #333;
    width: 100px;
    margin: 0 auto 30px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        text-align: center;
    }

    .testimonial-card {
        margin-bottom: 10px;
    }

    .press-logos {
        justify-content: center;
    }
}

.first-testimonial-card {
    rotate: -1.5deg;
}

.first-testimonial-card:hover {
    rotate: 1.5deg;
}

.second-testimonial-card {
    rotate: 1.5deg;
}

.second-testimonial-card:hover {
    rotate: -1.5deg;
}

.testimonial-card {
    transition: all 0.3s ease-in-out;
    /* 👈 This adds smooth transition */
}

.testimonials .col-md-6 {

    padding: 0px 4px;

}

.testimonials {
    padding: 0px 15px;
}

.press-title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 100%;
}

@media (min-width: 768px) {
    .press-title {
        font-size: 40px;
        text-align: right;
    }

    .press-container {
        flex-direction: row;
    }

    .press-hr {
        margin-right: 2.5rem;
        /* ~40px */
    }
}

.press-img {
    width: 51px;
    margin-left: 20px;
}

.press-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    flex-direction: row;
}

.press-text {
    max-width: 397px;
    width: 100%;
    text-align: left;
}

@media (min-width: 768px) {
    .press-text {
        text-align: right;
    }

}

@media (max-width: 768px) {
    .press-container {
        flex-direction: column-reverse;
    }



}

.text-dark-mode {
    color: #000;
}

/* footer section start here  */

.footer-section {
    background-color: #2F0943;
    padding: 60px 0 40px;
}

.cta-card {
    background: linear-gradient(135deg, #4a1a5c 0%, #2d1b3d 100%);
    border-radius: 20px;
    padding: 40px 35px;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cta-title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-button {
    background-color: white;
    color: #4a1a5c;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.cta-button:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-links {
    padding-left: 40px;
}

.footer-column {
    margin-bottom: 30px;
}

.footer-column h6 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ffbd01;
}

.divest-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.logo-icon {
    width: 35px;
    height: 35px;
    background-color: #10b981;
    border-radius: 6px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

.footer-bottom {
    border-top: 1px solid #e9ecef;
    padding-top: 25px;
    margin-top: 40px;
}

.footer-bottom-links {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.footer-bottom-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-bottom-links a:hover {
    color: #381B49;
}

.copyright {
    font-size: 0.9rem;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-links {
        padding-left: 0;
        margin-top: 40px;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .divest-logo {
        justify-content: center;
        margin-bottom: 40px;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .copyright {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-section {
        padding: 40px 0 30px;
    }

    .cta-card {
        padding: 30px 25px;
        margin-bottom: 30px;
    }
}

/* marque section start  */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap");

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    font-family: "Inter", sans-serif;
}

h1 {
    font-size: 4.4rem;
    font-weight: 900;
    word-spacing: 12px;
    padding-inline-start: 1rem;
}

.body__inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    justify-content: center;
    margin-inline: auto;
    margin-block-start: 6rem;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
}


.marquee {
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}

.marquee__inner-wrap {
    height: 100%;
    width: 100%;
}

.marquee span {
    text-align: center;
    color: lightgray;
    font-weight: 400;
    white-space: nowrap;
    font-size: max(2vw, 2.4rem);
    line-height: 1.2;
    font-weight: 700;
    padding: 1vh 1vw 0;
    text-transform: uppercase;
}

.marquee__img {
    width: max(8rem, 12vw);
    margin: 0 2vw;
    border-radius: 100rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.marquee__inner {
    height: 100%;
    width: fit-content;
    align-items: center;
    display: flex;
    position: relative;
    animation: marquee 20s linear infinite;
    will-change: transform;
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}

/* marque section end here  */

/* Hover dropdown open */
/* .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
} */

.dropdown-menu {
    transition: all 0.3s ease;
    border-radius: 6px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Remove Bootstrap arrow */
.dropdown-toggle::after {
    display: none !important;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    background: #2F0943;
}



.force-white {
    color: white !important;
}

.dropdown-item {
    color: #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000 !important;
}

@media screen and (max-width: 365px) {
    .banner-content {
        margin: 100px 15px 80px 15px !important;
        top: 10% !important;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
    color: #ffbd01 !important;
    font-weight: 700;
    /* border-bottom: 2px solid #ffbd01 !important; */
}

.dropdown-item.active span {
    border-bottom: 2px solid #ffbd01 !important;
}

.dropdown-item:hover span {
    border-bottom: 2px solid #ffbd01 !important;
}

.bg-primaryyellow {
    background-color: #ffbd01 !important;
}

.bg-primarypurple {
    background-color: #2F0943 !important;

}
.text-primarypurple {
    color: #2F0943 !important;
}
.text-primaryyellow {
    color: #ffbd01 !important;
}

.hero-img-bg {
    /* width: 1000px; */
    top: 0px;
    right: 0px
}
.fw_700{
    font-weight: 700;
}
.heading_f{
    font-size: 2.5rem;
}
#howtoSec
{
    /* background: linear-gradient(135deg, #2F0943 0%, #4A1B5C 100%); */
    position: relative;
}
#howtoSec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" strokeWidth="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}
@media(max-width:500px)
{
    .hide_mob{
        display: none !important;
    }
}