@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: bold;
    src: url('font/fonts/woff/iranyekanwebboldfanum.woff') format('woff');
}
@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 300;
    src: url('font/fonts/woff/iranyekanweblightfanum.woff') format('woff');
}
@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: normal;
    src: url('font/fonts/woff/iranyekanwebregularfanum.woff') format('woff');
}
body {
    font-family: 'iranyekan';
    margin: 0;
    padding: 0;
    background: #0b0f19;
    color: #ffffff;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #00e0ff;
    transition: 0.3s;
}
a:hover {
    color: #f2b90c;
}
span {
    color: #b8b8b8;
    line-height: 1.9;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    padding: 10px 25px;
    background: rgba(25, 25, 35, 0.85);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(108, 99, 255, 0.4);
    border-radius: 20px;
    position: fixed;
    top: 0;
    width: -webkit-fill-available;
    z-index: 10;
    box-shadow: 0 0 20px rgba(108, 99, 255, 0.3);
}
.login-button {
    font-size: 17px;
    font-weight: bold;
}
.icon-nav {
    height: 60px;
}
.icon-nav img {
    width: 60px;
    height: 60px;
}
main {
    text-align: center;
    margin-top: 120px;
}
main h1 {
    padding: 16px 0 0;
    color: #6c63ff;
    text-shadow: 0 0 10px #6c63ff;
}
.form-login {
    background: rgba(108, 99, 255, 0.1);
    padding: 40px;
    margin: 20px auto;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(108, 99, 255, 0.4);
    border: 1px solid rgba(108, 99, 255, 0.3);
}
main h2 {
    margin: 0 0 30px;
    color: #f2b90c;
}
label {
    display: flex;
    margin-bottom: 5px;
    color: #ffffff;
}
input {
    font-family: 'iranyekan';
    width: -webkit-fill-available;
    padding: 14px;
    margin: 10px 0 20px;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgba(108, 99, 255, 0.4);
    outline: none;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    transition: 0.3s;
}
input:focus {
    border-color: #00e0ff;
    box-shadow: 0 0 10px #00e0ff;
}
.form-login button {
    font-family: 'iranyekan';
    margin: 15px 0 0;
    border: none;
    border-radius: 8px;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(135deg, #6c63ff, #00e0ff);
    width: -webkit-fill-available;
    color: #fff;
    box-shadow: 0 0 15px rgba(108, 99, 255, 0.5);
    cursor: pointer;
    transition: 0.3s;
}
.form-login button:hover {
    transform: scale(1.045);
}
.section-main1 {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px;
}
.div-main1 {
    max-width: 430px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(108, 99, 255, 0.3);
    transition: 0.3s;
}
.div-main1:hover, .deposit-div:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 224, 255, 0.6);
}
.img-color {
    background: linear-gradient(135deg, #6c63ff, #00e0ff);
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 25px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(108, 99, 255, 0.6);
}
.img-color img {
    width: 100%;
    height: 100%;
}
.price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 224, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 224, 255, 0.2);
}
.price img {
    width: 45px;
    height: 45px;
}
.price div p {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: #f2b90c;
    display: flex;
}
.price div span {
    font-size: 14px;
    color: #aaa;
    display: flex;
}
.deposit {
    background: rgba(108, 99, 255, 0.1);
    padding: 40px 12px;
    border-top: 2px solid rgba(0, 224, 255, 0.3);
}
.deposit h3 {
    color: #6c63ff;
    text-shadow: 0 0 10px #6c63ff;
}
.deposit-div {
    background: linear-gradient(135deg, #00e0ff, #6c63ff);
    box-shadow: 0 0 20px rgba(108, 99, 255, 0.6);
    border-radius: 50%;
    padding: 25px;
    width: 100px;
    height: 100px;
    margin: auto;
    transition: 0.3s;
}
.deposit-div img {
    width: 85px;
    height: 85px;
}
footer {
    text-align: center;
    background: rgb(15 0 255 / 15%);
    padding: 15px 10px;
    box-shadow: 0px -10px 20px 10px rgb(15 0 255 / 17%);
}
.footerbar {
    display: none;
}
.login-button.mobile button {
    background: rgba(108, 99, 255, 0.4);
    border: none;
    border-radius: 6px;
    padding: 5px;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 20px rgba(108, 99, 255, 0.3);
}
.login-button.mobile button img {
    width: 35px;
    height: 35px;
}
.login-button.mobile {
    display: none;
}
.login-button.desktop {
    display: flex;
    gap: 18px;
}
.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #141414; 
    color: #fff;
    transition: right 0.35s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}
.side-menu-header {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
}
.close-btn {
    background: none;
    border: none;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.side-menu.show {
    right: 0;
}
.side-menu-content {
    margin: 0 15px;
}
.side-menu-content div {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid;
    gap: 8px;
}
.side-menu-content div img {
    width: 25px;
    height: 25px;
}
.total {
    display: flex;
    justify-content: space-evenly;
    background: rgba(108, 99, 255, 0.4);
    box-shadow: 0 0 20px 8px rgba(108, 99, 255, 0.4);
    padding: 8px 0;
}
.total div {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #7d5dcc52;
    border-radius: 6px;
    padding: 5px 10px;
}
.total div a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.welcome h3 {
    text-align: right;
    margin: 30px 20px;
}
.email_check {
    background: rgb(255, 99, 99, 0.4);
    box-shadow: 0 0 20px rgb(255, 99, 99, 0.3);
    padding: 15px 30px;
    width: fit-content;
    border-radius: 8px;
    margin: 0 15px auto;
    width: -webkit-fill-available;
    transition: 0.3s;
}
.email_check:hover {
    box-shadow: 0 0 20px 5px rgba(255, 99, 99, 0.5);
}
.dashboard-section {
    background: rgba(108, 99, 255, 0.05);
    border: 1px solid rgba(108, 99, 255, 0.2);
    border-radius: 20px;
    padding: 20px;
    margin: 30px auto;
    max-width: 90%;
    box-shadow: 0 0 15px rgba(108, 99, 255, 0.2);
}
.section-title {
    color: #f2b90c;
    text-align: right;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 2px solid #6c63ff;
    padding-bottom: 10px;
    display: flex;
    gap: 5px;
}
.nft-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.nft-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 10px;
    width: 150px;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
.nft-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 224, 255, 0.5);
}
.nft-item img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.nft-item h4 {
    margin: 10px 0 5px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nft-view-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 2px dashed #6c63ff;
    color: #00e0ff;
}
.nft-view-all:hover {
    background: rgba(108, 99, 255, 0.2);
    color: #f2b90c;
}
.nft-view-all img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.nft-view-all span {
    color: inherit;
    font-size: 14px;
}
.news-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: right;
    border-right: 4px solid #f2b90c;
}
.news-box h4 {
    margin: 0 0 10px;
    color: #00e0ff;
}
.news-box p {
    margin: 0 0 10px;
    color: #b8b8b8;
    font-size: 15px;
    line-height: 1.6;
}
.news-box span {
    font-size: 12px;
    color: #888;
}
.total div.desktop-account {
    background: #ff00005e;
}
.mobile-account {
    display: none;
}
.farm {
    background: rgb(52 62 56);
    box-shadow: 0 0 15px rgb(0, 255, 102, 0.3);
    transition: 0.3s;
}
.farm:hover {
    box-shadow: 0 0 25px rgba(0, 255, 102, 0.6);
}
.farm .img-color {
    background: linear-gradient(135deg, #582626, #309644);
    box-shadow: 0 0 20px rgb(210, 255, 99, 0.6);
}
.egg {
    background: white;
    color: black;
    box-shadow: 0 0 15px rgb(255, 255, 255, 0.3);
    transition: 0.3s;
}
.egg:hover {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .total div.desktop-account {
        display: none;
    }
    .mobile-account {
        display: block;
    }
    .form-login {
        margin: 0 20px auto;
        padding: 20px;
    }
    input {
        padding: 12px;
        font-size: 16px;
    }
    .section-main1 {
        margin: 30px 10px;
    }
    .price {
        gap: 7px;
    }
    .price div p {
        font-size: 15px;
    }
    .footerbar {
        position: fixed;
        bottom: 0;
        width: -webkit-fill-available;
        background: rgba(25, 25, 35, 0.85);
        backdrop-filter: blur(5px);
        padding: 10px 25px;
        display: flex;
        margin: 10px;
        border-radius: 20px;
        box-shadow: 0 0 20px rgba(108, 99, 255, 0.3);
        border: 1px solid rgba(108, 99, 255, 0.4);
    }
    .footerbar a {
        width: -webkit-fill-available;
    }
    .footerbar a img {
        width: -webkit-fill-available;
        height: 25px;
    }
    footer {
        margin-bottom: 80px;
    }
    .login-button.mobile {
        display: block;
    }
    .login-button.desktop {
        display: none;
    }
    .dashboard-section {
        max-width: 85%;
        padding: 15px;
    }
    .section-title {
        font-size: 20px;
    }
    .nft-item {
        width: 130px;
    }
    .nft-item h4 {
        font-size: 14px;
    }
    .img-color {
        width: 65px;
        height: 65px;
        margin: 10px auto;
        padding: 20px;
    }
}
.game-main {
    margin: 10px;
}
.table-container {
    width: -webkit-fill-available;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(108, 99, 255, 0.3);
    margin: 0 15px 25px;
}
table {
    width: -webkit-fill-available;
    border-collapse: collapse;
    background-color: rgba(108, 99, 255, 0.1);
    backdrop-filter: blur(10px);
}
thead {
    background-color: rgba(108, 99, 255, 0.4);
}
th {
    padding: 18px 15px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(108, 99, 255, 0.5);
}
td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}
tbody tr {
    transition: all 0.3s ease;
}
tbody tr:hover {
    background-color: rgba(108, 99, 255, 0.2);
}
tbody tr:hover td {
    transform: translateY(-2px);
}
tbody tr:last-child td {
    border-bottom: none;
}
td:nth-child(2) {
    color: #ffcc00;
}
td:last-child {
    color: #84f979;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
tbody tr {
    animation: fadeIn 0.5s ease forwards;
}
tbody tr:nth-child {
    animation-delay: 0.3s;
}
.farm-game {
    display: flex;
    gap: 15px;
}
.show-farm, .eleman-farm {
    text-align: right;
    padding: 20px;
    background: #4645b55c;
    border-radius: 15px;
    margin: 35px 10px 0 0;
}
.show-farm {
    width: 70%;
}
.eleman-farm {
    width: 30%; 
    margin: 35px 0 0 10px;
}
.div-p-farm {
    display: flex;
    gap: 5px;
}
.p-farm {
    margin: 0;
    padding: 10px;
    background: #742ece45;
    border-radius: 5px;
}
.button-farm {
    border-radius: 6px;
    background: #ffff66;
    font-family: 'iranyekan';
    border: none;
}
.a-farm {
    display: block;
    margin-top: 20px;
    color: #00ff00;
}
.setting {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 12px;
}
.setting-a {
    background: #68008b;
    padding: 8px;
    border-radius: 6px;
}
@media (max-width: 600px) {
    th, td {
        padding: 12px 8px;
        font-size: 13px;
    }
    .table-container {
        border-radius: 8px;
    }
}