@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

body {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
    padding-bottom: 90px;
    /* Adjust to match the height of the .buttons-container */
}

.container_login {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}

.container {
    padding: 0 10px;
    height: 100vh;
}


h2 {
    color: #333;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 15px;
    text-align: left;
}

/*-------Weather page start--------*/
#weather-box {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e4c9c9;
    padding: 12px;
    border-radius: 10px;
    font-family: sans-serif;
    width: 220px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.add-buttons {
    display: flex;
    justify-content: center;
}

#weather-box h4 {
    margin: 0 0 8px;
    font-size: 16px;
}

.weatherForcast {
    position: relative;
    z-index: 10;
}

.summary {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.day {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 14px;
}

#toggle-btn {
    margin-top: 8px;
    background: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}

#toggle-btn:hover {
    background: #0056b3;
}

/*-------Weather page end --------*/


/*-------waleet page--------*/
#deposit-history {
    max-width: 100%;
    margin: auto;
    background: white;
    /*padding: 20px;*/
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: block;
}

.deposit-container .toggle-btn {
    min-width: 150px;
}

#deposit-history h3 {
    color: #3a3434;
}

#withdrawal-history {
    max-width: 100%;
    margin: auto;
    background: white;
    /*padding: 20px;*/
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#withdrawal-history h3 {
    color: #3a3434;
}

form#withdraw-form {
    display: grid;
    max-width: 50%;
    margin: auto;
    min-width: 50%;
    text-align: left;
}

form#withdraw-form input {
    height: 40px;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid #534e4e;
}

form#withdraw-form button,
#deposit input {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #534e4e;
}

#deposit {
    max-width: 100%;
    margin: auto;
    background: white;
    /*padding: 20px;*/
    border-radius: 10px;
    border: 1px solid #534e4e;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#deposit h3 {
    color: #3a3434;
}

#deposit button {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #534e4e;
}

.transaction-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.transaction-table th {
    background: #007BFF;
    color: white;
    padding: 12px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 2;
}

.transaction-table td {
    padding: 12px;
    text-align: center;
}

.transaction-table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.transaction-table tbody tr:hover {
    background: #e3f2fd;
}

.history-scroll {
    max-height: 350px;
    /* Fixed height */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #007BFF #f1f1f1;
}

/* Custom Scrollbar for WebKit Browsers */
.history-scroll::-webkit-scrollbar {
    width: 8px;
}

.history-scroll::-webkit-scrollbar-thumb {
    background: #007BFF;
    border-radius: 5px;
}

.history-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.deposit-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    justify-content: space-between;
}

.deposit-container div {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    text-align: center;
    transition: background 0.3s;
}

.deposit-container div:hover {
    background-color: #0056b3;
}

.content {
    display: none;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 5px;
    color: #ffffff;
}

/** deposit history css **/
.status-success {
    color: green;
    font-weight: bold;
}

.status-failed {
    color: red;
    font-weight: bold;
}

.serial-number {
    font-weight: bold;
    color: #333;
}

.amount {
    color: #007bff;
    font-weight: bold;
}

.active-btn {
    background-color: #0056b3 !important;
}

.pagination_deposit_history {
    text-align: center;
}

/*-------------main page staRT-----*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.scene {
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgb(0, 162, 255);
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
}

/* Sun styling */
.sun {
    position: absolute;
    top: 50px;
    left: 80%;
    transform: translateX(-50%);
    width: 7%;
    height: 15%;
    background-color: yellow;
    border-radius: 50%;
    animation: blink 3s infinite;
}

/*
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        } */


/* Brown Field */
.field {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
    height: 15vh;
    background-color: #8b5a2b;
    border-radius: 5px;
    z-index: 1;
}

.mountain {
    width: 100%;
    height: 58vh;
    background-image: url('/images/mountains-full.png');
    position: absolute;
    top: 58%;
    left: 0;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.hut {
    position: absolute;
    bottom: 30%;
    background-image: url(/images/huttttt.png);
    width: 15%;
    height: 27%;
    background-position: center;
    background-size: cover;
    left: 10%;
}

.ground {
    position: absolute;
    bottom: 0;
    background-image: url(/images/grass-removebg-preview.png);
    width: 100%;
    height: 47vh;
}

/* Snowflakes */
.snow {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

bottom-icons {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*background: #000;*/
    /*padding: 10px;*/
    border-radius: 15px 15px 0 0;
    /*box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);*/
}

.bottom-icons i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.bottom-icons i:hover {
    color: #ff6347;
}

/* Start Growing Button */
.start-button {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #193a1a;
    color: white;
    font-size: 18px;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    text-decoration: none;
    z-index: 2;
}

.start-button:hover {
    background-color: #45a049;
}


/* Cloud snowflakes falling from different positions */
.cloud .snow {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

bottom-icons {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*background: #000;*/
    /*padding: 10px;*/
    border-radius: 15px 15px 0 0;
    /*box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);*/
}

.bottom-icons i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.bottom-icons i:hover {
    color: #ff6347;
}


/* Cloud snowflakes falling from different positions */
.cloud .snow {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/*----------main-game-page-------------*/
.scene {
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgb(0, 162, 255);
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
}

/* Popup Container */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1000;
    width: 90%;
    max-width: 400px;
}

/* Popup Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* OK Button */
.popup button {
    margin-top: 10px;
    padding: 10px 16px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup button:hover {
    background: #218838;
}

/* Wallet Balance */
.wallet-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    position: relative;
    z-index: 99;
}

.row.justify-content-center {
    width: 60%;
    margin: auto;
    text-align: center;
}

.walletBalance {
    font-weight: bold;
    color: #3f3a3a;
}

.transaction_id {
    color: #463a3a;
}

/* Drop Zone */
.drop-zone {
    /*position: absolute;*/
    width: 100%;
    /*height: 150px;*/
    max-height: 210px;
    overflow: scroll;
    scrollbar-width: none;
    /*border: 2px dashed #ccc;*/
    text-align: center;
    /*padding: 20px;*/
    margin-top: 60px;
    font-size: 18px;
    color: #777;
    transition: border-color 0.3s;
    text-align: center;
    z-index: 1;
    position: relative;
}

.drop-zone.dragover {
    border-color: green;
}

/* Fixed Icons */
.fixed-icons {
    position: fixed;
    bottom: 41%;
    /* Move it to the bottom */
    left: 97%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    /* Align items in a horizontal line */
    gap: 15px;
    /* Add space between icons */
    background: rgba(255, 255, 255, 0.9);
    padding: 4px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.fixed-icons .icon-wrapper {
    position: relative;
    cursor: grab;
}

.fixed-icons img {
    width: 50px;
    height: 50px;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.fixed-icons img:hover {
    transform: scale(1.1);
}

.icon-wrapper {
    position: relative;
    display: inline-block;
    cursor: grab;
}

.badge {
    position: absolute;
    top: -14px;
    /*right: -8px;*/
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 50%;
    min-width: 22px;
    text-align: center;
}

.fixed-icons.seedsss {
    bottom: 66%;
}

.fixed-icons.waterrr {
    bottom: 53%;
}

.action-buttons {
    display: none;
    margin-left: 10px;
    /*flex-direction: column;*/
    align-items: center;
    gap: 6px;
}

.icon-wrapper.active .action-buttons {
    display: flex;
}

.flex-inner {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    margin-top: 5px;
}

.flexposition {
    display: flex;
    margin-right: 140px;
}

.flexequip {
    display: flex;
    margin-right: 60px;
}

/* Loading Overlay */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    z-index: 9999;
    text-align: center;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

#loading-text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    max-width: 80%;
}

.timer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px 0px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 80px;
    margin: 7px 20px;
    position: relative;
    z-index: 99;
}

.show_notification {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    animation: blinkColors 1s infinite alternate;
    display: block;
    margin-top: 80px;
    /* Space above notification */
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
}

    {
        {
        -- @keyframes blinkColors {
            0% {
                color: red;
                background-color: yellow;
            }

            25% {
                color: blue;
                background-color: lightgreen;
            }

            50% {
                color: green;
                background-color: pink;
            }

            75% {
                color: orange;
                background-color: cyan;
            }

            100% {
                color: purple;
                background-color: white;
            }
        }

        --
    }
}


.timer span {
    display: inline-block;
    text-align: center;
}

.timer span::after {
    content: ":";
    margin: 0 5px;
}

.timer span:last-child::after {
    content: "";
}

/*--------------------*/
.store-container {
    /*background: #dbdbdb;*/
    padding: 1em;
}

.store-main-heading {
    text-align: center;
    padding: 10px;
}

.store-heading {
    font-size: 3em;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}

.store-points-heading {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

h3.total_balance {
    padding: 1em;
    margin-top: 1em;
    color: #ffffff;
}




.input-group label {
    font-weight: bold;
    font-size: 14px;
    color: #444;
    display: block;
    margin-bottom: 5px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

.forgot_pswd {
    text-align: left;
    margin-bottom: 8px;
}

.forgot_pswd a {
    text-decoration: none;
}

.btn {
    width: 100%;
    padding: 8px;
    background: linear-gradient(135deg, #3498db, #8e44ad);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}

.btn:hover {
    background: linear-gradient(135deg, #8e44ad, #3498db);
}

.google_btn {
    margin-top: 18px;

}

.toggle-btn {
    background: none;
    border: none;
    color: #8e44ad;
    cursor: pointer;
    margin-top: 10px;
}

.hidden {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-laravel {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}

.navbar-brand,
.nav-link,
.my-form,
.login-form {
    font-family: Raleway, sans-serif;
}

.my-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row {
    margin-left: 0;
    margin-right: 0;
}

.login-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row {
    margin-left: 0;
    margin-right: 0;
}

/* Buttons Container */
.buttons-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: #fff; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /* Ensures it stays on top */
}

.with-bg {
    background-color: #f8f9fa;
    /* Adjust the color as needed */
}

/* Buttons inside the container */
.buttons-container a {
    flex: 1;
    /* Equal width for all buttons */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px;
}

/* Button Icons */
.buttons-container img {
    width: 40px;
    /* Adjust icon size */
    height: auto;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 2500px) {

    .hut {
        width: 15%;
        height: 29%;
    }

    .ground {
        height: 44vh;
    }

    .cloud1 {
        top: -100px !important;
        left: -300px !important;
        width: 160px !important;
        animation-duration: 20s !important;
    }

    .cloud2 {
        top: -210px !important;
        left: -300px !important;
        width: 180px !important;
        animation-duration: 25s !important;
    }
}

@media (max-width: 1120px) {
    .mountain {
        height: 28vh;
        top: 45%;
    }

    .ground {
        height: 58vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .drop-zone {
        height: 204px;
        font-size: 16px;
        margin-top: 180px;
    }
}

@media (max-width: 1080px) {
    .sun {
        width: 10%;
    }

    .row.justify-content-center {
        width: 100% !important;
    }

    .hut {
        bottom: 27%;
        width: 22%;
        height: 30%;
        left: 12%;
    }

    .cloud {
        position: absolute;
        background-color: white;
        border-radius: 50%;
        height: 50px;
        width: 150px;
        box-shadow: #FFFFFF 100px -10px 0 -6px,
            #FFFFFF 55px -25px,
            #FFFFFF 85px 12px,
            #FFFFFF 171px 13px 0 -10px,
            #FFFFFF 125px 14px 0 -5px;
        animation: moveClouds 10s linear infinite;
    }

    .cloud1 {
        top: -100px !important;
        left: -300px !important;
        width: 160px !important;
        animation-duration: 20s !important;
    }

    .cloud2 {
        top: -210px !important;
        left: -300px !important;
        width: 180px !important;
        animation-duration: 25s !important;
    }

    .cloud2 {
        top: -20px !important;
    }
}

@media (max-width: 1024px) {
    .landContainer {
        grid-template-columns: repeat(5, 1fr) !important;
    }

    .image_crops.land {
        max-width: 120px;
    }

    .mountain {
        height: 51vh;
        top: 39%;
    }

    .ground {
        height: 53vh;
    }

    .drop-zone {
        height: 180px;
        font-size: 16px;
        margin-top: 98px;
    }
}

@media (max-width: 860px) {
    .mountain {
        height: 28vh;
        top: 45%;
    }

    .ground {
        height: 58vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .drop-zone {
        height: 204px;
        font-size: 16px;
        margin-top: 180px;
    }
}

@media (max-width: 800px) {
    .mountain {
        height: 23vh;
        top: 44%;
    }

    .ground {
        height: 58vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .drop-zone {
        height: 204px;
        font-size: 16px;
        margin-top: 180px;
    }

    .hut {
        left: 13%;
        height: 20%;
    }

    .sun {
        width: 15%;
        height: 11%;
    }

    .store-container {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 768px) and (orientation: portrait) {
    .hut {
        width: 28% !important;
        bottom: 37% !important;
        height: 17%;
    }

    .mountain {
        height: 26vh;
        top: 50%;
    }

    .wx-cloud img {
        width: 234px;
        height: 262px;
    }

    #wx-cloud3 {
        top: 52px !important;
        left: -200px;
    }
}

@media (max-width: 768px) {
    .deposit-container {
        flex-direction: column;
        gap: 10px;
    }

    .deposit-container div {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 12px;
    }

    .content {
        padding: 10px;
    }

    .transaction-table th,
    .transaction-table td {
        padding: 10px;
        font-size: 14px;
    }

    .transaction-table {
        width: 100%;
        overflow-x: auto;
        /* Enables horizontal scrolling */
        white-space: nowrap;
    }

    .drop-zone {
        height: 200px;
        font-size: 16px;
        margin-top: 160px;
    }

    .fixed-icons img {
        width: 40px;
        height: 40px;
    }

    .popup {
        width: 85%;
    }

    .image_crops.land {
        box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .landContainer {
        max-width: 800px;
        flex-wrap: wrap;
    }

    .mountain {
        height: 27vh;
        top: 44%;
    }

}

@media (max-width: 700px) {
    .mountain {
        height: 35vh;
        top: 43%;
    }

    .ground {
        height: 55vh;
    }
}

@media (min-width: 620px) {

    /*-----accvount--------*/
    .user-container {
        max-width: 100% !important;
        width: 100% !important;
        display: flex;
        flex-direction: row !important;
        justify-content: space-between;
        flex: 100% !important;
        max-height: 150px;
    }

    .detail-wrapper {
        display: flex !important;
        gap: 2rem;
    }

    .user-info {
        margin: auto;
    }

    div#history-container {
        flex: 100%;
        max-width: 100% !important;

    }
}

@media (max-width: 600px) {
    .container {
        height: auto;
    }

    .sun {
        width: 17%;
        height: 10%;
    }

    .cloud {
        height: 50px;
        width: 75px;
        box-shadow:
            #FFFFFF 65px -15px 0 -5px,
            #FFFFFF 25px -25px,
            #FFFFFF 30px 10px,
            #FFFFFF 60px 15px 0 -10px,
            #FFFFFF 85px 5px 0 -5px;
    }

    .cloud.one {
        top: 80px;
        left: 5%;
    }

    .cloud.two {
        top: 170px;
        left: 44%;
    }

    .mountain {
        width: 100%;
        height: 70vh;
        top: 71%;
        background-size: contain;
    }

    .hut {
        bottom: 36% !important;
        width: 25% !important;
        height: 14% !important;
        left: 12%;
    }

    .ground {
        height: 50vh;
    }

    .start-button {
        bottom: 47%;
        padding: 10px 25px;
    }

    form#withdraw-form {
        display: grid;
        gap: 5px;
    }

    form#withdraw-formbutton {
        margin-top: 10px;
        padding: 10px;
    }

    .buttons-container {
        padding: 8px 0;
    }

    .buttons-container img {
        width: 35px;
        /* Smaller icons for smaller screens */
    }

    body {
        padding-bottom: 70px;
        /* Increase bottom padding for small screens */
    }

    /*-----------------------------*/

    .store-main-heading h2 {
        font-size: 2em !important;
    }

    .store-points-heading h3,
    .store-points-heading h5 {
        font-size: 1.2em !important;
    }

    .item {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .item span:not(.item span.quantity) {
        flex-basis: 100%;
    }

    .user-container {
        padding: 0 !important;
        box-shadow: none !important;
    }

    .logout {
        position: absolute;
        right: 10px;
        top: 35px;
    }

    .card h2 {
        text-align: center;
    }
}

@media (max-width: 550px) {
    .mountain {
        height: 64vh;
    }
}

@media (max-width: 480px) {
    .deposit-container div {
        font-size: 14px;
        padding: 10px;
    }

    div.icon-wrapper {
        display: flex !important;
    }


    .transaction-table th,
    .transaction-table td {
        font-size: 12px;
        padding: 8px;
    }

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

    .status-success,
    .status-failed {
        font-size: 14px;
    }

    .wallet-container {
        align-items: center;
        text-align: center;
    }

    .drop-zone {
        max-height: 260px;
        height: 220px;
        margin-top: 80px;
    }


    .fixed-icons {
        gap: 10px;
        left: 94%;
    }

    .fixed-icons img {
        width: 35px;
        height: 35px;
    }

    .badge {
        font-size: 10px;
        padding: 4px 6px;
    }

    .popup {
        width: 90%;
        font-size: 14px;
        padding: 12px;
    }

    .landContainer {
        grid-template-columns: repeat(3, 1fr) !important;
        /*overflow: scroll;*/
        gap: 10px;
        /*justify-content: flex-start;*/
        /*height: 200px;*/
        max-height: 250px;
        /*width: 350px;*/
    }

    .landContainer.single-mode .image_crops.land,
    .landContainer.double-mode .image_crops.land {
        max-height: 120px;
    }

    .mountain {
        height: 67vh;
    }
}

@media only screen and (width: 390px) and (height: 844px) {
    .drop-zone {
        margin-top: 180px !important;
    }
}

@media only screen and (width: 375px) and (height: 812px) {
    .drop-zone {
        margin-top: 180px !important;
    }
}

@media only screen and (width: 320px) and (height: 568px) {
    .start-button {
        bottom: 40%;
    }
}

@media (max-width: 428px) {
    .drop-zone {
        margin-top: 104px;
    }

    .close-btn {
        top: -5px !important;
        right: 5px !important;
    }

    .hut {
        bottom: 41% !important;
    }

    .ground {
        height: 51vh;
    }

    .mountain {
        height: 60vh;
    }
}

@media (max-width: 420px) {
    .mountain {
        top: 70%;
    }

    .ground {
        height: 54vh;
    }

    .hut {
        bottom: 38% !important;
        width: 29% !important;
        height: 14% !important;
        left: 11% !important;
    }

    .cloud1 {
        top: -65px !important;
        left: -73px !important;
        width: 126px !important;
        animation-duration: 27s !important;
    }

    .cloud2 {
        top: -150px !important;
        left: -143px !important;
        width: 137px !important;
        animation-duration: 20s !important;
    }
}

@media (max-width: 414px) {
    .hut {
        bottom: 40% !important;
    }

    .drop-zone {
        margin-top: 110px;
    }

    .mountain {
        height: 64vh;
    }

    .ground {
        height: 57vh;
    }
}

@media (max-width: 400px) {
    .buttons-container img {
        width: 30px;
    }

    body {
        padding-bottom: 80px;
        /* Ensure enough space on very small screens */
    }

    .ground {
        height: 58vh;
    }
}

@media (max-width: 390px) {
    .drop-zone {
        height: 190px;
        margin-top: 90px;
    }
}

@media (max-width: 375px) {
    .drop-zone {
        height: 175px;
        margin-top: 90px;
    }
}

@media (max-width: 360px) {
    .mountain {
        height: 62vh;
    }

    .ground {
        height: 56vh;
    }
}

@media (max-width: 325px) {
    .hut {
        width: 28% !important;
    }

    .mountain {
        top: 75%;
    }
}

@media (max-width: 320px) {
    .start-button {
        padding: 10px 15px;
    }

    .drop-zone {
        height: 145px;
        margin-top: 80px;
    }

    .ground {
        height: 60vh;
    }

    .mountain {
        top: 69%;
        height: 64vh !important;
    }

    .hut {
        bottom: 44% !important;
    }
}
