body {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}

@font-face {
    font-family: 'MyCustomFont1';
    src: url('../fonts/1.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('../fonts/2.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    z-index: -1;
    overflow: hidden;
}

.background-gif {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 584px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.header-container {
    display: flex;
    background-color: black;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.top-nav {
    position: fixed;
    top: 0;
    display: flex;
    background-color: black;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 160px;
    margin-bottom: 30px;
    z-index: 500;
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
    padding: 0 15% 0 0;
}

.nav-right {
    gap: 15px;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-link:hover {
    opacity: 0.8;
}

.home-link {
    background-color: #71A147;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home-button {
    background-color: #71A147;
    color: #000;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px;
    text-decoration: none;
}

.home-button:hover {
    opacity: 0.8;
}

.buy-button {
    background-color: #71A147;
    color: #000;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.language-selector {
    margin: 0;
}

select {
    padding: 6px;
    background: #71A147;
    color: #000;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding: 2% 0 0 15%;
}

.logo {
    width: 120px;
    height: auto;
    margin-bottom: 15px;
}

#title {
    font-size: 60px;
    margin: 0;
    letter-spacing: 2px;
    font-weight: bold;
}

.content {
    margin: 0;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.main-description {
    font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: black;
    margin: 0;
    line-height: 3;
    position: relative;
    transform: translateY(-50%);
    text-align: center;
    z-index: 15;
    transform: translateY(-450px);
}

.sub-description {
    font-size: 30px;
    margin: 30px 0;
    padding: 15px 0;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: "mycustomfont2" monospace;
}

.meaning-text {
    font-size: 35px;
    margin: 20px auto 30px;
    line-height: 1.5;
    font-weight: 610;
    width: 100%;
    max-width: 610px;
    text-align: center;
}

.black-section {
    background-color: #000;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    z-index: -1;
    margin: 0;
    padding: 0;
    height: auto;
}

.font-content {
    margin-top: 800px;
    position: relative;
    z-index: 2;
}

.description-icons {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
    gap: 152px;
}

.b-icon-c {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

.icons-button {
    width: 287px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.content-icon {
    width: 300px;
    height: 380px;
    margin: 15px auto;
    border-radius: 50% 50% 0 0;
}

.meaning-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 21px auto;
    width: 125%;
    flex-wrap: wrap;
    max-width: 105%;
    gap: 40px;
}

.b-icon1,
.b-icon2,
.b-icon3,
.b-icon4,
.b-icon5,
.b-icon6,
.b-icon7 {
    border-radius: 0%;
    transition: transform 0.5s ease;
    margin: 3 10px;
    object-fit: cover;
}

.b-icon1 {
    width: 194px;
    height: 276.14px;
}

.b-icon2 {
    width: 194px;
    height: 276.14px;
}

.b-icon3 {
    width: 359.99px;
    height: 276.14px;
}

.b-icon4 {
    width: 378px;
    height: 276.14px;
}

.b-icon5 {
    width: 423px;
    height: 263.1px;
}

.b-icon6 {
    width: 276px;
    height: 263.1px;
}

.b-icon7 {
    width: 461.99px;
    height: 263.1px;
}

.b-icon:hover {
    transform: scale(1.1);
}

.platform-buttons {
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 10px;
    width: 100%;
}

.platform-button {
    background-color: #71A147;
    color: #000;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.platform-button:hover {
    opacity: 0.9;
}

.social-links {
    background-color: #000;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 50px 0 10px 0;
    position: relative;
    z-index: 10;
}

.social-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-block;
}

.social-link:hover {
    opacity: 0.8;
}

.x-icon {
    fill: white;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.x-icon:hover {
    fill: #71A147;
    width: 100px;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 15px;
    }

    .top-nav {
        flex-direction: column;
        gap: 15px;
    }

    .nav-right {
        flex-direction: column;
        gap: 10px;
    }

    .platform-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .platform-button {
        width: 80%;
    }

    .meaning-icons {
        flex-wrap: wrap;
    }

    #title {
        font-size: 40px;
    }

    .main-description {
        font-size: 24px;
    }

    .sub-description {
        font-size: 20px;
    }

    .meaning-text {
        font-size: 24px;
    }

    .font-content {
        margin: 300px 0 50px 0;
    }

    .black-section {
        top: 50%;
    }
}

@media (max-width: 480px) {
    .content-icon {
        width: 80px;
        height: 80px;
    }

    .b-icon1,
    .b-icon2,
    .b-icon3,
    .b-icon4,
    .b-icon5,
    .b-icon6,
    .b-icon7 {
        width: 180px;
        height: 100px;
    }

    .main-description {
        font-size: 20px;
    }

    .sub-description {
        font-size: 16px;
    }

    .meaning-text {
        font-size: 18px;
    }

    .font-content {
        margin: 200px 0 30px 0;
    }
}

.countdown-title {
    font-size: 1.5rem;
    color: #666;
    font-weight: normal;
    margin-bottom: 5px;
}

#countdown {
    font-size: 2.5rem;
    color: #c7c7c7;
    margin-top: 20px;
}

.contract-box {
  margin-top: 24px;
  margin-bottom: 100px;
  padding: 20px;
  background-color:#71A147;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-left: auto;
  margin-right: auto;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.contract-label {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.solana-logo {
    width: 24px;
    height: 24px;
}

.address-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.contract-address {
    font-size: 14px;
    color: #000000;
}

.copy-icon {
    cursor: pointer;
    color: #888;
    transition: color 0.2s;
    font-size: 16px;
    padding-left: 10px;
}

.copy-icon:hover {
    color: #333;
}

.notification {
    position: absolute;
    bottom: -30px;
    left: 20px;
    background-color: #222;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    display: none;
}