/* Main Section */
.bitx {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;

    /* Background Image */
    background: url("../../public/img/hpmarketplace-bg-DD__2JUw.jpg") no-repeat center center/cover;
    color: #fff;
}
.bitx1 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;

    /* Background Image */
    /*background: url("../../public/img/hpmarketplace-bg-DD__2JUw.jpg") no-repeat center center/cover;*/
    color: white;
}

/* Left Content */
.bitx .content {
    max-width: 45%;
}

.bitx .content h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}

.bitx .content h1 {
    font-size: 83px;
  font-weight: 817;
  margin: 19px 0;
}

.bitx .content p {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.btn {
    display: inline-block;
    padding: 13px 28px;
    background: white;
    color: black;
    border-radius: 16px;
    /*text-decoration: none;*/
    font-weight: 600;
    border: 2px solid black;
}

/* Right Image */
.right-image img {
    width: 380px;
    margin-right: 57px;
}


/* ================================
   RESPONSIVE DESIGN 
   ================================ */

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
    .bitx {
        padding: 0 30px;
    }

    .bitx .content h1 {
        font-size: 48px;
    }

    .right-image img {
        width: 300px;
    }
}

/* Small Tablet & Large Phone (max-width: 768px) */
@media (max-width: 768px) {
    .bitx {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 60px 20px;
    }

    .bitx .content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .bitx .content h1 {
        font-size: 42px;
    }

    .bitx .content h3 {
        font-size: 22px;
    }

    .right-image img {
        width: 260px;
    }
}

/* Mobile (max-width: 576px) */
@media (max-width: 576px) {

    .bitx {
        padding: 40px 15px;
    }

    .bitx .content h1 {
        font-size: 34px;
    }

    .bitx .content h3 {
        font-size: 20px;
    }

    .bitx .content p {
        font-size: 16px;
    }

    .btn {
        padding: 10px 24px;
        font-size: 15px;
    }

    .right-image img {
        width: 220px;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {

    .bitx .content h1 {
        font-size: 28px;
    }

    .bitx .content h3 {
        font-size: 18px;
    }

    .bitx .content p {
        font-size: 14px;
    }

    .btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .right-image img {
        width: 180px;
    }
}




/*back white*/
/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
    .bitx1 {
        padding: 0 30px;
    }

    .bitx1 .content h1 {
        font-size: 48px;
        line-height: 65px;
    }

    .right-image img {
        width: 300px;
    }
}

/* Small Tablet & Large Phone (max-width: 768px) */
@media (max-width: 768px) {
    .bitx1 {
        display: flex;
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 40px 20px;
    }

    .bitx1 .content {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .bitx1 .content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .bitx1 .content h3 {
        font-size: 22px;
    }

    .right-image img {
        width: 260px;
        margin: 0 auto;
        display: block;
    }
}

/* Mobile (max-width: 576px) */
@media (max-width: 576px) {

    .bitx1 {
        padding: 30px 15px;
    }

    .bitx1 .content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .bitx1 .content h3 {
        font-size: 20px;
    }

    .bitx1 .content p {
        font-size: 16px;
    }

    .btn {
        padding: 10px 24px;
        font-size: 15px;
    }

    .right-image img {
        width: 210px;
        margin-top: 10px;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {

    .bitx1 .content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .bitx1 .content h3 {
        font-size: 38px;
    }

    .bitx1 .content p {
        font-size: 14px;
    }

    .btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .right-image img {
        width: 170px;
    }
}



/*slider start*/


/* BitxMining Hero Section */
.bitxmining {
    width: 100%;
    height: 100vh;
    background: url("../../public/img/home-bg-p1klazcP.jpg") no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    position: relative;
}
.bitxmining1 {
    width: 100%;
    height: 100vh;
    background: url("../../public/img/mining_banner-CZDX2G9b.jpg") no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    position: relative;
}
.bitxmining2 {
    width: 100%;
    height: 100vh;
    background: url("../../public/img/topbg-BYv-FvLO.jpg") no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    position: relative;
}
.bitxmining3{
    width: 100%;
    height: 100vh;
    background: url("../../public/img/hp_marketplace_bg-BDeSxrdI.jpg") no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    position: relative;
}

/* Main logo */
.hero-logo {
    width: 95px;
    margin-bottom: 25px;
}

/* Title */
.hero-title {
    font-size: 83px;
    font-weight: 700;
    font-family: "Lora", serif;
    margin-bottom: 10px;
    color: white;
}

.hero-title span {
    color: #ffffff;
}

/* Yellow underline */
.hero-line {
    width: 100px;
    height: 4px;
    background: #cba144;
    margin: 15px auto;
    border-radius: 10px;
}

/* Tagline text */
.hero-tagline {
    font-size: 33px;
    font-family: "Lora", serif;
    color: white;
}


@media (max-width: 768px) {
    .hero-title {
        font-size: 50px;
    }

    .hero-tagline {
        font-size: 20px;
    }

    .hero-logo {
        width: 70px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 38px;
    }

    .hero-tagline {
        font-size: 18px;
    }

    .hero-line {
        width: 70px;
    }
}





/*about*/
/* ==============================
   BIT SECTION (EasyMining Block)
   ============================== */

.bit {
    width: 100%;
    padding: 70px 20px;
    text-align: center;
    background: #eaeaea;
}

/* Top small heading */
.bit-top-text {
    font-size: 26px;
    font-family: "Lora", serif;
    color: #2d2d2d;
    margin-bottom: 10px;
}

/* Yellow line */
.bit-line {
    width: 80px;
    height: 4px;
    background: #cba144;
    border-radius: 5px;
    margin: 0 auto 20px;
}

/* Large Title */
.bit-title {
    font-size: 70px;
    font-weight: 800;
    color: #1c1c1c;
    margin-bottom: 10px;
}

/* Sub text */
.bit-subtitle {
    font-size: 20px;
    color: #444;
    margin-bottom: 30px;
}

/* Button */
.bit-btn {
    display: inline-block;
    padding: 12px 40px;
    background: #000;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s ease;
}

.bit-btn:hover {
    background: #333;
}

/* Tablet */
@media (max-width: 768px) {

    .bit-title {
        font-size: 50px;
    }

    .bit-top-text {
        font-size: 22px;
    }

    .bit-subtitle {
        font-size: 18px;
    }

    .bit-btn {
        font-size: 16px;
        padding: 10px 30px;
    }
}

/* Mobile */
@media (max-width: 480px) {

    .bit-title {
        font-size: 36px;
    }

    .bit-top-text {
        font-size: 20px;
    }

    .bit-subtitle {
        font-size: 16px;
    }

    .bit-line {
        width: 60px;
    }

    .bit-btn {
        padding: 10px 28px;
        font-size: 15px;
    }
}

/* Very Small Mobile */
@media (max-width: 360px) {

    .bit-title {
        font-size: 30px;
    }

    .bit-top-text {
        font-size: 18px;
    }

    .bit-subtitle {
        font-size: 14px;
    }

    .bit-btn {
        padding: 8px 24px;
        font-size: 14px;
    }
}





/*======================================*/
.mine-section {
    background: url('../../public/img/mining-software-bg-CQISKXCu.jpg') no-repeat center center/cover;
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.mine-overlay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 5%;
}

.mine-sub {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.mine-title {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.mine-desc {
    color: #fff;
    max-width: 500px;
    font-size: 18px;
    margin-bottom: 30px;
}

.mine-points {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    color: #fff;
    font-size: 22px;
}

.mine-points li {
    margin: 15px 0;
    position: relative;
}

.mine-points li::before {
    content: "";
    width: 40px;
    height: 3px;
    background: #ffcc00;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.mine-btn {
    padding: 15px 40px;
    background: #fff;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid black;
}

.mine-img img {
    width: 855px;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

/* MOBILE RESPONSIVE */
@media(max-width: 768px){
    .mine-overlay {
        flex-direction: column;
        text-align: center;
    }

    .mine-title {font-size: 40px;}
    .mine-desc {font-size: 16px; margin: auto;}
    .mine-img img {width: 100%; margin-top: 30px;}
}


/*table csss*/


.vb-algo-section {
    width: 100%;
    background: #f7f7f7;
    padding: 80px 0;
    text-align: center;
}

.vb-algo-live {
    color: #c08d2b;
    font-size: 26px;
    margin-bottom: 10px;
}

.vb-algo-title {
    font-size: 60px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}

.vb-algo-sub {
    font-size: 20px;
    color: #333;
    margin-bottom: 50px;
}

.vb-algo-table-box {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.vb-algo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}

.vb-algo-table thead th {
    text-align: left;
    padding: 15px;
    color: #555;
    font-weight: 600;
}

.vb-algo-table tbody td {
    padding: 18px 15px;
    border-top: 1px solid #eee;
    color: #000;
}

.vb-algo-table tbody td span {
    display: block;
    font-size: 12px;
    color: gray;
}

/* MOBILE RESPONSIVE */
@media(max-width: 768px){
    .vb-algo-title {font-size: 40px;}
    .vb-algo-sub {font-size: 16px;}
    .vb-algo-table-box {padding: 10px;}
    .vb-algo-table tbody td {padding: 12px 8px; font-size: 16px;}
}

/* 320px MOBILE RESPONSIVE */
@media (max-width: 320px) {

    /* --------- Mine Section ---------- */
    .mine-section {
        padding: 60px 0;
    }

    .mine-overlay {
        padding: 0 3%;
        gap: 20px;
    }

    .mine-sub {
        font-size: 16px;
    }

    .mine-title {
        font-size: 28px;
        line-height: 34px;
    }

    .mine-desc {
        font-size: 14px;
        max-width: 100%;
    }

    .mine-points {
        font-size: 16px;
    }

    .mine-points li {
        margin: 10px 0;
    }

    .mine-points li::before {
        width: 25px;
        height: 3px;
        left: -35px;
    }

    .mine-btn {
        font-size: 16px;
        padding: 12px 30px;
    }

    .mine-img img {
        width: 100%;
        border-radius: 15px;
    }


}


/*algo table start*/
/* Section Styling */
.algo-section-new {
    padding: 60px;
    background: #f2f2f2;
    color: #fff;
    border-radius: 10px;
}

.algo-header-new {
    text-align: center;
    margin-bottom: 20px;
}

.algo-live-new {
    font-size: 22px;
    color: black;
}

.algo-title-new {
    font-size: 50px;
    margin: 10px 0;
}

.algo-sub-new {
    font-size: 14px;
    opacity: 0.8;
}

/* TABLE BOX */
.algo-table-wrapper-new {
    width: 100%;
    overflow: hidden;
}

/* Scroll Box */
.algo-table-scroll-new {
    overflow-x: auto;
    width: 100%;
}

/* TABLE */
.algo-table-new {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    background: #1a1a1a;
}

.algo-table-new th, 
.algo-table-new td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #333;
}

.algo-table-new th {
    background: #222;
    color: #fff;
}

/* BUTTON */
.algo-btn-new {
    /*background: #00eaff;*/
    color: #000;
    padding: 10px 18px;
    border: 2px solid black;
    border-radius: 13px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    font-weight: bold;
}

.algo-btn-new:hover {
    background: #00c8d1;
}

/* MOBILE RESPONSIVE */
@media screen and (max-width: 600px) {
    .algo-section-new {
        padding: 20px;
    }

    .algo-title-new {
        font-size: 26px;
    }

    .algo-table-scroll-new {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/*algo table end*/
.vb-profit-section {
    width: 100%;
    background: #f7f7f7;
    padding: 80px 0;
    text-align: center;
}

.vb-profit-subtitle {
    font-size: 26px;
    color: #444;
    font-weight: 400;
}

.vb-profit-title {
    font-size: 62px;
    font-weight: 800;
    color: #000;
    margin-top: 10px;
}

.vb-profit-desc {
    font-size: 20px;
    color: #555;
    margin: 20px 0 50px;
}

/* Box */
.vb-profit-box {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
}

/* Tabs */
.vb-profit-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.vb-profit-tabs button {
    padding: 10px 30px;
    border-radius: 20px;
    border: none;
    background: #eaeaea;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
}

.vb-profit-tabs button.active {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Small text */
.vb-profit-small-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

/* Input row */
.vb-profit-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.vb-profit-field {
    width: 30%;
    min-width: 220px;
    text-align: left;
}

.vb-profit-field label {
    font-size: 15px;
    color: #666;
}

.vb-profit-field select,
.vb-profit-field input {
    width: 100%;
    padding: 12px 15px;
    margin-top: 5px;
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 17px;
}

/* More options */
.vb-profit-more {
    margin: 18px 0;
}

.vb-profit-more a {
    color: #a020f0;
    font-size: 16px;
    text-decoration: none;
}

/* Button */
.vb-profit-btn-box {
    margin: 20px 0;
}

.vb-profit-btn {
    background: #000;
    color: #fff;
    padding: 12px 50px;
    border-radius: 40px;
    border: none;
    font-size: 22px;
    cursor: pointer;
    font-weight: 700;
}

/* Bottom text */
.vb-profit-bottom-text {
    margin-top: 30px;
    font-size: 16px;
    color: #555;
}

.vb-profit-bottom-text a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .vb-profit-title { font-size: 44px; }
    .vb-profit-desc { font-size: 16px; }
    .vb-profit-field { width: 100%; }
    .vb-profit-box { padding: 20px; }
}


/* Extra Small Mobiles (320px - 360px) */
@media (max-width: 360px) {

    .vb-profit-tabs {
        flex-direction: column;
        width: 100%;
        gap: 10px !important;
        padding: 0 10px;
    }

    .vb-profit-tabs button {
        width: 100%;
        font-size: 16px !important;
        padding: 10px 0 !important;
        border-radius: 18px !important;
    }

    .vb-profit-title {
        font-size: 32px !important;
    }

    .vb-profit-subtitle {
        font-size: 18px !important;
    }

    .vb-profit-desc {
        font-size: 14px !important;
        margin: 10px 0 20px !important;
    }

    .vb-profit-box {
        padding: 20px !important;
        width: 95%;
        border-radius: 22px;
    }

    .vb-profit-row {
        flex-direction: column;
        gap: 12px;
    }

    .vb-profit-field {
        width: 100% !important;
    }

    .vb-profit-field select,
    .vb-profit-field input {
        font-size: 15px !important;
        padding: 10px 14px !important;
    }

    .vb-profit-btn {
        width: 100%;
        font-size: 18px !important;
        padding: 12px 0 !important;
        border-radius: 30px !important;
    }
}



/*--------------------market-----------------*/

.market {
    width: 100%;
    padding: 40px;
    background: #f8f8f8;
    text-align: center;
}

.market h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.market-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.market .item {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.market .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.market .item img {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
}

.market .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.market .item p {
    color: #555;
    font-size: 14px;
}


/* ============================
   📱 MOBILE (up to 320px)
   ============================ */
@media (max-width: 320px) {

    .market {
        padding: 20px 10px;
    }

    .market h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .market-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .market .item {
        padding: 18px;
        border-radius: 10px;
    }

    .market .item img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .market .item h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .market .item p {
        font-size: 13px;
        line-height: 1.4;
    }
}




/*=====================blog===============*/





.blog {
    width: 100%;
    padding: 40px 20px;
    background: #ffffff;
}

.blog-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

/* Left Image */
.blog-image img {
    width: 500px;
    height:450px;
    border-radius: 20px;
}

/* Right Content */
.blog-content {
    max-width: 500px;
}

.blog-tags {
    font-size: 14px;
    color: #888;
}

.blog-title {
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.3;
}

.read-more {
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s;
}

.read-more:hover {
    transform: translateX(5px);
}


/* ============================
   📱 MOBILE (up to 320px)
   ============================ */
@media (max-width: 320px) {

    .blog {
        padding: 20px 10px;
    }

    .blog-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .blog-image img {
        width: 100%;
        border-radius: 15px;
    }

    .blog-title {
        font-size: 22px;
        margin: 10px 0;
    }

    .blog-tags {
        font-size: 12px;
    }

    .read-more {
        font-size: 14px;
    }
}




/**/
.bloglist {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}

/* Grid Layout */
.bloglist-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
}

/* Image Styling */
.blog-card-img img {
    width: 100%;
    border-radius: 20px;
    height: auto;
}

.blog-card-tags {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

.blog-card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 15px;
    line-height: 1.4;
    color: #000;
}

.blog-card-read {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: 0.3s;
}

.blog-card-read:hover {
    transform: translateX(5px);
}


/* ============================
   📱 MOBILE (max-width: 320px)
   ============================ */
@media (max-width: 320px) {

    .bloglist {
        padding: 20px 10px;
    }

    .bloglist-container {
        grid-template-columns: 1fr;  /* Single column */
        gap: 20px;
    }

    .blog-card-img img {
        border-radius: 15px;
    }

    .blog-card-title {
        font-size: 16px;
        margin: 8px 0;
    }

    .blog-card-tags {
        font-size: 12px;
    }

    .blog-card-read {
        font-size: 14px;
    }
}






















