﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0%;
    font-family: sans-serif;
}

#color {
    background-color: rgb(232, 232, 232);
}

:root {
    --main-color: #f26522;
}

.product-section {
    align-content: center;
    width: 100%;
    margin-top: -10px;
    /*margin-left: -29px;*/
}

.main-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    background-color: var(--main-color);
    height: 70px;
    margin-bottom: 90px;
    align-content:center;
    /*padding-bottom:70px;*/
}

    .main-header > div {
        font-size: 30px;
    }
    .main-header img{
        
        height:35px;
        width:110px;
        /*margin-left:-30px;*/
    }
    .main-header a {
        margin-top:20px;
        margin-bottom:-20px;
        text-decoration: none;
        color: black;
        font-size: 15px;
        /*color: white;*/
        color: white;
        align-content: center;
        text-align: center;
        border: 1px solid white;
        border-radius: 15px;
        padding: 10px 30px 10px 30px;
    }

    .main-header button {
        padding: 10px 25px;
        border: 2px solid white;
        border-radius: 10px;
        background-color: var(--main-color);
    }

/* section 1 */

/* .source{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
} */
.source{
    margin-top:80px;
}
.number {
    border: solid 2px var(--main-color);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*height: 200px;*/
    text-align: center;
    border-radius: 10px;
    padding:10px;
    width:100%;
    margin-bottom:15px;
    /*margin: 20px;*/
}
    .number i{
        letter-spacing:4px;
        grid-column-gap:10px;
    }


    .types {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        border: 2px solid var(--main-color);
        /*margin: 20px;*/
        padding: 10px;
        /*height:50px;*/
        border-radius: 10px;
    }

    .types a {
        text-decoration: none;
        color: var(--main-color);
        font-size: 18px;
        font-weight: 600;
    }
        .types a.active {
            background-color: #e65100;
            color: white;
            font-weight: bold;
            padding: 5px 10px;
            border-radius: 5px;
        }
        /*.types a:active {
            padding: 10px 25px;
            border-radius: 10px;
            background-color: var(--main-color);
            color: white;
        }*/
       /* .types a:hover {
            color: white;
        }*/

    .types button {
        /* padding: 10px 25px; */
        /* border-radius:10px; */
        border: none;
    }

    /*.types div:hover {
        padding: 10px 25px;
        border-radius: 5px;
        background-color: var(--main-color);
        border: 1px solid var(--main-color);
        color: white;
        transition: 0.5s;
    }*/


.real-gold {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    padding: 5px;
    margin-bottom:-10px;
}

    /* .real-gold>div{
    width: 50%;
} */

    .real-gold > div h2 {
        color: var(--main-color);
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .real-gold > div h4 {
        color: rgb(139, 139, 139);
        font-weight:bold;
        font-size:18px; 
        letter-spacing:0;
        /* font-size: 20px; */
    }


.gold-pic img {
    margin-left:5px;
    justify-content:center;
    align-content:center;
    width: 70px;
    height: 50px;
    box-shadw: 0 0 9px rgb(210, 210, 210);
}


.income-term{
    margin-top:-10px;
}
.daily-income {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 20px;
    padding: 10px;
    margin-bottom:-24px;
}

    .daily-income h1 {
        font-size: 12px;
        letter-spacing: -1;
        font-weight: 550;
        /*font-size: 25px;*/
        text-align: center;
        margin-bottom:0px;
    }

    .daily-income h4 {
        color: rgb(137, 135, 135);
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -1;
        text-align: center;
    }

/*.main-button botton {
    text-decoration: none;
    color: white;
}*/

.main-button {
    background-color: var(--main-color);
    border-radius: 20px;
    text-align: center;
    align-items:center;
    align-content:center;
    justify-content:center;
    font-size:15px;
   /* padding: 15px 25px;*/
   height:45px;
    width:100%;
    margin-bottom:4px;
   /* margin: 10px;*/
}

.main-real-gold {
    box-shadow: 0 0 10px rgb(168, 168, 168);
    /*margin: 30px;*/
    margin-top:20px;
    margin-bottom:-20px;
    padding: 10px;
    background-color: white;
    border-radius:8px;
    width:100%;
    align-content:center;
    justify-content:center;
    align-items:center;
}



.main-footer {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    background-color: var(--main-color);
    padding: 10px;
    position: relative;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: -20px;
}

    .main-footer li {
        list-style-type: none;
    }

    .main-footer button a {
        text-decoration: none;
        /* background-color: orangered; */
        color: rgb(183, 183, 183);
        font-size: 15px;
    }

        .main-footer button a:hover {
            color: white;
        }

    .main-footer button {
        background-color: var(--main-color);
        border: none;
    }
        .main-footer button a,
        .main-footer button a p,
        .main-footer button a i {
            color: lightgray; /* default text color */
            text-decoration: none;
        }

        .main-footer button.active a,
        .main-footer button.active a p,
        .main-footer button.active a i {
            color: white !important; /* only text turns white when active */
        }




/* wallet part start */




body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
}

.top-header {
    background-color: var(--main-color);
    color: white;
    padding: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.back-button {
    position: absolute;
    left: 12px;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
}

.top-header h1 {
    margin: 0 auto;
}

.balance-section {
    background-color: #c3c2c2;
    text-align: center;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
}

.balance {
    color: var(--main-color);
    margin-left: 8px;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.btn {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 20px;
    font-size: 16px;
}

.details {
    margin: 0 auto;
    max-width: 300px;
    padding: 16px;
    border: 1px solid var(--main-color);
    border-radius: 8px;
    background-color: white;
    color: #333;
}

    .details p {
        margin: 8px 0;
        display: flex;
        justify-content: space-between;
    }

.transactions {
    text-align: center;
    margin: 20px;
    color: #666;
    height: 300px;
    border-radius: 10px;
    border: 2px solid var(--main-color);
}

.bottom-nav {
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--main-color);
}

    .bottom-nav a {
        color: white;
        text-decoration: none;
        font-size: 16px;
    }

    .bottom-nav .active {
        font-weight: bold;
        text-decoration: underline;
    }



.main-url {
    margin: 20px;
}

    .main-url h2 {
        color: var(--main-color);
    }

    .main-url input {
        width: 100%;
        padding: 3px;
        border: 1px solid var(--main-color);
    }

.user {
    padding-top: 100px;
    text-align: center;
}

    .user h1 {
        font-size: 100px;
        color: rgb(101, 121, 212);
    }

    .user h2 {
        color: var(--main-color);
    }

    .user h3 {
        font-size: 15px;
        color: rgb(78, 77, 77);
    }

.main-table {
    width: 80%;
    margin: auto;
    text-align: center;
}

    .main-table td button {
        background-color: var(--main-color);
        /* color: white; */
        border-radius: 10px;
        width: 200px;
        padding: 5px;
        margin-top: 5px;
        border: none;
    }

    .main-table button a {
        text-decoration: none;
        color: white;
    }


/* login part start */

.container {
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

h2 {
    margin-bottom: 10px;
    font-weight: bold;
}

.company {
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #aaa;
    background: transparent;
    outline: none;
}

.eye-icon {
    float: right;
    margin-top: -30px;
    margin-right: 25px;
    cursor: pointer;
}

.btn {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 12px 0;
    width: 90%;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

.sign-in {
    margin-top: 20px;
    font-size: 14px;
}

    .sign-in a {
        text-decoration: none;
        color: var(--main-color);
    }



/* platinum details */

.semiconductor {
    display: flex;
    justify-content: space-between;
    padding:0px;
}

.semiconductor-1 li {
    list-style-type: none;
    padding-top: 10px;
    color: rgb(77, 76, 76);
}

.semiconductor-2 li {
    list-style-type: none;
    padding-top: 10px;
    color: var(--main-color);
}

.semiconductor-2 h1 {
    font-size: 20px;
}

.platinum-image {
    width: 90%;
    margin: auto;
}

    .platinum-image img {
        width: 100%;
        height: 30%;
    }

.reward {
    margin-bottom: 100px;
}

    .reward h1 {
        color: orangered;
        padding-top: 10px;
    }

    .reward p {
        color: #333;
        padding-top: 9px;
    }

    .reward span {
        color: var(--main-color);
    }
