

/******************** FOR DASHBOARD HERO *****************/
.hero-head{
    display: flex;
    justify-content: space-between;
    margin: 0 2rem;
}

.head-pay{
    display: flex;
    gap: 1rem;
    padding-bottom: 1rem;
}

.head-pay a{
    align-self: center;
    text-decoration: none;
    padding: .5rem .8rem;
    color: white;
    border-radius: 7px;
    background-color: red;
}

.head-pay a:first-child{
    background-color: #007bff;
}

.hero-body{
    background-color: #12122cda;
    padding: 20px 0;
}

.dashboard-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
}
.market{
    color: black;
    padding-top: 1rem;
}
.dashboard-container .card {
    background-color: #1b1b3a !important;
    color: white !important;
    border-radius: 10px;
    /* padding: 20px; */
    width: 280px;
    height: 30vh;
    /* text-align: center; */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.card h6{
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.card h4{
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.graph-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
svg {
    position: absolute;
    top: 7;
    left: -2;
    width: 30vw;
    height: 100%;
}
.line {
    fill: none;
    stroke-width: 2;
}


.fill-area {
    opacity: 0.4; /* Adjust transparency for fade effect */
}


.terms-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.terms-container h2 {
    color: #d32f2f; /* Red color for emphasis */
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
}

.terms-container p {
    text-align: justify;
    font-size: 16px;
    padding: 10px;
}

.highlight {
    color: #d32f2f;
    font-weight: bold;
}

.terms-container ul {
    padding-left: 20px;
}

.terms-container ul li {
    margin-bottom: 10px;
}

.plans-container {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #333;
}

.plans-container h2 {
    text-align: center;
    color: #d32f2f;
    font-size: 24px;
    margin-bottom: 15px;
}

.deposit-plan {
    background: white;
    padding: 15px;
    margin: 15px 0;
    border-left: 5px solid #d32f2f;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.deposit-plan h3 {
    color: #d32f2f;
    font-size: 20px;
    margin-bottom: 10px;
}

.deposit-plan ul {
    list-style-type: none;
    padding: 0;
}

.deposit-plan ul li {
    padding: 5px 0;
    font-size: 16px;
}

.highlight {
    font-weight: bold;
    color: #d32f2f;
}

.deposit-form {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto;
    background: #f9f9f9;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    color: #333;
}

.deposit-form label {
    font-weight: bold;
}

.deposit-form select,
.deposit-form input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.wallet-info {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.submit-btn {
    background: #d32f2f;
    color: white;
    padding: 10px;
    border: none;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.submit-btn:hover {
    background: #b71c1c;
}

.deposit-body {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #333;
}

.crypto-image {
    flex: 1;
    max-width: 400px;
    text-align: center;
}

.crypto-image img {
    width: 100%;
    border-radius: 8px;
}


.notification-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.notification-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.notification-info {
    flex: 1;
}

.keyword-tag {
    background: #007bff;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 14px;
}

.status-badge {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.status-badge.confirmed {
    background: #28a745;
    color: #fff;
}

.status-badge.pending {
    background: #dc3545;
    color: #fff;
}

.proof-image img {
    max-width: 120px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.no-proof {
    color: #888;
    font-style: italic;
}

.confirmation-form {
    margin-top: 10px;
}

.confirm-btn {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.confirm-btn:hover {
    background: #218838;
}


/* Modal styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 50%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.2);
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.close-btn:hover {
    color: red;
}

/* Image styling */
.clickable-img {
    max-width: 120px;
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.clickable-img:hover {
    transform: scale(1.1);
}

.confirmDiv{
    display: flex;
    flex-direction: column;
}

#google_translate_element {
    /* position: fixed; */
    top: 10px;
    right: 10px;
    z-index: 999;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
    color: white;
}

.goog-logo-link, .goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget span, .goog-te-gadget-simple span {
    display: none !important;
}

/* Hide Google Translate frame */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0px;
    color: white !important;
    height: 2vh !important;
}

.goog-te-combo{
    color: black;
}

/* Adjust spacing if necessary */
#google_translate_element select {
    padding: 5px;
    font-size: 14px;
}


.terms-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.terms-container {
    max-width: 600px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.terms-container p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.terms-container p strong {
    font-size: 20px;
    color: #1d3557;
    display: block;
    margin-bottom: 15px;
}

.terms-container p span {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    color: #e63946;
}




.settings-form {
    max-width: 600px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.settings-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.settings-form input,
.settings-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.settings-form input[type="file"] {
    border: none;
    padding: 5px;
}

.settings-form button {
    background: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.settings-form button:hover {
    background: #0056b3;
}

.settings-form p {
    font-size: 14px;
    margin-top: 10px;
    color: #555;
}

.settings-form img {
    max-width: 100px;
    border-radius: 5px;
    margin-top: 5px;
}




.admin-nav {
    background: #333;
    padding: 10px 20px;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    display: block;
}

.hamburger {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.ad{
    color: black !important;
}

.withdrawal-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.withdrawal-form {
    padding: 20px;
}

.withdrawal-form .form-group {
    margin-bottom: 15px;
}

.withdrawal-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.withdrawal-form button {
    width: 100%;
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.withdrawal-form button:hover {
    background: #0056b3;
}


/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #444;
        padding: 10px 0;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        text-align: center;
        padding: 10px 0;
    }

    .hamburger {
        display: block;
    }
}






/* Responsive for smaller screens */
@media (max-width: 767px) {
    .d-flex{
        flex-direction: column !important;
        gap: 10px;
    }

    .nav-flex{
        flex-direction: column;
    }

    /********* FOR HERO ************/

    .hero-content div{
        padding-top: 11rem;
    }

    .hero-container{
        background: url(bitcoin1.jpg) no-repeat center center;
    }

    /************* FOR ABOUT *************/

    .about-container{
        flex-direction: column;
        /* height: 150vh; */
    }

    .tabContents{
        /* top: 530px; */
        width: 100%;
    }

    .tabParent-con {
        min-height: 250px;
    }


    /* FOR PERFORM */
    .perform-left {
        flex: 0 0 100%;
    }

    .left-top{
        flex-direction: column;
        justify-content: center;
    }

    .left-top-con, .left-bottom-con{
        flex-direction: column;
    }

    .left-top-con div, .left-bottom-con div{
        text-align: center;
    }

    .left-top-con div p, .left-bottom-con div p{
        width: 100%;
    }

    .left-bottom{
        flex-direction: column;
        justify-content: center;
    }

    .perform-right {
        flex: 0 0 100%;
        margin-top: 1rem;
        padding: 0 2rem;
    }

    .perform-right p {
        width: 100%;
    }

    .payment-options div {
        flex: 0 0 80%;
    }

    /*************** FOR FOOTER ************/
    .first-section{
        flex: 0 0 100%;
    }

    .second-section{
        flex: 0 0 35%;
    }

    .third-section{
        flex: 0 0 30%;
    }


    /* .temporary-navbar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 20px;
    }

    .tem-nav-links ul {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .tem-nav-links ul li {
        display: block;
        flex: 0 0 25%;
    } */


    /* FOR JOIN */
    .join-steps .line, .line2{
        display: none;
    }

    .join-steps{
        flex-direction: column;
    }




    /* FOR PLAN */
    .plan-package{
        margin: 0 1rem;
    }

    .plan-pack-content{
        flex: 0 0 100%;
        width: 100%;
    }

    .dashboard-container{
        gap: 1rem;
    }

    .dashboard-container .card {
        /* padding: 20px; */
        width: 400px;
        height: 22vh;
    }

    /* .graph-container {
        width: 100%;
        height: 100px;
        overflow: hidden;
        position: relative;
    } */
    svg {
        position: absolute;
        top: 16;
        left: -2;
        width: 100vw;
        height: 100%;
    }

    .home-other{
        flex-direction: column;
    }

    .drop-nav{
        flex-direction: column;
    }

    .chart-container {
        width: 100%;
        max-width: 800px; /* Adjust the max width */
        margin: auto;
        overflow-x: auto; /* Allows scrolling if needed */
    }


    .modal-content {
        max-width: 100%;
    }
    
    
.terms-section{
    flex-direction:column;
    padding:10px;
}

.terms-section img{
    margin-left:30px;
}

#navbarSupportedContent{
    margin-left:1rem;
    width:90%;
}

#google_translate_element{
    position:absolute;
    top:4rem;
    left:13rem;
}

.hero-content div h1{
    font-size:2.5rem;
}

.navbar-toggler{
    margin-left:14rem;
}
    
}



.plan-container{
    background: rgba(2, 0, 36, 1);
    padding: 5rem 0;
}

.plan-package{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    margin: 0 3rem;
    gap: 20px;
}

.plan-pack-content{
    flex: 0 0 23.7%;
    text-align: center;
    padding: 3rem 1rem;
    height: auto;
    color: white;
    border: 2px solid #fff;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(47, 45, 45, 1) 35%);
}

.plan-h1{
    text-align: center;
    padding-bottom: 2rem;
    color: white;
}

.pack-head h1{
    font-size: 1.3rem;
}

.pack-head h5{
    color: #18FFFF;
}

.pack-head span{
    display: inline-block;
    width: 30%;
    height: 2px;
    background-color: #18FFFF;
    color: #18FFFF;
}

.pack-body{
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.pack-link{
    padding-top: 2rem;
}

.pack-link > a{
    text-decoration: none;
    padding: .5rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    background-color: white;
    color: black;
}

.pack-final{
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding-top: 2rem;
}

.pack-final.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.pack-final select{
    width: 100%;
    padding: 5px 10px;
}

.payment-method{
    border: none;
    border-bottom: 1px solid aqua;
    border-radius: 5px;
}

.payment-method:focus{
    outline: none;
}


.message {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    left: 20px;
    background-color: #0088cc; /* Telegram blue */
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.message a {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.message i {
    font-size: 30px;
    display: flex;
    align-items: center;
}

.log-message{
    padding: 0;
    height: 0;
}

.message-body{
    position: absolute;
    width: 50%;
    display: flex;
    justify-content: space-between;
    background-color: #30178a;
    padding: 4px 12px;
    border: 1px solid grey;
    border-radius: 7px;
    color: white;
}


/* PLAN SECTION */

.plan-section{
    padding:100px 7%;
}

.plan-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.plan-card{
    background:#0f172a;
    border-radius:25px;
    padding:45px;
    text-align:center;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.3s;
}

.plan-card:hover{
    transform:translateY(-10px);
}

.plan-card.active{
    border:2px solid #3b82f6;
}

.plan-card h2{
    margin-bottom:20px;
    font-size:32px;
    color: white;
}

.plan-card h1{
    font-size:70px;
    color:#3b82f6;
    margin-bottom:10px;
}

.plan-card p{
    color:#94a3b8;
    margin-bottom:30px;
}

.plan-card ul{
    list-style:none;
    margin-bottom:35px;
}

.plan-card ul li{
    margin-bottom:15px;
    color:#cbd5e1;
}

.plan-card button{
    width:100%;
    padding:15px;
    background:#2563eb;
    border:none;
    border-radius:12px;
    color:white;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
}

.plan-card button:hover{
    background:#1d4ed8;
}