@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", serif;
}

.ticker-container {
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
    white-space: nowrap;
    position: relative;
}

.ticker-wrapper {
    display: flex;
    width: max-content;
    animation: ticker 30s linear infinite;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    padding-right: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.trade-price-up {
    color: green;
}

.trade-price-down {
    color: red;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ticker-container:hover .ticker-wrapper {
    animation-play-state: paused;
    cursor: pointer;
}

.currency-select {
    position: relative;
    display: inline-block;
}

.currency-button {
    display: flex;
    align-items: center;
    align-items: center;
    border-radius: 0px;
    border: none;
    background-color: white;
    cursor: pointer;
    min-width: 90px;
    font-size: 14px;
    color: black;
    font-weight: 600;
}


.currency-button:hover {
    background-color: white;
}

.currency-list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999999999999999999999999999999;
    display: none;
    min-width: 200px;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.currency-list.show {
    display: block;
    z-index: 1000;
}

.currency-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.currency-item:hover {
    background-color: #f0f0f0;
}

.currency-item img {
    margin-right: 8px;
    width: 20px;
    height: auto;
}

.currency-item.selected {
    background-color: #ffda63;
    color: #000;
}

.currency-item.selected:hover {
    background-color: #ffda63;

}

.currency-flag {
    margin-right: 8px;
}

.flag-emoji {
    font-size: 1.2em;
}

.currency-item.selected .check-mark {
    float: right;
}

.modal-body .form-control:focus {
    background-color: white !important;
    color: black !important;
}

.modal-submit-btn {
    background-color: #f7a600;
    color: black;
}

.modal-submit-btn:hover {
    background-color: rgb(253 205 81);
}



/* Top Header */

.header-join-btn {
    background-color: black;
    color: white;
    border: none;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 20px;
}

.header-join-btn:hover {
    background-color: rgb(253 205 81);
    color: black;
}

.top-header {
    background-color: #111;
    color: white;
    padding: 10px 0;
}

/* Main Navigation */
.main-header {
    background-color: #f7a600;

}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f7a600;
    text-decoration: none;
}

.top-header .logo img {
    width: 100px;
    height: 50px;
}

.nav-link {
    color: black !important;
}

.Ecosystem-dropdown-menu {
    inset: auto !important;
    transform: none !important;
    background: #0E171B !important;
    border: 1px solid #222d32 !important;
    top: 45px !important;
}

.english-dropdown-menu {
    inset: auto !important;
    transform: none !important;
    background: white !important;
    border: 1px solid white !important;
    top: 35px !important;
}

.Ecosystem-dropdown-menu .dropdown-item {
    color: white !important;
}

.Ecosystem-dropdown-menu .dropdown-item:hover {
    color: black !important;
}

/* Dropdown Styling */
.dropdown-menu {
    border-radius: 10px;

    border-style: solid;
    border-color: #e5e7eb;
    box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-delay: 100ms;
    transition-property: all;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Enable Dropdown on Hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 2px;
    z-index: 10;
}

/* Search Icon Styling */
.search-icon {
    font-size: 1.2rem;
    cursor: pointer;
}

.ecosystem_btn {
    --tw-border-opacity: 1;
    border-color: rgb(48 61 67 / var(--tw-border-opacity));
    border-radius: 20px;
    border-width: 1px;
    padding: 10px 20px;
}

.ecosystem_btn:hover,
.ecosystem_btn:active,
.ecosystem_btn:focus {
    border-color: #9FCFDD26 !important;
}

.language_btn {
    color: white;
}

.language_btn:hover,
.ecosystem_btn:hover,
.language_btn:active,
.ecosystem_btn:active,
.ecosystem_btn:focus {
    color: white !important;
    --tw-bg-opacity: 1;
    background-color: rgb(48 61 67 / var(--tw-bg-opacity)) !important;
}

.nav_bar .nav-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 205 81 / var(--tw-bg-opacity));
}

.dropdown-menu li {
    padding: 0 5px;
}

.dropdown-item:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(250 188 44 / var(--tw-bg-opacity));
    border-radius: 5px;
}

.main_slider {
    border: 1px solid rgb(199 210 215);
    border-radius: 0.5rem;
    --tw-shadow: 0 2px 12px 0 #0000000d, 0 2px 32px 0 #00000014;
    --tw-shadow-colored: 0 2px 12px 0 var(--tw-shadow-color), 0 2px 32px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* card css  */

.news-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.news-img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    display: block;
    cursor: pointer;
}

/* "NEWS" badge positioned at the bottom-right of the image */
.news-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #FFC107;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
}

/* Overlay text (Hidden by default) */
.news-overlay {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(37, 49, 54, .85);
    color: #fff;
    padding: 15px;
    font-size: 0.9rem;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 80%;
    cursor: pointer;
    font-weight: 300;
}

/* Hover effect to show text with animation */
.news-card:hover .news-overlay {
    opacity: 1;
    animation: moveUpFade 0.2s ease-in-out forwards;
}

/* Keyframes for move up & fade effect */
@keyframes moveUpFade {
    from {
        top: 42%;
        opacity: 0;
    }

    to {
        top: 40%;
        opacity: 1;
    }
}

/* Hover effect to underline card-title text */
.news-card .card-title {
    transition: all 0.3s ease-in-out;
    font-size: 19px;
    color: #111619;
    font-weight: 600;
    padding: 12px 18px;
}

.news-card .card-title:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Flexbox to align metadata (Author & Time) */
.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #27282D;
    padding: 12px 18px;
}

/* Author text with hover effect */
.news-author {
    font-weight: 600;
}

.news-author a {
    text-decoration: none;
    color: #27282D;
    font-weight: 600;
    cursor: pointer;
}

.news-author a:hover {
    text-decoration: underline;
}

.crypto_angles {
    border: 1px solid rgb(199 210 215);
    padding: 4px 12px;
    border-radius: 20px;
}

.chevron_left {
    padding: 4px 0px 4px 8px;
}

.chevron_right {
    padding: 4px 8px 4px 0px;
}

/* swiper slider 3 */
.swiper3 {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.swiper-slide3 {
    background-position: center;
    background-size: cover;
}

.swiper-slide3 img {
    display: block;
    width: 100%;
}

.crypto_angles .chevron_left,
.crypto_angles .chevron_right {
    color: gray;
    transition: color 0.3s ease;

}

.crypto_angles .chevron-hover {
    color: #fabf2c !important;
    cursor: pointer;

}

.crypto_angles .chevron_left:hover,
.crypto_angles .chevron_right:hover {
    color: #fabf2c;
    cursor: pointer;
}

/* crypto_cards  */
.crypto_card {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.crypto_image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.crypto_content {
    font-size: 16px;
    color: #111619;
    font-weight: 600;
}

.crypto_title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.crypto_container {
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 2px solid #fabf2c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
    padding: 32px 20px 40px;
}

.crypto_heading {
    font-size: 23px;
    color: #111619;
    font-weight: 600;
}

.stretch-youtube__action {
    flex-shrink: 0;
    text-align: inherit;
}

.stretch-youtube__action-link {
    display: inline-block;
    height: 32px;
    padding: 0 16px;
    text-decoration: none;
    font-size: .8125rem;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .12);
    background-color: #ec2027;
    transition: background-color .15s;
}

.stretch-youtube__link-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.stretch-youtube__link-icon {
    background-image: url(../images/youtube.svg);
    display: block;
    width: 20px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.stretch-youtube__link-cap {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
}

.stretch-youtube__hint-icon {
    margin: 0 8px 0 0;
}

.stretch-youtube__hint-icon {
    background-image: url(../images/youtube1.svg);
    display: block;
    width: 107px;
    height: 24px;
    margin: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.video_title {
    font-size: 34px;
    line-height: 28px;
    color: #27282D;
    font-weight: 600;
    text-decoration: none;
}

.video_content p {
    font-size: 16px;
    color: #27282D;
    line-height: 26px;
}

.video_img iframe {
    border-radius: 5px;
}

.vidoe_section {
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 2px solid #ec2027;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
    padding: 32px 20px 40px;
}

.nav_pills_btn {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: rgb(17 22 25);
    padding: 12px 35px !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 2px solid rgb(250 188 44) !important;
}

.nav-pills .nav-link.active {
    background-color: rgb(250 188 44) !important;
}

.nav-pills .nav-item:hover {
    background-color: rgb(240 243 244) !important;
}

.nav_pills_content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav_pills_content a {
    text-decoration: none;
    font-size: 16px;
    line-height: 19.2px;
    color: rgb(19 24 28);
}

.nav_pills_content a:hover {
    font-weight: 600;
    color: #13181C;
}

.nav_pills_content div span,
.nav_pills_content div i {
    font-size: 12px;
    color: #84949C;
    ;
}

/* articles deatil page  */

.detail-article-container p {
    margin-bottom: 0px;
}

.article-stat {
    background-color: #EBEFF2;
}

.article-stat span {
    font-size: 13px;
}

.icon-btn {
    padding: 2px 6px;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28.4px;
}

.article-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28.4px;
    margin: 15px 0px;
}

.article-content h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 40.95px;
}

.article-content a {
    color: black;
    text-decoration-color: #FFB800;
    text-decoration-thickness: 3px;
}

.hashtags a {
    background-color: #EBEFF2;
    text-decoration: none;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    border-radius: 5px;
}

.hashtags a:hover {
    background-color: #FFB800;
}

.disclaimer {
    font-size: 12px !important;
    line-height: 16.5px;
    color: #A9A9A9;
}

.article-title h1 {
    font-size: 33px;
    font-weight: 700;
    line-height: 45.375px;
}

.article-desc p {
    margin-bottom: 20px;
}

.article-date p {
    font-size: 13px;
    line-height: 17.875px;
}

.article-author a {
    font-size: 13px;
    line-height: 17.875px;
    color: black;
    text-decoration: none;
    margin-left: 8px;
}

.article-author a:hover {
    text-decoration: underline;
    text-decoration-color: #FFB800;
}

.article-social-icon .fa-whatsapp {
    background-color: #00D670;
    padding-top: 18px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.article-social-icon .fa-linkedin-in {
    background-color: #0079B5;
    padding-top: 18px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.article-social-icon .fa-facebook {
    background-color: #0079F2;
    padding-top: 18px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.article-social-icon .fa-x-twitter {
    background-color: black;
    padding-top: 18px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.article-social-icon .fa-telegram {
    background-color: #00AEEF;
    padding-top: 18px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.article-social-icon .fa-reddit-alien {
    background-color: #FF4700;
    padding-top: 18px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.article-social-icon .fa-copy {
    background-color: #EFF3F4;
    padding-top: 18px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: #596E74;
    cursor: pointer;
}

.article-social-icon .fa-angle-up {
    background-color: #FFB922;
    padding-top: 20px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: #7A3F00;
}

.article-sidebar p {
    font-size: 13px;
    line-height: 17.875px;
    margin-bottom: 13px;
    margin-top: 8px;
}

.article-sidebar a:first-of-type {
    font-size: 24px;
    line-height: 33.12px;
    font-weight: 700;
    color: black;
    text-decoration: none;
}

.article-sidebar a {
    font-size: 16px;
    line-height: 22.08px;
    font-weight: 700;
    color: black;
    text-decoration: none;
}

.article-sidebar a:hover {
    text-decoration: underline;
}

.add-link {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #B4B4B4 !important;
    line-height: 15.125px !important;
}

#controls {
    display: flex;
    align-items: center;
}

#timer {
    font-size: 16px;
    padding: 1px 10px;
    background-color: #213137;
    color: white;
}

#downloadBtn {
    margin-left: 15px;
    cursor: pointer;
}

#playPauseBtn {
    background-color: #213137;
    border: none;
    color: white;
}

#downloadBtn button {
    background-color: #213137;
    border: none;
    margin-right: 3px;
}

#downloadBtn i {
    color: white;
}

#copyMessage {
    display: none;
    position: fixed;
    bottom: 300px;
    left: 17%;
    transform: translateX(-50%);
    background-color: #FFB922;
    color: black;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

/* crypto bonus page  */

.crypto-bonus-section {
    background: #04080b !important;
    color: white;
}

.bonus-submit-btn {
    display: flex;
    justify-content: center;
    color: rgb(225, 232, 234);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(48, 61, 67);
    border-image: initial;
    background: rgb(4, 8, 11);
    text-decoration: none;
}

.bonus-submit-btn:hover {
    border-color: rgb(48, 61, 67);
}

.crypto-bonus-btn {
    border-radius: 30px;
    padding: 6px 12px;
    background-color: #2C3D43;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.crypto-bonus-btn:hover,
.crypto-bonus-btn:active,
.crypto-bonus-btn:focus {
    background-color: #FFB922 !important;
    color: black !important;
}

.crypto-bonus-container {
    background-color: #212529;
}

.crypto-bonus-dropdown-menu {
    inset: auto !important;
    transform: none !important;
    background: #0E171B;
    border: 1px solid #222d32;
    top: 39px !important;
}

.crypto-bonus-dropdown-menu .dropdown-item {
    color: white;
    font-size: 14px;
    line-height: 20px;
}

.crypto-bonus-dropdown-menu .dropdown-item:hover {
    background-color: #2C3D43;
}

.crypto-bonus-card {
    background-color: #0E171B;
    border: 1px solid #222d32;
    border-radius: 15px;
    color: #f8f9fa;
    padding: 1.5rem;
}

.crypto-bonus-card img {
    border-radius: 10px;
}

.crypto-bonus-card .card-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #e1e8ea;
}

.crypto-bonus-card .badge {
    background: #0b1549;
    color: #5371ff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid rgba(159, 207, 221, .1490196078);
}

.crypto-bonus-card .badge2 {
    color: rgb(253, 205, 81);
    background: rgb(59, 32, 1);
}

.crypto-bonus-card h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #E1E8EA;
    margin-bottom: 7px !important;
}

.crypto-bonus-card p {
    font-size: 14px;
    line-height: 20px;
    color: #98A4AA;
}

.crypto-bonus-card button {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: rgb(225, 232, 234);
    display: block;
    border-radius: 10px !important;
    text-align: left;
    padding: 10px 12px;
    background-color: #0E171B;
    border: 1px solid #222d32;
}

.crypto-bonus-card button:hover,
.crypto-bonus-card button:focus,
.crypto-bonus-card button:active {
    background-color: #0E171B !important;
    border: 1px solid #222d32 !important;
}



.crypto-bonus-card .btn-claim {
    background: #000;
    border-radius: 8px;
    text-align: center;
    outline: none;
    border: 1px solid rgba(159, 207, 221, .1490196078);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px;
    width: 100%;
    color: #fabc2c;
    cursor: pointer;
}

.crypto-bonus-card .btn-claim:hover {
    color: #fabc2c;
    background: #000 !important;
    border: 1px solid rgba(159, 207, 221, .1490196078) !important;
}

.crypto-bonus-card-icon {
    font-size: 2rem;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 0;
}

.crypto-bonus-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crypto-bonus-page-info {
    color: white;
}


.crypto-bonus-pagination-numbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.crypto-bonus-page-link {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    background-color: #0E171B;
    color: white;
    border: none;
    cursor: pointer;
}

.crypto-bonus-page-link.active {
    background-color: #ffc107 !important;
    color: black;
}

.crypto-bonus-page-link:hover {
    background: #222d32;
    transition: all .3s;

}

.crypto-bonus-items-per-page {
    background-color: #000000;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    border: none;
    appearance: none;
    color: white;
    cursor: pointer;
    border: 1px solid #222d32 !important;
}

.crypto-bonus-items-per-page:hover,
.crypto-bonus-items-per-page:focus {
    background-color: #000000;
    outline: none;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.crypto-bonus-items-per-page {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 30px 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}

.accordion {
    background-color: #04080b !important;
}

.accordion-item {
    background-color: #04080b !important;
    border: none !important;
    border-bottom: 1px solid #222d32 !important;
    border-radius: 0 !important;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: rgb(152, 164, 170);
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: rgb(152, 164, 170);
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: rgb(152, 164, 170);
}

.accordion button .accordion-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: rgb(239, 245, 246);
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 25px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: rgb(152, 164, 170);
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 30em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p,
.accordion .accordion-content ol li,
.accordion .accordion-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -0.01em;
    color: rgb(225, 232, 234);
}

.crypto-bonus-faq h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}

/* research page css  */

.research-link {
    font-size: 14px;
    line-height: 20px;
    color: #9EA4A6;
    text-decoration: none;
}

.research-link:hover {
    color: #FFA200;
    text-decoration: underline;
}

.research-link2 {
    font-size: 14px;
    line-height: 20px;
    color: #D8DBDD;
    font-weight: 600;

}

.research-title h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(250 188 44);
    text-transform: uppercase;
    font-weight: 500;
}

.research-heading h1 {
    font-size: 3rem;
    line-height: 57.6px;
    color: rgb(255 255 255);
    letter-spacing: -0.02em;
    font-weight: 600;
}

.research-content p {
    font-size: 1.125rem;
    line-height: 28.8px;
    letter-spacing: -0.01em;
    color: rgb(170 185 192)
}

.research-image::before {
    content: "";
    background-image: url(assets/images/research-header-block.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.research-section {
    background-color: rgb(17 22 25);
    color: rgb(170 185 192);
}

.research-list li {
    position: relative;
    padding-left: 0.875rem;
    line-height: 28.8px;
    font-size: 1.125rem;
    color: rgb(255 255 255);
    letter-spacing: -0.01em;
}

.research-list li::before {
    content: "";
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(250 188 44 / var(--tw-bg-opacity));
    width: 0.375rem;
    height: 0.375rem;
    top: 40%;
    left: 0px;
    position: absolute;
}

.bg-articles-card {
    background-color: #172024;
}

.research-section .article-card-row {
    padding: 48px 20px;
}

.bg-faq-section {
    background-color: #172024 !important;
}

.swiper4 {
    width: 100%;
    height: 100%;
}

.research-cards-row {
    padding: 2rem;
    background-color: #233035;
    border-radius: 1.5rem;
    margin-top: 2rem;
}

.research-card {
    border-radius: 12px;
    border-color: #9FCFDD26;
    box-shadow: 0 24px 16px -16px rgba(16, 23, 27, .2), 0 16px 16px -12px rgba(0, 0, 0, .5019607843);
    background-color: rgb(58 70 76);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.research-cards-row figure::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    background: linear-gradient(0deg, #192024 0%, rgba(16, 23, 27, 0.8) 20%, rgba(16, 23, 27, 0) 55%);
    pointer-events: none;
}

.badge-custom {
    font-size: 12px !important;
    line-height: 16px;
    background-color: #fbc02d;
    color: #000;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.research-card-body {
    background-color: rgb(25 32 36);
    color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.research-card-body a {
    color: white;
    text-decoration: none;
    font-size: 19px;
    line-height: 22.8px;
    font-weight: 600;
}

.research-card-body p {
    color: #AAB9C0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 12px;
}

.research-card:hover {
    cursor: pointer;
}

.research-card-descrp {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    height: fit-content;
}

.research-card-descrp p {
    font-size: 14px;
    line-height: 20px;
}

.research-card figure,
.research-card-body {
    transition: transform 0.3s ease-in-out;
}

.research-card:hover figure,
.research-card:hover .research-card-body {
    transform: translateY(calc(-1 * var(--description-height, 100px)));
    transition: transform 0.3s ease-in-out;
}

.research-card:hover .research-card-descrp {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    color: white;
}

.reports_btn {
    text-align: center;
    margin-top: 3rem;
}

.reports_btn a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-weight: 600;
    background-color: rgb(58 70 76);
    color: rgb(240 243 244);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

/* price indexes page  */
.gainers-card-col .price-indexes-card,
.losers-card-col .price-indexes-card {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 8px;
    padding: 15px;
    border-radius: 0.5rem;
    flex-grow: 1;
}

.gainers-card-col .price-indexes-card {
    border-top: 2px solid rgb(5, 150, 105) !important;
}

.losers-card-col .price-indexes-card {
    border-top: 2px solid red !important;
}

.price-indexes-header {
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}

.price-indexes-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 10px;
}

.price-indexes-name {
    display: flex;
    align-items: center;
}

.price-indexes-name img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.price-indexes-value {
    text-align: right;
    font-size: 14px;
    line-height: 21px;
}

.gainers-card-col .price-indexes-change {
    color: #198754;
    font-weight: bold;
}

.losers-card-col .price-indexes-change {
    color: red;
    font-weight: bold;
}


.price-indexes-item:hover {
    background-color: #EFF3F4;
    cursor: pointer;
    border-radius: 5px;
}

.latest-market-news-row .price-indexes-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.latest-market-news-row .price-indexes-image {
    position: relative;
    width: 230px;
    height: 129px;
}

.latest-market-news-row .price-indexes-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-market-news-row .price-indexes-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: #ffc107;
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
}

.latest-market-news-row .price-indexes-content {
    flex: 1;
}

.latest-market-news-row .price-indexes-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.latest-market-news-row .price-indexes-meta {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

.latest-market-news-row .price-indexes-description {
    font-size: 14px;
    color: #343a40;
}

/* markets page  */

.market-images-row img {
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

.market-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #253137;
    text-decoration: underline;
    text-decoration-color: #FFA200;
}

.market-description {
    font-size: 14px;
    line-height: 23px;
    color: #253137;
}

/* technology page  */
.tchnology-row {
    background-color: #fafafa;
    padding: 25px;
}

.tchnology-row p {
    font-size: 16px;
    line-height: 22px;
    color: black;
}

.latest-market-news-faq-bg {
    background: white !important;
}

.crypto-converter-card {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 20px;
    max-width: 700px;
    margin: auto;
}

.crypto-converter-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.crypto-converter-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.crypto-converter-input {
    flex: 1;
}

.crypto-converter-input:focus {
    background-color: #f9f9f9 !important;
    border: 1px solid #eaeaea !important;
    color: black !important;
}

.crypto-converter-icon {
    font-size: 18px;
}


.crypto-converter-select {
    display: flex;
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 8px 12px;
}

.crypto-converter-select img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.crypto-converter-exchange {
    font-size: 20px;
    color: #007bff;
    cursor: pointer;
}

.newsletter-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    max-width: 500px;
    background: #fff;
}

.newsletter-content {
    flex-grow: 1;
}

.newsletter-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.newsletter-subtitle {
    font-size: 14px;
    color: gray;
    margin-bottom: 8px;
}

.newsletter-text {
    font-size: 14px;
    color: #333;
}

.newsletter-checkbox {
    width: 20px;
    height: 20px;
}

.careers-section {
    background-color: #0E1519;
    color: #BCD4CC;
}

footer a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-size: 14px;
    color: #F0F3F4;
    line-height: 22.4px;
}

footer h6 {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0em;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(94 109 116);
    margin-bottom: 0.75rem;
}

footer ul {
    display: flex;
    row-gap: 0.5rem !important;
    flex-direction: column !important;
}

footer a:hover {
    color: #ffc107;
}

.partner-badge {
    display: inline-block;
    margin-left: 17px;
    background-color: #ffc107;
    color: black;
    padding: 0px 4px;
    transition: margin-left 0.3s ease-in-out;
    position: relative;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0em;
    font-weight: 700;
}

.partner-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -7.9px;
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left-width: 0;
    border-right-color: #fabc2c;
}

a:hover .partner-badge {
    margin-left: 12px;
}

.join-container {
    display: flex;
    align-items: center;
    background-color: #121619;
    border-radius: 50px;
    padding: 10px 10px 10px 30px;
    color: white;
    font-weight: bold;
    gap: 32px;
    width: fit-content;
}

.join-btn {
    background-color: rgb(250 188 44);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    padding: 16px 24px;
}

.join-btn:hover {
    background-color: #e0a800;
}

/* .newsletter-container {
    max-width: 500px;
    margin: auto;
} */

.newsletter-container .form-control {
    background-color: #1e252b;
    border: none;
    color: white;
    padding: 15px 10px !important;
}

.form-control::placeholder {
    color: #6c757d;
}

.form-control:focus {
    background-color: #1e252b;
    color: white;
    box-shadow: none;
    border: none;
}

.subscribe-btn {
    background-color: #fabf2b;
    font-weight: 600;
    border: none;
    color: #1a1b1d;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: .25s ease-out;
    width: auto;
    height: auto;
    font-size: 1.125rem;
}

.subscribe-btn:hover {
    background-color: #e0a800;
}

.footer-bg {
    background-color: rgb(25 32 36) !important;
}

.footer-bg2 {
    background-color: rgb(17 22 25);
}

.icon-circle {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(78 93 101);
    color: #192024;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.icon-circle:hover {
    color: #fff;
    background-color: rgb(78 93 101);
}

.social-icons {
    display: flex;
    gap: 3px;
}

.copyright_row a,
.copyright_row p {
    font-size: 14px;
    line-height: 22.4px;
}

.copyright_row a:hover {
    color: white;
}

.copyright_row p {
    color: #5E6D74;
}


.hero-section {
    background: linear-gradient(to bottom, #000, #1a1a1a);
    color: #fff;
    text-align: center;
    padding: 40px 20px 60px 20px;
}

.hero-section h6 {
    font-size: 14px;
    line-height: 16.8px;
    color: #FABC2C;
    font-weight: 600;
}

.hero-section h3 {
    font-size: 28px;
    line-height: 33.6px;
    font-weight: 600;
}

.hero-section p {
    font-size: 16px;
    margin-top: 10px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.breadcrumb-item a {
    font-size: 14px;
    line-height: 20px;
    color: #F0F3F4;
    text-decoration: none;
}

.breadcrumb-item .breadcrumb-item {
    font-size: 12px !important;
    line-height: 20px;
    font-weight: 600;
    color: #F0F3F4 !important;
}

.breadcrumb-item a:hover {
    color: #FABC2C;
    text-decoration: underline;
}

.tabs {
    background-color: transparent;
    display: flex;
    justify-content: center;
    margin-top: -45px;

}

.tabs .nav {
    background-color: #f1f5f9;
    padding: 20px;
    border-radius: 50px;
}

.tabs .nav-link {
    font-size: 16px;
    line-height: 25.6px;
    border: none;
    padding: 10px 20px;
    color: #333;
    border-radius: 50px;
    font-weight: 700;
    margin: 0 5px;
}

.tabs .nav-link.active {
    background-color: #f2a900 !important;
    color: #fff;
}

.tabs .nav-link:hover {
    background-color: rgb(222 229 232);
}

.learn-card {
    border-radius: 12px;
    border-color: #9FCFDD26;

    box-shadow: 0 24px 16px -16px rgba(16, 23, 27, .2), 0 16px 16px -12px rgba(0, 0, 0, .5019607843);
    background-color: rgb(58 70 76);
    overflow: hidden;
}

.learn-cards-row figure::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    background: linear-gradient(0deg, #192024 0%, rgba(16, 23, 27, 0.8) 20%, rgba(16, 23, 27, 0) 55%);
    pointer-events: none;
}

.badge-custom {
    font-size: 12px !important;
    line-height: 16px;
    background-color: #fbc02d;
    color: #000;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.learn-card-body {
    background-color: rgb(25 32 36);
    color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.learn-card-body a {
    color: white;
    text-decoration: none;
    font-size: 19px;
    line-height: 22.8px;
    font-weight: 600;
}

.learn-card-body p {
    color: #AAB9C0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 12px;
}

.learn-card:hover {
    cursor: pointer;
}

.learn-card:hover a {
    text-decoration: underline;
}

.learn-tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.learn-tag {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    transition: 0.3s ease-in-out;
}

.learn-tag:hover {
    background-color: #f8f9fa;
}

.learn-topic-heading {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    color: black;
}

.custom-btn {
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    transition: 0.3s ease-in-out;
    background-color: white;
    width: fit-content;
}

.custom-btn:hover {
    background-color: #f8f9fa;
}

.learn-tutorials-section {
    background: linear-gradient(180deg, #fafdfd 0%, #f0f3f4 100%)
}

.tutorial-card {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.tutorial-card:hover {
    cursor: pointer;
}

.tutorial-card:hover a {
    text-decoration: underline;
}

.tutorial-card figure img {
    border-radius: 0.5rem;
}

.tutorial-card-body {
    padding: 0px;
}

.tutorial-card-body a {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.tutorial-card-body p {
    font-size: 14px;
    line-height: 22.4px;
    color: #5E6D74;
    margin-top: 8px;
}

.tutorial-card-date {
    font-size: 12px !important;
    line-height: 16px;
    color: #5E6D74;
    font-weight: 600 !important;
}

.tutorial-card .tutorial-badge-custom {
    font-size: 12px !important;
    line-height: 16px;
    background-color: #fbc02d;
    color: #000;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.tutorial-custom-btn {
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    width: fit-content;
    margin-top: 40px;
}

.tutorial-custom-btn:hover {
    background-color: white;
}

.learn-tutorials-description {
    font-size: 28px;
    line-height: 30.8px;
    color: black;
    font-weight: 600;
}

.learn-tutorials-description {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
    margin-bottom: 35px;
}

.learn-glossary-section {
    background: linear-gradient(180deg, #fafdfd 0%, #f0f3f4 100%)
}

.glossary-card {
    border-radius: 0;
    border: none;
    border-left: 2px solid #fbc02d;
    padding: 16px 32px 16px 24px;
}

.glossary-card:hover {
    cursor: pointer;
}

.glossary-card:hover .glossary-card-title {
    text-decoration: underline;
}


.glossary-card-title {
    font-size: 18px;
    line-height: 21.6px;
    color: black;
    font-weight: 600;
    text-decoration: none;

}

.glossary-card-text {
    font-size: 14px;
    line-height: 22.4px;
    color: #5E6D74;
    margin-top: 12px !important;
}

.glossary-discover-card {
    border: none;
    padding: 38px 20px;
    border-radius: 0;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    background-color: transparent;
}

.glossary-discover-card:hover {
    background-color: #F9FDFD;
}

.glossary-card-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: black;
    align-items: center;
    gap: 5px;
    transition: transform 0.3s ease-in-out;
}

.glossary-discover-card:hover a {
    text-decoration: underline;
}

.glossary-card-body .fa-book-open {
    color: #C4D2D7;
}

.glossary-discover-card:hover .glossary-card-title i {
    transform: translateX(5px);
}

.crypto-bonus-modal-content{
    background-color: #0E171B !important;
    color: #fbc02d !important;
}
.crypto-bonus-modal-footer{
    justify-content: center !important;
}
.crypto-bonus-btn-close{
    filter: invert(1) !important;
}
