/* Importing Fonts */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');


/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:link {
    text-decoration: none!important;
}
.nav-links .textButtons {
    display: none;
}

.ps{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.ps>*{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


.screens-cont{
    transform: translateX(0%);
    display: block;
    height: 100%;
    width: 100%;
}

.upg-screenpos{
    transform: translateX(100%);
}

.shop-screenpos{
    transform: translateX(0%);
}

.inv-screenpos{
    transform: translateX(-100%);
}

.start-screenpos{
    transform: translateX(-200%);
}

.ds-screen{
    position: absolute;
    transition: 0.5s;
}

.upg-scr{
left: -100%;
}

.shop-scr{
left: 0%;
}

.inv-scr{
left: 100%;
}

.start-scr{
    left: 200%;
}

/* Body Styles */
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Rubik', sans-serif;
    background-image: url("../images/background.png"); /* Correct relative path */
    background-size: cover; /* Ensures the image covers the whole viewport */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    position: relative;
    display: flex;            /* Flex container */
    flex-direction: column;   /* Arrange children vertically */

}

/* Body Pseudo-Element Overlay */
body::after {
    opacity: 40%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/backgroundWood_shading.png'); /* Shadow PNG file */
    background-size: cover; /* Make sure the overlay fits the screen */
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none; /* Prevent interaction with the overlay */
    z-index: -1; /* Ensure it stays behind the main content */
}

/* Header */
.header {
    z-index: 4;
    background: transparent;
    position: relative;
    z-index: 3;
    width: 100%;
}

/* Navigation Bar */
.nav {
    display: flex;                   /* Flex container */
    justify-content: space-between;  /* Space out items */
    align-items: center;             /* Center items vertically */
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0rem 0rem 0rem;
    z-index: 4;
}

.menu-toggle {
    display: none; /* Hide the menu toggle by default */
}

.trashThePlace {
    display: none;
}

/* Logo Styles */
.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Rubik', sans-serif;
    text-decoration: none; /* Removes underline */
    color: inherit; /* Ensures it uses the intended color */
    z-index: 4;
}


.logo-image {
    width: 6rem;
    height: 6rem;
    border-radius: 20%;
    z-index: 4;
}

.logo-text {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 0.9;
    color: #FFF4E7;
    z-index: 4;
}

.logo-text .line {
    margin: 0;
}

/* Navigation Links */
.nav-links {
    color: #FFF3E5;
    display: flex;        /* Flex container */
    gap: 1.5rem;
    margin: 0 5%;
    align-items: center;
}


.nav-links a {
    color: #FFF3E5;
    text-decoration: none;
    display: flex;        /* Flex container */
    align-items: center;
}

/* Social Media Icons */
.icon-link {
    display: inline-flex;
    width: 2em;
    height: 2em;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.telegram-icon {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M19.777 4.43a1.5 1.5 0 0 1 2.062 1.626l-2.268 13.757c-.22 1.327-1.676 2.088-2.893 1.427c-1.018-.553-2.53-1.405-3.89-2.294c-.68-.445-2.763-1.87-2.507-2.884c.22-.867 3.72-4.125 5.72-6.062c.785-.761.427-1.2-.5-.5c-2.302 1.738-5.998 4.381-7.22 5.125c-1.078.656-1.64.768-2.312.656c-1.226-.204-2.363-.52-3.291-.905c-1.254-.52-1.193-2.244-.001-2.746z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
}

.twitter-icon {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10.488 14.651L15.25 21h7l-7.858-10.478L20.93 3h-2.65l-5.117 5.886L8.75 3h-7l7.51 10.015L2.32 21h2.65zM16.25 19L5.75 5h2l10.5 14z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
}

/* Hover Effects for Icons */
.icon-link:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Contract Address Button */
.contract-address {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.75rem 1rem;
    background: rgba(221, 221, 221, 0.2);
    backdrop-filter: blur(5px);
    border: 0.15rem solid rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    cursor: pointer;
    width: 9rem;
    height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    /* Smoother transitions */
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.3s ease,
                border-color 0.3s ease,
                box-shadow 0.3s ease;
}

.contract-address:hover {
    width: 20.5rem;
    background: rgba(221, 221, 221, 0.2); /* Subtle background change on hover */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1); /* Subtle glow effect */
    backdrop-filter: blur(10px);
}

.mobileTitle {
    display: none;
    color: #FFF3E5;
    font-size: 1.2rem;
}

/* Contract Address Icon */
.icon-ca {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); /* Bouncy effect */
    flex-shrink: 0; /* Prevent icon from shrinking */
}

/* Contract Address Text */
.contract-text {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.3s ease-in-out,
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 100%;
    transform-origin: left;
}

.contract-address:hover .contract-text {
    text-overflow: clip;
    opacity: 1;
    transform: translateX(0);
}

.contract-address:hover .icon-ca {
    transform: scale(1.1) rotate(360deg);
}

/* Buy Button */
.buy-button {
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #2A106F !important;
    display: flex;             /* Flex container */
    align-items: center;
    gap: 0.5rem;
    background-color: #FFEFDB;
    padding: 0.75rem 1.5rem;
    border-radius: 15px;
    font-size: 1.125rem;
    font-weight: 500;
    border: 2px solid transparent;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    height: 3rem;
    cursor: pointer;
}

.buy-button:hover {
    background-color: #FFEFDB;
    border: 2px solid white;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 243, 229, 0.8), 0 0 30px rgba(255, 243, 229, 0.5);
}

/* Buy Button Icon */
.icon-park-solid--buy {
    width: 1.2rem;
    height: 1.2rem;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cmask id='ipSBuy0'%3E%3Cg fill='none' stroke-width='4'%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23fff' stroke-linejoin='round' d='M6 15h36l-2 27H8z' clip-rule='evenodd'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M16 19V6h16v13'/%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M16 34h16'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='%23000' d='M0 0h48v48H0z' mask='url(%23ipSBuy0)'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.removeMobile {
    display: none;
}

.CloseMobileModal, .menu-toggle, .mobileMenuClose  {
    display: none;
}

.buy-now {
    font-family: 'Rubik', sans-serif;
    background-color: #FFEFDB;
    color: #2A106F;
    padding: 0.75rem 1.5rem;
    border-radius: 15px;
    font-size: 1.125rem;
    font-weight: 500;
    border: 2px solid transparent;
    cursor: pointer;
    margin-top: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.buy-now:hover {
    background-color: #FFDFB0;
    transform: scale(1.05);
}

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 16, 44, 0.5);
    backdrop-filter: blur(2px);
    z-index: 1000;
}

.modal-content {
    background-color: #F8F4E8;
    border: 1px solid #cead95;
    border-radius: 20px;
    padding: 1.5vw;
    width: 600px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 3;
    transform: scale(0.7); /* Initial scale */
    opacity: 0;           /* Start with opacity 0 */
    filter: blur(4px);
    transition: transform 0.1s ease, opacity 0.2s ease, filter 0.2s ease-in-out;
}

.non-interactive {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.modal.show .modal-content {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
}

.close-btn {
    position: absolute;
    top: 3%;
    right: 5%;
    font-size: 45px;
    color: #cead95;
    cursor: pointer;
    z-index: 3;
}

.modal-icon {
    left: 20px;
    width: 18%;
    height: auto;
    z-index: 3;
}

.modal-title {
    color: #4a367e;
    font-size: 24px;
    font-weight: 500;
    margin: 1% 0 0%;
    z-index: 4;
}

.modal-text {
    color: #cead95;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 4;
}

.trash {
    display: none;
}

/* Search Container */
.search-container {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #FFEFDB;
  border: 1px solid #CEAD95;
  border-radius: 8px;
  padding: 1% 2% 1% 2%;
  margin-bottom: 3%;
}

.divider {
    width: 300%;
    height: 2px;
    background-color: #CEAD95; /* Divider color */
    margin: 10px 0; /* Space above and below the divider */
    margin-left: -50%;
    margin-bottom: 2%;
  }
/* Search Icon */
.search-icon {
  width: 5%;
  height: auto;
  fill: #cead95;
  margin-right: 8px;
}

/* Separator Line */
.separator {
  width: 1px;
  height: 24px;
  background-color: #cead95;
  margin-right: 12px;
}

/* Search Input */
.search-bar {
  flex: 1;
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #4a367e;
  outline: none;
  font-family: 'Rubik', sans-serif;
}

/* Placeholder Styling */
.search-bar::placeholder {
  color: #cead95;
  font-size: 16px;
}


/* Option List */
.option-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
    text-decoration: none;
    margin-top: 3%;
    margin-bottom: 2%;
}

.full-width {
    display: none;
}

.option {
    background-color: #FFEFDB;
    padding: 2%;
    border: 2px solid #cead95;
    font-size: 16px;
    border-radius: 8px;
    font-weight: bold;
    color: #CEAD95;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    z-index: 3;
    text-decoration: none;
}

.option:hover {
    background-color: #f5e6d5;       /* Slightly darker background on hover */
    border-color: #B89575;           /* Darker border color on hover */
    color: #4a367e;                 /* Change text color on hover */
    transform: translateY(-1px);   /* Slight lift effect */
    box-shadow: 0 2px 4px rgba(44, 25, 18, 0.1); /* Add subtle shadow */
    transition: all 0.2s ease;       /* Smooth transition */
}

.option:active {
    transform: translateY(0);        /* Reset lift effect when clicked */
    box-shadow: none;                /* Remove shadow when clicked */
}

.optionLogo {
    transition: background-color 0.2s ease;
}

.option:hover .optionLogo {
    background-color: #b4917c;       /* Change icon background on hover */
}


.modal-textlegalDisclaimer {
    color: #cead95;
    margin: 5% 0 0% 0;
    font-weight: 100;
    font-size: 12px;
    background-color: transparent;
}

.optionLogo {
    width: 1.3vw;
    height: 1.3vw;
    border-radius: 3px;
    background-color: #CEAD95;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
}

.optionsLogo {
    width: 60%;
    fill: #F3E8D9;
    color: #F3E8D9;
    height: auto;
}

.trash1 {
    fill: #F3E8D9;
    position: absolute;
    top: -60%;
    left: -50%;
    width: 100%;
    rotate: 10%;
    height: auto;
    z-index: -1;
    transform: rotate(15deg);
}

.trash2 {
    fill: #F3E8D9;
    position: absolute;
    top: -10%;
    right: -45%;
    width: 100%;
    rotate: 10%;
    height: auto;
    z-index: -1;
    transform: rotate(15deg);
}

.trash3 {
    fill: #F3E8D9;
    position: absolute;
    bottom: -50%;
    left: -40%;
    width: 100%;
    rotate: 10%;
    height: auto;
    z-index: -1;
    transform: rotate(15deg);
}
/* Nintendo DS Main Container */
.nintendo-ds {
    display: flex; /* Flex container */
    justify-content: center; /* Horizontally center contents */
    align-items: center; /* Vertically center contents */
    flex-grow: 1; /* Allow it to fill the available vertical space */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    margin: 0 auto; /* Center in parent container */
    padding: 0; /* Remove unnecessary padding */
    position: relative; /* Required for child positioning */
}

.lowerCase, .text-nav {
    display: none;
}



/* DS Container */
.ds-container {
    display: flex; /* Flex container to center its children */
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 40%;
    margin: 0 auto; /* Center horizontally */
    position: relative;
    padding: 0;
    overflow: hidden; /* Prevent unexpected overflow */
}

.ds-container::before {
    content: '';
    position: absolute;
    top: 51%; /* Adjust to position shadow properly */
    left: 50%;
    transform: translate(-50%, -50%); /* Center the shadow */
    width: 50%; /* Slightly larger than the container */
    height: 101%; /* Slightly taller than the container */
    background: url('../images/ds.shadow.png') no-repeat center;
    background-size: cover;
    z-index: 0; /* Behind the container */
    pointer-events: none; /* Prevent interaction with the shadow */
}

.textButtons {
    display: none;
}


/* DS Image */
.ds-image {
    width: 100%; /* Ensure it doesn't overflow its container */
    height: auto; /* Maintain aspect ratio */
    z-index: 2; /* Ensure it is above other elements */
    position: relative;
    margin: 0 auto; /* Center image inside its container */
    display: block;
    pointer-events: none; 
}

.ds-shadow {
    width: 100%; /* Ensure the shadow fits the DS container */
    height: auto; /* Maintain aspect ratio */
    position: absolute; /* Position relative to the .ds-container */
    top: 20%; /* Adjust as needed */
    left: -10%; /* Align to the left edge */
    z-index: 0; /* Place behind the DS */
    pointer-events: none; /* Prevent interaction */
}


/* Screens */
.screen {
    width: 100%;     /* Ensure the screens take full width */
    height: 100%;
    position: absolute;
    background-color: transparent; /* Make the background transparent */
    overflow: hidden;
    z-index: 1; /* Screens are below the DS image */
}

.screen iframe{
    width: 100%;
    height: 100%;
    border: none;           /* Remove iframe borders */
    object-fit: cover;      /* Scale content to cover the screen without scrollbars */
}

/* Top Screen Positioning */
.top-screen {
    top: 6%;   
    left: 14%;
    width: 72%;
    height: 38%;
}

/* Bottom Screen Positioning */
.bottom-screen {
    /* Adjust these values to fit your DS image */
    top: 56%;   /* Example value */
    left: 16%;
    width: 68%;
    height: 39%;
    overflow: hidden;
}

.background-container {
    position: absolute; /* Absolute positioning to layer below main content */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden; /* Prevent background elements from extending beyond the viewport */
}

.plants {
    position: absolute;
    top: 0;
    left: -2%;
    height: auto;
    width: 32vw;
    z-index: 2;
    pointer-events: none;
}

.goonkia {
    position: absolute;
    top: 38%;
    left: 0.5%;
    height: auto;
    width: 22%;
    z-index: 1;
    pointer-events: none;
}

.notepadL {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 30%;
    z-index: 0;
    pointer-events: none;
}

.notepadR {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 25%;
    z-index: 0;
    pointer-events: none;
}

.coffee {
    position: absolute;
    bottom: 0;
    right: 6%;
    height: auto;
    width: 20%;
    z-index: 0;
    pointer-events: none;
}

.penDS {
    position: absolute;
    bottom: 22%;
    right: 20%;
    height: auto;
    width: 14%;
    z-index: 0;
    pointer-events: none;
}

.pen {
    position: absolute;
    bottom: 0%;
    left: 20%;
    height: auto;
    width: 8%;
    z-index: 0;
    pointer-events: none;
}

.game {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 30%;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .ds-container {
        width: 95%; /* Slightly reduce the container width */
    }

    .charm {
        top: 92%;
        width: 12%; /* Slightly enlarge the charm */
    }

    .plants {
        width: 35vw; /* Scale the plant */
    }

    .logo{
        margin: 0 0 0 2%;
    }

    .goonkia {
        z-index: 0;
      }

      .game{
        z-index: 0;
    }

}

html{
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


@media (max-width: 768px) {
    /* Nintendo DS Container */

    .goonkia {
        z-index: 0;
        display: none;
      }

      .game{
        z-index: 0;
    }



    .plants {
        width: 35vw; /* Scale the plant */
        z-index: 0;
    }

    .ds-container {
      width: 130%;             /* Slightly reduce width */
      height: auto;
      flex-direction: column; /* Stack elements vertically if needed */
      position:absolute;
      top: 5%;
    }

    body {
        margin: 0;
        padding: 0;
        height: 100%;           /* Ensures full height */
        background-image: url('../images/background.png'); /* Optional background image */
        background-size: cover; /* Cover the entire viewport */
        background-position: center;
        background-repeat: repeat;
    }

    .lowerCase, .text-nav {
        display: block;
    }

  
    .ds-image {
      width: 100%;            /* Full width */
      height: auto;           /* Maintain aspect ratio */
    }

    .nav-links .textButtons {
        display: block;
        font-family: 'Rubik';
        background-color: transparent;
        font-weight: 500;
        display: block;
        font-size: 40px;
        margin: 0;
        border: transparent;
        text-align: left;
        width: 100%;
        color: #CEAD95;
        text-decoration: none;
    }

    .subTwitter {
        padding: 0% 5%;;
    }

    .subTelegram {
        padding: 0% 5%;
        padding-top: 4% ;
    }

    .nav-links .text-nav {
        margin: 0;
        padding-bottom:0 ;
    }

    .lowerCase {
        display: block;
        font-family: 'Rubik';
        background-color: transparent;
        font-weight: 400;
        display: block;
        font-size: 20px;
        margin: 0;
        border: transparent;
        text-align: left;
        padding: 0 7%;
        width: 100%;
        color: #CEAD95;
        text-decoration: underline;
    }


    .plants {
      top: -5%;
      left: -45%;
      width: 82vw;
      height: auto;
    }
  
    .goonkia {
      width: 60vw;
      z-index: 1;
      position: absolute;
      top: 50%;
      left: -10%;
    }
  
    .notepadL {
      bottom: 0;
      left: -10%;
      width: 80%;
      z-index: 0;
      position: absolute;
    }
  
    .coffee {
      bottom: 0%;
      right: -17%;
      width: 65%;
    }

    .notepadR {
        width: 85%;
        right: -25%;
    }
  
    .penDS {
      bottom: 25%;
      right: 15%;
      width: 18%;
      display: none;
    }

    .pen {
        display: none;
    }
  
    /* Header Adjustments */
    .logo {
      width: 4rem;
      height: 4rem;
    }

    .game {
        width: 45vw;
    }
  
    .nav {
      padding: 0.5rem;
    }
  
    .menu-toggle {
      display: block; /* Show mobile menu toggle */
    }
  
    .logo-text-mobile {
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFF4E7;
    display: block;
    }

    .CloseMobileModal, .menu-toggle, .mobileMenuClose  {
        display: block;
    }

/* Hide Desktop Logo on Mobile */
    .logo {
    display: none;
    }

/* Menu Toggle Button */
    .mobileMenu {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .menu-toggle {
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #FFF3E5;
    cursor: pointer;
    margin-left: auto;
    margin: 10px 10px;
    }

    .nav-links.show .menu-toggle {
        color: #C89F7A;            /* Example: change text color */
    }

    .mobileTitle {
        display: flex;
        color: #FFF3E5;
        font-size: 1.1rem;
        margin: 0rem 1.3rem;
        font-weight: 500;
    }

    .full-width {
        display: block;
        position: absolute;
        left: 0%;
        width: 100%; 
        top: 70%;             /* Covers the full width of the parent/container */
        height: 2px;              /* Thickness of the line */
        background-color: #F3E8D9; /* Color of the line */
        margin: 1rem auto;           /* Add vertical spacing (optional) */
    }

    .nav-links {
    margin: 0;
    position: absolute;
    overflow: hidden;
    left: -100vw;
    top: 0vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    position: absolute;
    width: 85%;
    background-color: #F8F4E8;
    padding: 0;
    z-index: 10;
    transition: 250ms;
    }

    .divider {
        margin: 0;
        position: absolute;
        top: 7%;
    }

    .removeMobile {
        display: block;
    }

    .mobileMenuClose {
        font-family: 'Rubik';
        margin: -10px;
        font-size: 1.2rem;
        font-weight: lighter;
        color: #C89F7A;
    }

    .CloseMobileModal {
        font-family: 'Rubik';
        margin: 0;
        font-size: 1.2rem;
        font-weight: lighter;
        color: #C89F7A;
        background: none;       /* Removes default button background */
        border: none;           /* Removes default button border */
        cursor: pointer;  
    }

    .nav-links a:last-child {
    border-bottom: none;
    }

    .modal, .modal-content, .modal.show, .buy-modal.show{
        display: none;
    }
    

    .nav-links .trashPlaceDiv {
        width: 100%;
    }

    p {
        font-weight: 100;
    }

    .text-nav {
        font-family: 'Rubik';
        font-size: 20px;
        font-weight: 100;
        color: #C89F7A;
        width: 100%;
        padding: 70% 7% 0;
    }

    .nav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0rem 1rem;
        margin: 0.5rem;
        background-color: transparent; /* Light background */
        color: #C89F7A;            /* Soft brown color for text */
        font-size: 1.2rem;
        font-weight: bold;
        width: 100%;
    }

    .menu-container {
        display: flex;
        align-items: center;
        gap: 1rem; /* Increased space between Menu text and icon */
    }
    
    /* Close Button for Mobile Navigation */
    .menu-toggle.close {
        font-size: 1.5rem;
        color: #C89F7A;
    }


    .trash {
        display: block;
        position: absolute;
        z-index: -1;
        fill: #F3E8D9;

    }

    .Mobile1 {
        bottom: -30%;
        right: -40%;
        transform: rotate(15deg);
        width: 400px;
        height: auto;
    }

    .Mobile2 {
        bottom: 5%;
        left: -60%;
        transform: rotate(15deg);
        width: 400px;
        height: auto;
    }

    .Mobile3 {
        top: 20%;
        right: -40%;
        transform: rotate(15deg);
        width: 400px;
        height: auto;
    }

    .background-container {
        width: 100%;
        height: 100vh;
    }

/* Show Navigation Links When Toggled */
    .nav-links.show {
    display: flex;
    left: 0vw;
    }


    /* Style for Navigation Links */
    .nav-links a {
    color: #4a367e;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: 1px solid #cead95;

    }

    .icon-link, .contract-address, .telegram-icon, .twitter-icon, .buy-button {
        display: none;
    }

    .nav-links .icon-link,
    .nav-links .contract-address,
    .nav-links .telegram-icon,
    .nav-links .twitter-icon,
    .nav-links .buy-button {
        display: none;
    }



  }
  
  .altbody{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }