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

body {
    font-family: "Inter", sans-serif !important;
    background-color: #0B0E11 !important;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding: 0 !important;
}

/* =============================================== Start Header  ===============================================  */

.header {
    box-shadow: 0 8px 32px 0 #00000066;
    backdrop-filter: blur(24px);
    border: 1px solid #21252C80;
    background: #121518;
    color: #fff;
}

.header_main {
    display: flex;
    align-items: center;
    height: 83px;
}

.header_menu {
    gap: 33px;
}

.header_menu li a {
    color: #ABB3BA !important;
    font-size: 16px;
    font-weight: 400;
}

.header_menu .nav-link.active {
    box-shadow: 0 10px 15px -3px #FF8C3233;
    background: #FF8C32;
    border-radius: 14px;
    color: #000 !important;
    padding: 8px 20px !important;
}

/* =============================================== End Header  ===============================================  */

/* =============================================== Start Home  ===============================================  */
.banner-section {
    padding: 70px 0 120px;
    background:
        radial-gradient(85.98% 136.49% at 80% 50%, rgba(255, 140, 50, 0.08) 0%, rgba(255, 140, 50, 0) 50%),
        radial-gradient(85.98% 136.49% at 20% 50%, rgba(255, 140, 50, 0.1) 0%, rgba(255, 140, 50, 0) 50%), #0b0e11;

    color: #fff;
    position: relative;
}

.real_time_market {
    border: 1px solid #21252C80;
    box-shadow: 0 8px 32px 0 #00000066;
    background-color: #161719;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #ABB3BA;
    margin-bottom: 15px;
}

.banner_content h1 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    color: #EAEDF1;
}

.banner_content h1 span {
    color: #ff8c32;
}

.banner_content p {
    color: #ABB3BA;
    font-size: 20px;
    font-weight: 400;
    max-width: 700px;
    margin: 25px auto 40px;
}

.banner-search {
    width: 570px;
    max-width: 100%;
    margin: 0 auto 50px;
    background: #1a1a1d;
    border-radius: 50px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #21252C80;
    box-shadow: 0 8px 32px 0 #00000066;
}

.banner-search input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ABB3BA;
    font-size: 15px;
}

.banner-search i {
    font-size: 14px;
    color: #ABB3BA;
}

.banner-stats {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.stat-box {
    background: #1e1b19;
    padding: 17px 0;
    border-radius: 24px;
    text-align: center;
    border: 1px solid #21252C80;
    box-shadow: 0 8px 32px 0 #00000066;
    max-width: 100%;
    width: 212px;
    transition: .3s;
}

.stat-box:hover {
    border: 1px solid #21252C80;
    box-shadow: 0 3px 32px 0 #FF8C3242;
}

.stat-box h3 {
    color: #FF8C32;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.stat-box p {
    color: #ABB3BA;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.top_market {
    padding: 45px 0;
}

.market_movers h2 {
    font-size: 48px;
    font-weight: 700;
    color: #EAEDF1;
}

.market_movers h2 span {
    color: #FF8C32;
}

.market_movers p {
    color: #ABB3BA;
    font-size: 18px;
    font-weight: 400;
}
.crypto-card {
    box-shadow: 0 8px 32px 0 #00000066;
    border-radius: 24px;
    background-color: #121518;
    padding: 20px;
    transition: .3s;
    border: 1px solid transparent;
}

.crypto-card:hover {
    border: 1px solid #FF8C32;
    box-shadow: 0 3px 32px 0 #FF8C3242;
}

.crypto-item .market_title {
    color: #EAEDF1 !important;
    font-size: 24px;
    font-weight: 700;
}
.crypto-item p {
    color: #ABB3BA;
    font-size: 14px;
    font-weight: 400;
}
.crypto-item span {
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
}
.crypto_status_yellow {
    background-color: #FF8C321A;
    color: #FF8C32;
}
.crypto_status_red {
    background-color: #FF75751A;
    color: #FF7575;
}

.crypto-card h4 {
    font-size: 30px;
    font-weight: 700;
    color: #EAEDF1;
}

.blogs {
    padding: 20px 0 45px 0;
}

.blogs_card {
    background-color: #121518;
    border: 1px solid #FF8C3240;
    padding: 15px;
    border-radius: 24px;
}

.blogs_info p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    margin: 10px 0 3px 0;
}

.blogs_info span {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.blogs_info h4 {
    font-family: "Space Grotesk", sans-serif;
    color: #FF8C32;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.blogs_info button {
    background-color: #FF8C32;
    border-radius: 6px;
    border: none;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 13px;
}

.nav-arrows {
    display: flex;
    gap: 12px;
}

.nav-arrows button {
    position: absolute;
    top: 1%;
    background: transparent;
    border: 1px solid #FF8C32;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.nav-arrows #prevBtn, .nav-arrows #PrevBtn {
    left: 0;
}

.nav-arrows #nextBtn, .nav-arrows #NextBtn {
    right: 0;
}

.buy_now_modal .modal-content {
    background-color: #0C0E13;
    border: 1px solid #FF8C32 !important;
    border-radius: 20px !important;
    padding: 25px;
}

.buy_now_modal .modal-header .btn-close {
    position: absolute;
    right: 3%;
    top: 7%;
    padding: 0 !important;
    margin: 0 !important;
}

.buy_now_modal .modal-content {
    max-width: 100%;
    width: 430px;
}

.buy_now_modal .btn-close {
    background: url("../images/home/close.svg") !important;
    width: 25px !important;
    height: 25px !important;
    opacity: 1 !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.buy_now_modal .modal-header h5 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.buy_now_modal .modal-header p, .buy_now_modal .modal-body span {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.buy_now_modal .modal-body p {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.buy_now_modal .modal-body input {
    margin-top: 30px;
    background: #FF8C320F;
    border-radius: 9px;
    padding: 14px 28px;
}

.buy_now_modal .modal-body button {
    background-color: #FF8C32;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 14px 0;
    margin-top: 20px;
}

.market_analysis {
    padding: 70px 0 50px 0;
}

.analysis_items {
    background-color: #121518;
    border-radius: 24px;
    border: 1px solid #21252C80;
    box-shadow: 0 8px 32px 0 #00000066;
    transition: .3s;
}

.analysis_items:hover {
    border: 1px solid #FF8C32;
    box-shadow: 0 3px 32px 0 #FF8C3242;
}
.analysis_img {
    border-radius: 24px 24px 0 0;
}
.analysis_content {
    padding: 25px;
}

.analysis_content h5 {
    font-family: "Space Grotesk", sans-serif;
    color: #EAEDF1;
    font-weight: 700;
    font-size: 20px;
}

.analysis_content h3 {
    font-weight: 400;
    font-size: 43px;
    color: #EAEDF1;
}

.analysis_content p {
    color: #ABB3BA;
    font-weight: 400;
    font-size: 14px;
}

.analysis_content span {
    color: #ABB3BA;
    font-weight: 400;
    font-size: 12px;
}

.analysis_content span img {
    width: 12px !important;
    height: 12px;
}

.market_title {
    display: block;
    font-weight: 400 !important;
    font-size: 11px !important;
    color: #FF8C32 !important;
    background: #FF8C3233;
    width: 70px;
    height: 24px;
    text-align: center;
    align-content: center;
    border-radius: 20px;
    margin-bottom: 12px;
}

.analysis_items hr {
    opacity: 1 !important;
}

.forex_analysis {
    position: absolute;
    left: 21px;
    top: 17px;
    font-weight: 600;
    font-size: 12px;
    color: #EAEDF1;
    box-shadow: 0 8px 32px 0 #00000066;
    border: 1px solid #FF8C3233;
    text-align: center;
    padding: 3px 15px;
    border-radius: 20px;
    background-color: rgba(36, 32, 32, 0.8);
}
.view_analysis span {
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #21252C80;
    box-shadow: 0 8px 32px 0 #00000066;
    border-radius: 14px;
    text-align: center;
    padding: 13px 35px;
    color: #fff;
}

.view_more span {
    font-size: 13px;
    font-weight: 400;
    color: #E6EEF3;
}

.view_more img {
    width: 20px !important;
    height: 20px;
}

/* =============================================== End Home  ===============================================  */

/* =============================================== Start Market  ===============================================  */

.bitcoin_market h2 {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 48px;
}

.bitcoin_market p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.crypto-wrapper {
    box-shadow: 0 8px 32px 0 #00000066;
    /*background-color: #121518;*/
    border: 1px solid #FF8C32
}

.crypto-left {
    padding: 25px;
}
.crypto-left-img {
    position: relative;
    width: 50px;
    height: 50px;
}

.crypto-left-img img {
    position: absolute;
    border-radius: 30px;
    width: 38px;
    height: 38px;
}

.crypto-left-img img:first-child {
    left: 0;
    top: 0;
    clip-path: path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z");
}

.crypto-left-img img:last-child {
    left: -18.5px;
    top: 18px;
}

.crypto-left h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.crypto-left .price {
    font-size: 28px;
    font-weight: 700;
    color: #dbdbdb;
}

.crypto-left .currency {
    color: #dbdbdb;
    font-size: 11px;
    font-weight: 400;
}
.crypto-left .change {
    font-size: 16px;
    font-weight: 400;
    color: #FF8C32;
}

.crypto-left .change span {
    font-size: 14px;
}

.range-buttons button {
    background: transparent;
    color: #fff;
    border: none;
    padding: 3px 12px;
    margin-left: 5px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.range-buttons button.active {
    background: #1a1d23;
}

.crypto-chart {
    width: 100% !important;
    height: 360px !important;
}

.feature_articles {
    padding: 60px 0;
}

.feature_articles_title h3 {
    font-size: 28px;
    font-weight: 400;
    color: #E6EEF3;
}
.feature_articles_title::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 32px;
    background-color: #FF8C32;
    border-radius: 5px;
}

.feature_articles_carousel_wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.feature_articles_slider .owl-stage-outer {
    padding-left: calc((100vw - 1140px) / 2) !important;
}

.feature_articles_slider .owl-stage-outer {
    padding-right: 0 !important;
}

.article_card {
    height: 260px;
    background: #1a1d24;
    border-radius: 16px;
    margin: 10px;
    color: #fff;
    padding: 20px;
}

.article_details {
    background-color: #121518;
    border-radius: 24px;
    border: 1px solid #21252C80;
    box-shadow: 0 8px 32px 0 #00000066;
    padding: 30px;
}

.article_details h3 {
    font-weight: 400;
    font-size: 27px;
    color: #E6EEF3;
}

.article_details p {
    font-weight: 400;
    font-size: 14px;
    color: #BFC7CE;
}

.article_details p span {
    color: #FF8C32;
}

/* =============================================== End Market  ===============================================  */

/* =============================================== Start Personal Information  ===============================================  */

.personal-information {
    padding: 80px 0;
}

.personal_back {
    position: absolute;
    top: 10%;
    color: #FF8C32;
    font-size: 15px;
    font-weight: 400;
}

.information_form {
    background: #FFFFFF08;
    border: 1px solid #FFFFFF1A;
    padding: 50px 80px;
    border-radius: 24px;
}

.information_form label {
    font-weight: 600;
    font-size: 13px;
    color: #BFC7CE;
    margin-bottom: 8px;
}

.information_form input, .information_form select, .information_form textarea {
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0D;
    border-radius: 14px;
    width: 100%;
    padding: 12px 15px;
}
.information_form button {
    width: 100%;
    text-align: center;
    background: #FF8C32;
    color: #000;
    border-radius: 14px;
    height: 50px;
    margin-top: 20px;
}

.information_form a {
    width: 100%;
    text-align: center;
    align-content: center;
    background: transparent;
    color: #fff;
    border-radius: 14px;
    height: 50px;
    margin-top: 20px;
    border: 1px solid #FF8C32;
}

.information_form input::placeholder, .information_form select, .information_form input[type="date"], .information_form textarea::placeholder, .information_form input[type="file"] {
    font-size: 14px;
    color: #BFC7CE;
    font-weight: 400;
}

.document-form {
    padding: 5px !important;
}

input[type="file"]::-webkit-file-upload-button {
    padding: 8px 15px;
    margin-right: 10px;
    background: #FFFFFF08;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #21252C80;
    color: #BFC7CE;
}

/* =============================================== End Personal Information  ===============================================  */

/* =============================================== Start Contact  ===============================================  */

.contact_us_item {
    background: #FFFFFF08;
    border: 1px solid #FFFFFF1A;
    padding: 30px;
    border-radius: 24px;
}

.contact_us_item h5 {
    font-size: 18px;
    font-weight: 400;
    color: #E6EEF3;
    margin-bottom: 15px;
}

.contact_us_item p {
    font-size: 15px;
    font-weight: 400;
    color: #BFC7CE;
    margin-bottom: 15px;
}

.contact_us_item span {
    font-weight: 400;
    font-size: 14px;
    color: #FF8C32;
}

.faq_items {
    background: #FFFFFF08;
    border: 1px solid #FFFFFF1A;
    padding: 30px;
    border-radius: 24px;
}

.faq_items p {
    font-size: 13px !important;
    font-weight: 400;
    color: #BFC7CE;
    margin: 0;
}

.faq_items span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #E6EEF3;
    margin-bottom: 15px;
}

/* =============================================== End Contact  ===============================================  */

/* =============================================== Start About  ===============================================  */

.about_us span {
    max-width: 100%;
    width: 290px;
    border: 1px solid #FF8C3233;
    background: #FF8C321A;
    border-radius: 30px;
    padding: 10px;
    color: #FF8C32;
    font-size: 12px;
    font-weight: 400;
}

.about_content_box {
    background: #FFFFFF08;
    border: 1px solid #FFFFFF1A;
    padding: 30px;
    border-radius: 24px;
}
.about_content_box h3 {
    font-size: 27px;
    font-weight: 400;
    color: #FF8C32;
}
.about_content_box p {
    font-size: 12px;
    font-weight: 400;
    color: #BFC7CE;
}

.our_story {
    padding: 20px 0 70px 0;
}

.our_story_content h4 {
    font-size: 33px;
    font-weight: 400;
    color: #E6EEF3;
}

.our_story_content p {
    font-size: 14px;
    font-weight: 400;
    color: #BFC7CE;
}

.choose_us {
    background: linear-gradient(135deg, rgba(255, 140, 50, 0.1) 0%, rgba(255, 140, 50, 0.1) 100%);
    border: 1px solid #FF8C3233;
    padding: 30px;
    border-radius: 24px;
}

.choose_us h5 {
    font-weight: 400;
    font-size: 21px;
    color: #E6EEF3;
}

.why_choose li {
    font-weight: 400;
    font-size: 15px;
    color: #BFC7CE;
}

.our_core h4 {
    font-size: 33px;
    font-weight: 400;
    color: #E6EEF3;
}

.our_core p {
    font-size: 18px;
    font-weight: 400;
    color: #BFC7CE;
}

.our_journey {
    padding: 70px 0;
}

.timeline {
    width: 90%;
    margin: 80px auto 0 auto;
    position: relative;
}

.line {
    position: absolute;
    width: 2px;
    height: 83%;
    background: #FF8C32;
    top: 8%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 50%;
    padding: 30px 0;
    position: relative;
}

.timeline-item.left {
    text-align: right;
    padding-right: 40px;
}

.timeline-item.right {
    text-align: left;
    padding-left: 40px;
    margin-left: 50%;
}

.timeline-item::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #ff8800;
    border-radius: 50%;
    position: absolute;
    top: 45%;
}

.timeline-item.left::before {
    right: -6px;
}

.timeline-item.right::before {
    left: -6px;
}

.content {
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF08;
    border-radius: 16px;
    padding: 25px;
}

.content h3 {
    color: #FF8C32;
    font-size: 21px;
    font-weight: 400;
}

.content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #E6EEF3;
}

.content p {
    font-size: 14px;
    font-weight: 400;
    color: #BFC7CE;
    margin-bottom: 0;
}

.our_mission {
    background: linear-gradient(135deg, rgba(0, 229, 168, 0.1) 0%, rgba(0, 229, 168, 0) 100%);
    border: 1px solid #FF8C3233;
    border-radius: 24px;
    padding: 30px;
}

.our_mission h5 {
    color: #E6EEF3;
    font-weight: 400;
    font-size: 22px;
}

.our_mission p {
    color: #BFC7CE;
    font-weight: 400;
    font-size: 14px;
}

.our_vision {
    background: linear-gradient(135deg, rgba(0, 209, 255, 0.1) 0%, rgba(0, 209, 255, 0) 100%);
    border: 1px solid #FF8C3233;
    border-radius: 24px;
    padding: 30px;
}

.our_vision h5 {
    color: #E6EEF3;
    font-weight: 400;
    font-size: 22px;
}

.our_vision p {
    color: #BFC7CE;
    font-weight: 400;
    font-size: 14px;
}

.trusted_verified {
    margin: 50px 0;
    background: #FFFFFF08;
    border: 1px solid #FFFFFF1A;
    border-radius: 24px;
    padding: 50px;
}

.trusted_verified_items span {
    font-size: 14px;
    font-weight: 400;
    color: #E6EEF3;
}

.trusted_verified_items p {
    font-size: 13px;
    font-weight: 400;
    color: #BFC7CE;
    margin-bottom: 0;
}

.legal_content h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #E6EEF3;
}

.legal_content p {
    color: #BFC7CE;
    font-size: 18px;
    font-weight: 400;
}

.contact_us_item h6 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

/* =============================================== End About  ===============================================  */

/* =============================================== Start Footer  ===============================================  */

.footer {
    border-top: 1px solid #21252C80;
    background-color: #0d1114;
    padding: 65px 0 30px 0;
}

.footer_logo_main {
    max-width: 100%;
    width: 384px;
}

.footer_logo_main p {
    font-weight: 400;
    font-size: 14px;
    color: #ABB3BA;
}

.newsletter {
    border-radius: 24px;
    padding: 15px;
    border: 1px solid #21252C80;
    box-shadow: 0 8px 32px 0 #00000066;
}
.newsletter span {
    font-size: 14px;
    font-weight: 400;
    color: #EAEDF1;
}
.newsletter input {
    border: 1px solid #21252C80;
    background: #0A0C1080;
    border-radius: 14px;
    padding: 10px 13px;
}
.newsletter input::placeholder {
    font-size: 14px;
    color: #ABB3BA;
    font-weight: 400;
}

.footer_menu h4 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #EAEDF1;
}

.footer_menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #ABB3BA !important;
}

.footer_menu ul li {
    margin-bottom: 8px;
}

/* =============================================== End Footer  ===============================================  */
