.container {
    margin: 0 auto;
    overflow: hidden;
}

body {
    background-size: cover;
    color: white;
}

.heading {
    font-size: 56px;
}

.VT323 {
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
}

.text-with-green-shadow {
    text-shadow: 2px 2px 4px rgba(0, 255, 0, 0.5);
}

.text-with-red-color {
    color: red;
    font-size: 130%;
}

.text-with-white-color {
    color: white;
    font-size: 130%;
}

.text-with-grey-color {
    color: #cfcff1;
    font-size: 130%;
}


/*I N T R O D A C T I O N    &    H E A D E R*/
.introduction-container {
    background-image: url("assets/images/introduction.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 700px;
}

.introduction-text-container {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    margin: 50px 20px 20px 60px;
    max-width: 500px;
    color: #ffffff;
    text-align: center;
    display: flex;
}

.introduction-text {
    font-family: 'VT323', monospace;
    font-size: 1.2rem;
    text-shadow: 0px 0px 5px #00ff00;
}

.introduction-button-discover-more {
    display: flex;
    justify-content: center;
    margin: 80px 50px 50px 350px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 40px;
}

.languages {
    color: white;
    font-family: 'VT323', monospace;
    font-weight: bold;
}

.languages a {
    text-decoration: none;
}

.lang-en {
    color: white;
    font-size: 2.5rem;
}


.lang-cn {
    color: red;
    font-size: 2rem;
}


.header-list {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

ul.header-list li:not(:last-child) {
    margin-right: 20px;
}


/*S U R V I V A L*/
.survival-container {
    position: relative;
    background-image: url("assets/images/survival.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 700px;
    padding-top: 100px;
}

.survival-text-container {
    padding: 20px;
    background-color: rgba(10, 10, 20, 0.7);
    border-radius: 10px;
    margin: 0 auto;
    color: #c0c0c0;
    max-width: 600px;
}

.survival-text {
    font-family: 'VT323', monospace;
    font-size: 1.2rem;
    text-shadow: 0px 0px 5px #2dd199;
}

.survival-button-container {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}

.survival-button {
    padding: 15px 40px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    background: #111;
    font-size: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 58px 24px rgb(0 197 255 / 250%);
    overflow: hidden;
    position: relative;
    font-family: "VT323", monospace;
    font-weight: 700;
    font-style: normal;
    position: relative;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #8a8a8a 0%, #10e9f7 50%, #5ef171 100%);
    animation: survival-shimmer 3s infinite linear;
}

@keyframes survival-shimmer {
    0% { background-position: -500px 0; }
    100% { background-position: 500px 0; }
}

.survival-button:hover, .survival-button:focus {
    background: #222;
    color: #4CAF50;
    border-color: #4CAF50;
    box-shadow: 0px 0px 15px 4px rgba(0, 255, 0, 0.7);
    background-image: linear-gradient(
            to right,
            #4caf50,
            #8bc34a,
            #4caf50
    );
}

.survival-button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 255, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 5px;
    z-index: -1;
}

.survival-button:hover::after {
    opacity: 1;
}

@media not all and (background-clip: text) {
    .survival-button {
        background-image: none;
        color: #e0e0e0;
    }
}


/*R E S E A R C H*/
.research-container {
    background-image: url("assets/images/research.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 700px;
    padding-top: 50px;
}

.research-text-container {
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #4caf50;
    background-color: rgba(50, 50, 50, 0.8);
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 150, 0, 0.2), 0 6px 20px 0 rgba(0, 150, 0, 0.19);
    max-width: 500px;
}

.research-text {
    color: #ccc;
    line-height: 1.6;
    text-align: justify;
    font-family: 'VT323', monospace;
    font-size: 1.05rem;
    text-shadow: 0px 0px 5px #00ff00;
}

.research-text p:not(:last-child) {
    margin-bottom: 20px;
}


/*P R E S E R V A T I O N*/
.preservation-container {
    background-image: url("assets/images/preservation.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 900px;
    padding-top: 50px;
}

.preservation-countdown-container {
    display: flex;
    justify-content: center;
    /*position: absolute;*/
    width: 100%;
}

.tockenomics-info {
    margin-top: 50px;
    font-size: 200%;
    color: #39dbee;
}

.preservation-ca-header {
    padding-bottom: 0 !important;
    font-size: 120%;
}

#copyText {
    font-size: 150%;
}


/*R E S T O R A T I O N*/
.restoration-container {
    background-image: url("assets/images/restoration.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 900px;
    padding-top: 50px;
}

.restoration-frame-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.restoration-frame {
    max-width: 700px;
}

.preservation-header {
    color: red;
    font-family: 'VT323', monospace;
    font-size: 6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 80px;
    box-shadow: -0px 0px 127px 71px rgba(280, 255, 255, 0.75)
}

.cyber-button {
    padding: 20px 40px;
    border: 2px solid #00ff00;
    border-radius: 5px;
    background-color: transparent;
    color: #ffffff;
    font-family: 'VT323', monospace;
    font-size: 2rem;
    text-shadow: 0px 0px 5px #00ff00;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    animation: glow 1s infinite alternate;
}

.cyber-button:hover, .cyber-button:focus {
    background-color: #00ff00;
    color: #000000;
    text-shadow: none;
    cursor: pointer;
}
@keyframes glow {
    0% {
        box-shadow: 0 0 20px #00ff00;
    }
    50% {
        box-shadow: 0 0 50px #00ff00;
    }
    100% {
        box-shadow: 0 0 70px #00ff00;
    }
}

.neo-cyberpunk-frame {
    margin: 20px auto;
    padding: 20px;
    background: rgba(10, 10, 30, 0.9);
    border-radius: 10px;
    color: #ccc;
    font-family: 'Orbitron', sans-serif;
    position: relative;
    overflow: hidden;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 255, 255, 0.3);
}

.neo-cyberpunk-frame::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(0, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    border-radius: 12px;
    border: 1px solid rgba(0, 255, 255, 0.6);
}

.neo-cyberpunk-frame::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    z-index: -2;
    background: rgba(10, 10, 30, 0.9);
    border-radius: 8px;
}


.restoration-frame {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(140, 255, 255, 0.25);
    box-shadow: 0 4px 6px rgba(0, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    line-height: 1.6;
    transition: all 3s ease-in-out;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "VT323", monospace;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.restoration-frame:hover {
    border-color: rgba(140, 255, 255, 0.75);
    box-shadow: 0 6px 10px rgba(0, 255, 255, 0.5);
    transform: translateY(-200px);
}


#copyIcon {
    cursor: pointer;
    margin-left: 5px;
}
#preservation-ca {
    animation: textGlow 1.5s infinite;
    border: 5px solid;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 1.9rem;
    word-break: break-word;

}
@keyframes textGlow {
    0% {
        box-shadow: 0 0 20px #00ff00;
    }
    50% {
        box-shadow: 0 0 50px #00ff00;
    }
    100% {
        box-shadow: 0 0 70px #00ff00;
    }
}


.social-networks-container {
    /*display: flex;*/
    font-family: "VT323", monospace;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    margin-top: 70px;
    cursor: pointer;
    /*gap: 20px;*/
}

.social-networks {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-network-item {
    width: 150px;
    #border: 10px solid #0180ca;
    #border-radius: 50%;
    transition: transform 0.3s ease;
}

.social-network-item:hover {
    transform: scale(1.1);
}

.join-us-container {
    display: flex;
    justify-content: center;
}

.join-us {
    font-size: 2rem;
    font-weight: bold;
    animation: textGlow 1.5s infinite alternate;
    background: #0180ca;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    color: white;
    transition: transform 0.3s ease;
    width: fit-content;
}

.join-us:hover {
    transform: translateY(10px);
}

@keyframes textGlow {
    0% {
        box-shadow: 0 0 20px #0180ca;
    }
    50% {
        box-shadow: 0 0 50px #0180ca;
    }
    100% {
        box-shadow: 0 0 70px #0180ca;
    }
}


.languages {
    color: white;
    animation: glow2 1.5s ease-in-out infinite alternate;
}

@keyframes glow2 {
    from {
        text-shadow: 27px 10px 10px rgba(0, 255, 0, 0.3);
    }
    to {
        text-shadow: -10px 0 20px rgba(0, 255, 0, 1);
    }
}


/*M E D I A*/
@media (max-width: 900px) {
    .header-container {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .header-list {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .introduction-text-container {
        margin: 50px 20px 20px 20px;
    }

    .introduction-button-discover-more {
        margin: 80px 0 0 0;
    }

    .survival-text-container {
        margin: 20px;
    }

    .research-text-container {
        margin: 20px;
    }
    .preservation-countdown-container {
        padding: 20px;
    }
}
