* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    position: fixed;
    top: 1%;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1rem 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2rem;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 16rem;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-right {
    display: flex;
    align-items: center;
    margin-left: 90%;
}

.nav-link {
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.nav-icon {
    width: 126px;
    height: auto;
    display: block;
}

.buy-icon {
    width: 152px;
    height: auto;
    display: block;
}

.buy-button {
    text-decoration: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-button:hover {
    transform: translateY(-2px);
}

/* Скрываем бургер меню на больших экранах */
.burger-menu, .mobile-menu {
    display: none;
}

/* Скрываем мобильную кнопку копирования на больших экранах */
.ca-copy-button-mobile {
    display: none;
}

body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    background: linear-gradient(to bottom, #eb780d, #f2ca4e);
}

.section {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-1 {
    background: transparent;
}

.section-2 {
    background: transparent;
    height: 25vh !important;
}

.section-3 {
    background: transparent;
}

.chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    text-align: center;
}

.about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    text-align: center;
}

.chart-title {
    margin-bottom: 5rem;
    text-align: center;
}

.chart-title-image {
    max-width: 72%;
    height: auto;
    max-height: 120px;
}

.about-title {
    margin-top: -20%;
    text-align: center;
}

.about-title-image {
    max-width: 72%;
    height: auto;
    max-height: 120px;
}

#about-text-1 {
        font-family: Arial, sans-serif;
        font-size: 2.5rem;
        font-weight: bold;
        color: white;
        text-shadow: 3px 3px 0 #eb780d, 6px 6px 0 #eb780d, 9px 9px 0 #eb780d;
        margin: 0;
        letter-spacing: 2px;
}

.chart-widget {
    /* width: 98%; */
    max-width: 103vw;
    height: 62%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 436%;
}

#dexscreener-widget {
    width: 100% !important;
    height: 100% !important;
    border: none;
    border-radius: 15px;
}

.section-4 {
    background: transparent;
    width: 100vw !important;
    height: 35vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.links-title {
    text-align: center;
    margin-bottom: 3rem;
    margin-right: 6%;
}

.links-title-image {
    max-width: 100%;
    height: auto;
    max-height: 120px;
}

.links-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12rem;
    height: 100%;
    flex-wrap: wrap;
    padding: 2rem;
    margin-top: -5%;
}

.copyright {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.copyright-image {
    max-width: 100%;
    height: auto;
    max-height: 27px;
}

.link-item {
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
    text-decoration: none;
}

.link-item:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.link-image {
    max-width: 217px;
    height: auto;
    display: block;
}

.content {
    text-align: center;
    color: white;
    padding: 2rem;
}

.content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.content p {
    font-size: 1.5rem;
    opacity: 0.9;
}

.name-container {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.name-image {
    max-width: 46%;
    height: auto;
    max-height: 12vh;
    display: block;
    margin: 0 auto;
}

.eagle-container {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.eagle-image {
    max-width: 100%;
    height: auto;
    max-height: 50vh;
    display: block;
    margin: 0 auto;
}

.ca-container {
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.ca-text {
    font-family: Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px 0 #eb780d, 6px 6px 0 #eb780d, 9px 9px 0 #eb780d;
    margin: 0;
    letter-spacing: 2px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.ca-text:hover {
    transform: scale(1.05);
}

.ca-copied {
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px 0 #eb780d, 6px 6px 0 #eb780d, 9px 9px 0 #eb780d;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .content h1 {
        font-size: 2rem;
    }
    
    .content p {
        font-size: 1.2rem;
    }
}
@media (min-width: 1000px) and (max-width: 1680px) {
    .nav-left {
        display: flex;
        align-items: center;
        gap: 6rem;
        flex-wrap: wrap;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .nav-icon {
        width: 108px;
        height: auto;
        display: block;
    }
    .navbar {
        position: fixed;
        top: 0%;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 1rem 0;
    }
    .buy-icon {
        width: 135px;
        height: auto;
        display: block;
    }
    .nav-right {
        display: flex;
        align-items: center;
        margin-left: 87%;
    }
    .ca-text
 {
    font-family: Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px 0 #eb780d, 6px 6px 0 #eb780d, 9px 9px 0 #eb780d;
    margin: 0;
    letter-spacing: 2px;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.ca-container {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.eagle-container {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.name-container {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.chart-widget {
    /* width: 98%; */
    max-width: 103vw;
    height: 72%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 267%;
}
.chart-title-image
 {
    max-width: 50%;
    height: auto;
    max-height: 120px;
}
.chart-title {
    margin-bottom: 2rem;
    text-align: center;
}
.chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    text-align: center;
    margin-top: 5%;
}

.about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    text-align: center;
    margin-top: 5%;
}
.section-4 {
    background: transparent;
    width: 100vw !important;
    height: 41vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.links-title {
    text-align: center;
    margin-bottom: 0rem;
    margin-right: 3%;
}
.links-title-image {
    max-width: 84%;
    height: auto;
    max-height: 119px;
}
.links-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6rem;
    height: 100%;
    flex-wrap: wrap;
    padding: 2rem;
    margin-top: -5%;
}
.link-image {
    max-width: 174px;
    height: auto;
    display: block;
}
.copyright {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.copyright-image {
    max-width: 100%;
    height: auto;
    max-height: 21px;
}
}
@media (max-width: 1000px) {
    /* Скрываем обычное меню на мобильных */
    .nav-left, .nav-right {
        display: none !important;
    }
    
    /* Бургер меню */
    .burger-menu {
        display: block;
        position: absolute;
        top: 2rem;
        right: 2rem;
        z-index: 1001;
        cursor: pointer;
    }
    
    .burger-icon {
        width: 30px;
        height: 25px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #about-text-1 {
        font-family: Arial, sans-serif;
        font-size: 2rem;
        font-weight: bold;
        color: white;
        text-shadow: 3px 3px 0 #eb780d, 6px 6px 0 #eb780d, 9px 9px 0 #eb780d;
        margin: 0;
        letter-spacing: 0px;
    }
    #about-text-2 {
        margin-top: 11%;
        font-size: 1.5rem !important;
    }
    .burger-icon span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: white;
        border-radius: 2px;
        transition: all 0.3s ease;
        box-shadow: 2px 2px 0 #eb780d;
    }
    
    /* Анимация бургера при открытии */
    .burger-menu.active .burger-icon span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .burger-menu.active .burger-icon span:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active .burger-icon span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* Мобильное меню */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: linear-gradient(to bottom, #eb780d, #f2ca4e);
        z-index: 1000;
        transition: left 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4rem;
        padding: 2rem;
    }
    
    .mobile-menu.active {
        left: 0;
    }
    
    .mobile-nav-link, .mobile-buy-button {
        display: flex;
        align-items: center;
        gap: 1rem;
        text-decoration: none;
        color: white;
        font-family: Arial, sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease;
    }
    
    .mobile-nav-link:hover, .mobile-buy-button:hover {
        transform: scale(1.1);
    }
    
    .mobile-nav-icon {
        width: 150px;
        height: auto;
    }
    
    .mobile-buy-icon {
        width: 164px;
        height: auto;
    }
       
    .ca-text {
        display: none; /* Скрываем текстовую версию на мобильных */
    }
    
    .ca-copy-button-mobile {
        display: block;
        cursor: pointer;
        transition: transform 0.2s ease;
    }
    
    .ca-copy-button-mobile:hover {
        transform: scale(1.05);
    }
    
    .copy-ca-image {
        max-width: 100%;
        height: auto;
        max-height: 60px;
    }
    .name-container {
        position: absolute;
        top: 16%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    .name-image {
        max-width: 62%;
        height: auto;
        max-height: 12vh;
        display: block;
        margin: 0 auto;
    }
    .eagle-container {
        position: absolute;
        top: 38%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    .eagle-image {
        max-width: 100%;
        height: auto;
        max-height: 32vh;
        display: block;
        margin: 0 auto;
    }
    .chart-widget {
        /* width: 98%; */
        max-width: 103vw;
        height: 62%;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        width: 105%;
    }
    .chart-title-image {
        max-width: 52%;
        height: auto;
        max-height: 120px;
    }
    .chart-title {
        margin-bottom: 6rem;
        text-align: center;
    }
    .about-title-image {
        max-width: 52%;
        height: auto;
        max-height: 120px;
    }
    .about-title {
        margin-top: -100%;
        text-align: center;
    }
    .section-4 {
        background: transparent;
        width: 100vw !important;
        height: 64vh !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .links-title {
        text-align: center;
        margin-bottom: -8rem;
        margin-right: 0%;
    }
    .link-image {
        max-width: 156px;
        height: auto;
        display: block;
    }
    .links-title-image {
        max-width: 100%;
        height: auto;
        max-height: 201px;
        margin-left: 71%;
        margin-bottom: 353% !important;
    }
    .links-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12rem;
        height: 100%;
        flex-wrap: wrap;
        padding: 2rem;
        margin-top: -12%;
    }
    #jupiter-link {
        margin-left: 24% !important;
        margin-top: -102% !important;
    }

    #telegram-link {
        margin-top: -78% !important;
        margin-left: 22% !important;
    }
    #twitter-link {
        margin-top: -157% !important;
        margin-left: -45% !important;
    }
    #dextools-link {
        margin-left: -91% !important;
        margin-top: -18% !important;
    }
}
@media (max-width: 390px) {
    #about-text-1 {
        font-family: Arial, sans-serif;
        font-size: 1.7rem;
        font-weight: bold;
        color: white;
        text-shadow: 3px 3px 0 #eb780d, 6px 6px 0 #eb780d, 9px 9px 0 #eb780d;
        margin: 0;
        letter-spacing: 0px;
    }
    #about-text-2 {
        margin-top: 11%;
        font-size: 1.3rem !important;
    }
}
@media (max-width: 375px) {
    .section-4 {
        background: transparent;
        width: 100vw !important;
        height: 80vh !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .link-image {
        max-width: 136px;
        height: auto;
        display: block;
    }
    #about-text-1 {
        font-family: Arial, sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        color: white;
        text-shadow: 3px 3px 0 #eb780d, 6px 6px 0 #eb780d, 9px 9px 0 #eb780d;
        margin: 0;
        letter-spacing: 0px;
    }
    #about-text-2 {
        margin-top: 11%;
        font-size: 1.1rem !important;
    }
    #twitter-link {
        margin-top: -173% !important;
        margin-left: -45% !important;
    }
    #telegram-link {
        margin-top: -99% !important;
        margin-left: 22% !important;
    }

}