html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: white;
}

html {
    scroll-behavior: smooth;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 0;
    min-height: 100vh;
    width: 100%;
    background-color: #004b7d;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 56px;
    text-align: center;
    margin-top: 45px;
    text-shadow: 11px 8px 9px rgba(255, 255, 255, 0.5);
}


.main-wrapper {
    max-width: 1336px;
    margin: 0 auto;

}


.main-puten {
    /*position: relative;*/
    background: url("assets/img_1.png");
    width: 100%;
    height: 600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 800px) {
    .main-puten {
        max-height: 500px;
    }

    .main-party {
        max-height: 365px;
        margin-top: 20px;
    }

    .main-party-wrapper {
        margin-top: 40px;
    }

    .about-container {
        flex-direction: column;
        align-items: center;
    }

    .about-header {
        margin-top: 25px;
    }

    .about-text {
        max-width: 632px;
    }


    .tokenomics {
        width: 640px;
    }

    h1 {
        font-size: 47px;
    }
}

@media (max-width: 630px) {
    .main-puten {
        max-height: 400px;
    }

    .main-party {
        max-height: 290px;
        margin-top: 15px;
    }

    .about-text {
        max-width: 505px;
    }

    h1 {
        font-size: 37px;
        margin-top: 30px;
    }
}

@media (max-width: 530px) {
    .main-puten {
        max-height: 300px;
    }

    .main-party {
        max-height: 220px;
        margin-top: 0;
    }

    .about-text {
        max-width: 395px;
    }

    h1 {
        font-size: 28px;
    }
}

@media (max-width: 430px) {
    .main-puten {
        max-height: 250px;
    }

    .main-party {
        max-height: 185px;
    }

    .main-party-wrapper {
        margin-top: 30px;
    }

    .about-text {
        max-width: 320px;
    }


    h1 {
        font-size: 23px;
        margin-top: 20px;
    }
}


.main-puten img {
    width: 100%;
    /*background: url("assets/main.jpg");*/
}


.buy-coin-btn-container {
    display: flex;
    justify-content: center;
}

.buy-coin-btn {
    background: white;
    color: #004b7d;
    margin-bottom: 10px;
    outline: none;
    padding: 10px 40px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}

.buy-coin-btn a {
    color: #004b7d;
    text-decoration: none;
}

.buy-coin-btn:hover {
    transform: scale(1.05);
    transition: transform 0.7s ease;

}


/* H E A D E R */
.header-wrapper {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white;
}

.header-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10%;
}

.header-logo {
    display: flex;
    align-items: center;
}

.puten-logo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;

}

.header-list {
    display: flex;
    align-items: center;
    color: white;
}

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


/*P A R T Y*/

.main-party {
    /*background-color: #004b7d;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*line-height: 1;*/
    /*flex-direction: column;*/

    background: url("assets/party_small_rounded.png");
    width: 100%;
    height: 600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 783px;
}

.main-party-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    /*background: url("assets/party_small.jpg");*/
    /*width: 100%;*/
    /*height: 600px;*/
    /*background-size: contain;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

/*.main-party-wrapper h1 {*/
/*    margin-top: 25px;*/
/*}*/

.main-party img {
    width: 70%;
    border-radius: 30px;
    margin: 35px;
}


/*A B O U T*/
.about-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 783px;
    line-height: initial;
    gap: 30px;
}

.about-header {
    font-size: 56px;
    text-align: center;
    margin-bottom: 13px;
    text-shadow: 11px 8px 9px rgba(255, 255, 255, 0.5);
}

.about-text {
    font-size: 22px;
}

.tokenomics-container {
    line-height: normal;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tokenomics-header {
    font-size: 56px;
    text-align: center;
    margin-bottom: 35px;
    text-shadow: 11px 8px 9px rgba(255, 255, 255, 0.5);
}


.tokenomics {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 783px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("assets/money.jpg");
    margin-bottom: 40px;
    border-radius: 20px;
}

.tokenomics-text {
    border: 5px solid black;
    color: white;
    font-size: 27px;
    margin-top: 50px;
    word-break: break-word;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
    background: linear-gradient(to right, #ffcc00, #ff6600);
}

.tokenomics-info div {
    font-size: 40px;
    line-height: normal;
    color: white;
    text-align: center;
}

.tokenomics-info div:not(:last-child) {
    margin-bottom: 10px;
}

.community {
    max-width: 783px;
}


@media (max-width: 800px) {
    .tokenomics {
        width: 640px;
        margin-bottom: -40px;
    }

    .roadmap-image {
        width: 640px;
    }

    .community {
        width: 640px;
    }

    .tokenomics-text {
        border: 5px solid black;
        color: black;
        font-size: 35px;
        margin-top: 50px;
        max-width: 615px;
    }
}

.roadmap-steps {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.roadmap-steps button {
    width: 259px;
    padding: 20px 40px;
    border-radius: 20px;
    font-size: 20px;
    background: white;
    color: #004b7d;
    font-weight: bold;
    cursor: pointer;
    border: 8px solid #818098;
}

.roadmap-image {
    border-radius: 20px;
    max-width: 783px;
}

.roadmap-steps button:not(:last-child) {
    margin-bottom: 10px;
}

.roadmap-header {
    margin-top: 40px;
    line-height: normal;
    text-align: center;
    font-size: 56px;
    text-shadow: 11px 8px 9px rgba(255, 255, 255, 0.5);
}

.contact-us {
    margin-top: 40px;
}

.contact-us div {
    line-height: normal;
    text-align: center;
    font-size: 56px;
    text-shadow: 11px 8px 9px rgba(255, 255, 255, 0.5);

}

.telegram {
    width: 300px;
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 630px) {
    .tokenomics {
        width: 500px;
        height: 333px;
        margin-bottom: 40px;
    }

    .tokenomics-info div {
        font-size: 30px;
    }

    .tokenomics-text {
        width: 500px;
    }

    .community {
        width: 500px;
    }

    .roadmap-image {
        width: 500px;
    }
}

@media (max-width: 530px) {
    .tokenomics {
        width: 397px;
        height: 300px;
    }

    .community {
        width: 397px;
    }

    .roadmap-image {
        width: 397px;
    }

    .tokenomics-text {
        width: 397px;
    }

    .tokenomics-info div {
        font-size: 25px;
    }
}

@media (max-width: 430px) {
    .tokenomics {
        width: 300px;
        height: 200px;
    }

    .roadmap-image {
        width: 300px;
    }

    .community {
        width: 300px;
    }

    .tokenomics-text {
        width: 300px;
    }
}

.footer {
    padding: 40px 0 50px;
    line-height: normal;
    text-align: center;
}


@media (max-width: 800px) {
    .header-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .header-wrapper {
        height: 100px;
    }
}