html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

.select-disabled {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.smaller-div {
    height: 20px;
}

.copy-container {
    max-width: 748px;
    padding: 2rem;
    text-align: center;
}

.orange-title {
    color: #dfa335;
    font-size: x-large;
}

.white-text {
    color: white;
}

.about-text-container {
    position: relative;
    right: 210px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.orange {
    color: rgb(223, 163, 53);
    position: relative;
}

.white {
    color: white;
    position: relative;
}

.comic-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#integrated-terminal {
    background-color: #252525;
    height: 400px;
    border-radius: 50px;
    padding: 10px;
    max-width: 800px;
}

.center-div {
    display: flex;
    justify-content: center;
}

body {
    background-color: #d8d8d8;
}

body::-webkit-scrollbar {
    display: none;
}

.copy-text:hover,
.copy-text:active {
    background-color: white;
    color: #000;
}

.copy-text {
    margin-top: 20px;
    padding: 5px;
    background-color: #000;
    color: white;
    width: 100px;
    font-weight: 500;
    border-radius: 10px;
}

@font-face {
    font-family: 'rolleonregular';
    src: url('./font/rolleon-webfont.woff2') format('woff2'), url('./font/rolleon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@layer base {
    .font-custom {
        font-family: 'rolleonregular', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@media screen and (min-width: 769px) {
    #hero-container {
        padding-top: 130px;
    }
}

.hero-section {
    display: block;
    background-color: #0011aa;
}

@media screen and (min-height: 636px) {
    #hero-img {
        bottom: -4rem;
    }
}

@media screen and (max-height: 637px) {
    #hero-img {
        left: 0;
        bottom: -7rem;
    }
    .hide-onmobile {
        display: none;
    }
    #cta-hero {
        position: relative;
        bottom: 30px;
    }
}

@media screen and (max-width: 765px) {
    .hide-onmobile {
        display: none;
    }
    .unmobile {
        display: none;
    }
    .comic-container {
        padding: 4px;
    }
    nav {
        display: none;
    }
    #hero-container {
        flex-direction: column-reverse;
        gap: 50px;
    }
    #scroll-container {
        position: relative;
        z-index: 1;
    }
    .secondary-cta {
        background-color: white;
        border-left: 20px;
        border-right: 20px;
        border-top: 5px;
        border-bottom: 5px;
        border-color: white;
        border-radius: 100px;
        border-style: solid;
    }
    .hero-section {
        padding-top: 50px;
        height: 100%;
    }
    #cta-hero {
        margin-top: 20px;
        gap: 10px;
        flex-direction: row-reverse;
    }
    .dark-bg {
        position: relative;
        z-index: +100;
    }
    #hero-img {
        max-width: 200px;
        position: absolute;
        z-index: auto;
    }
    #hero-text {
        max-width: 300px;
        justify-content: space-between;
        position: relative;
        z-index: +100;
    }
}

.tg-hero-container {
    width: 25px;
    height: 25px;
}

@media screen and (min-height: 710px) {
    #hero-img {
        max-width: 270px;
        bottom: -2rem;
    }
}

@media screen and (min-width: 766px) {
    .hide-onpc {
        display: none;
    }
    #hero-img {
        max-width: 450px;
    }
    #cta-hero {
        gap: 40px;
    }
}

@media screen and (max-width: 1358px) {
    #hero-container {
        justify-content: space-around;
    }
}

@media screen and (min-width: 1359px) {
    #hero-container {
        justify-content: center;
        gap: 12rem;
    }
}

#hero-container {
    display: flex;
    align-items: center;
}

#hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#cta-hero {
    display: flex;
    font-size: x-large;
    align-items: center;
}

.primary-cta {
    text-align: center;
    align-items: center;
    color: white;
    background-color: black;
    border-left: 20px;
    border-right: 20px;
    border-top: 5px;
    border-bottom: 5px;
    border-color: black;
    border-style: solid;
    border-radius: 100px;
}

.secondary-cta:hover,
.secondary-cta:active {
    color: white;
}

.primary-cta:hover,
.primary-cta:active {
    background-color: white;
    color: black;
    border-color: white;
}

#marqee-ticker {
    font-size: xx-large;
    overflow: hidden;
    display: flex;
    gap: 1rem;
}

.marqee-content {
    flex-shrink: 0;
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    min-width: 100%;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100%));
    }
}

.scroll {
    animation: scroll 20s linear infinite;
}

#scroll-container {
    background-color: #13004c;
}

.dark-bg {
    background-color: #252525;
}

.story {
    color: white;
}

.partners-heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.partner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    background-color: #1500ff;
    padding: 5px;
    border-style: double;
    border-color: black;
    border-radius: 10px;
    border-width: 1px;
    box-shadow: 2px 2px 5px rgb(94, 80, 22);
}

.coingecko {
    rotate: -2deg;
}

.moontok {
    rotate: -2.5deg;
}

.dexscreener {
    rotate: 1deg;
}

.dextools {
    rotate: -1.5deg;
}

.partner-img {
    width: 80%;
}

.azbit {
    rotate: 2deg;
}

.azbit-img {
    width: 60%;
}

.coinmarketcap-img {
    width: 90%;
}

.dexscreener-img {
    width: 100%;
}

.dextools-img {
    width: 65%;
}

.moontok-img {
    width: 70%;
}

.memes-btn {
    background-color: rgb(29, 0, 159);
    font-size: x-large;
    padding: 10px;
    color: white;
    border-width: 2px;
    border-color: #000;
    border-radius: 10px;
    text-align: center;
    align-self: center;
}

.memes-btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indoex {
    rotate: -1deg;
}

.indoex-img {
    width: 70%;
}

#center-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 766px) {
    #pino-breasts-img {
        max-width: 700px;
        padding-right: 60px;
    }
    .h1 {
        font-size: 42pt;
    }
    .h3 {
        font-size: 16pt;
    }
    .partners {
        margin-top: 40px;
    }
}

@media screen and (max-width: 765px) {
    #pino-breasts-img {
        max-width: 100vw;
        padding-right: 20px;
    }
    .h1 {
        font-size: 24pt;
    }
    .h3 {
        font-size: 12pt;
    }
    .partners {
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }
}

.guide-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#buy-container {
    max-width: 600px;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contract-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 7vh;
    margin-top: 5vh;
}

#contract-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.addressbox {
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    max-width: 560px;
    font-family: monospace;
}

#contract-box-container .contract-address {
    background-color: transparent;
    text-align: center;
    width: 100%;
    /* Adjust this as needed to fit the text */
    border: none;
    /* Optional: remove border if needed */
    color: #000;
    /* Optional: set text color */
    padding: 5px;
    /* Optional: add padding for better appearance */
}

.copy-btn {
    max-width: 20px;
}

.h4 {
    font-family: monospace;
    font-weight: bold;
    font-size: large;
}

.step-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 3vh;
    width: 100%;
    margin-bottom: 10vh;
}

.step-title-container {
    display: flex;
    align-items: center;
    gap: 1vh;
}

.step-number {
    color: white;
    font-size: xx-large;
}

.number-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 4px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
}

.step-title {
    font-size: x-large;
}

.step-text {
    max-width: 270px;
    margin-top: 20px;
}

.imgborder {
    border-radius: 20px;
    border-color: #000;
    border-width: 5px;
}

.step-img-container {
    overflow: hidden;
}

.sol-img-container {
    width: 150px;
    height: 150px;
}

#guide-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    justify-content: space-between;
}

.imgleft {
    flex-direction: row-reverse;
    background-color: transparent;
}

@media screen and (max-width: 465px) {
    .step-container {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 580px) {
    .congrats-container {
        flex-direction: column;
    }
}

@media screen and (min-width: 581px) {}

.congrats-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

#slap-pino {
    rotate: -3deg;
    position: relative;
    right: 20px;
    border-color: #000;
    border-width: 7px;
    max-width: 13rem;
    height: auto;
}

.congrats-text-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.congrats-title {
    font-size: xx-large;
}

.telegram-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    margin-top: 20px;
}

.telegram-btn:hover,
.telegram-btn:active {
    background-color: #000;
}

.telegram-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    background-color: rgb(86, 156, 209);
    padding: 5px;
    border-radius: 12px;
    border-color: #000;
    border-width: 3px;
}

.telegram-logo {
    max-height: 80%;
}

.divider {
    height: 10vh;
}

.pinomics-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pinomics-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

@media screen and (max-width: 500px) {}

@media screen and (min-width: 501px) {
    #pinomics-img {
        max-width: 630px;
        width: 80vw;
    }
}

.underline {
    text-decoration: underline;
    text-underline-offset: 10px;
    font-size: 30pt;
}

.monospace {
    font-family: monospace;
}

.safety-text-container {
    flex-grow: 1;
    padding-left: 20px;
    z-index: 2;
}

.candle-container {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.safety-container {
    display: flex;
    border-color: #000;
    border-width: 1px;
    border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    height: 300px;
    width: 80vw;
}

@media screen and (max-width: 500px) {
    .safety-container {
        flex-direction: column;
    }
    #candle-img {
        max-width: 120px;
        position: relative;
        left: 10rem;
    }
    .candle-container {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }
}

@media screen and (min-width: 501px) {
    .candle-container {
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    #candle-img {
        max-width: 370px;
    }
}

.safety-title {
    font-size: x-large;
    margin-bottom: 20px;
}

.head-out {
    margin-top: -20px;
}

.transparent {
    background-color: transparent;
}

.community-links {
    display: flex;
    gap: 30px;
}

.socials-logo-mobile {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 500px) {
    .community-links {
        display: none;
    }
    .smaller {
        font-size: medium;
    }
    .community-links {
        flex-direction: column;
    }
    .community-links-mobile {
        margin-top: 10px;
        display: flex;
        gap: 25px;
    }
    .join-pino-img {
        width: 50px;
        height: 50px;
    }
    .solscan-pc {
        display: none;
    }
}

@media screen and (min-width: 501px) {
    .addressbox {
        width: 90vw;
    }
    .smaller {
        font-size: xx-large;
    }
    .community-links-mobile {
        display: none;
    }
    .join-pino-img {
        width: 100px;
        height: 100px;
    }
    .solscan-btn {
        display: none;
    }
}

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

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

.solscan-btn-text {
    margin-top: 10px;
    padding: 10px;
    border-color: #000;
    border-width: 1px;
    border-radius: 10px;
}

.flipped {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.safety-empty {
    width: 50%;
}

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

.footer-container {
    border-top-color: #000;
    border-top-style: solid;
    border-top-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-text-container {
    width: 80vw;
    max-width: 800px;
}

.smaller-text {
    text-underline-offset: 2px;
    font-size: medium;
}

footer {
    text-align: center;
}

.boxed {
    padding: 10px;
    border-width: 1px;
    border-color: #000;
    border-radius: 10px;
}

.small-div {
    height: 50px;
}

#blue:hover {
    background-color: rgb(62, 119, 185);
}

#white:hover {
    background-color: rgb(255, 255, 255);
}

#pink:hover {
    background-color: rgb(228, 170, 179);
}

#green:hover {
    background-color: rgb(121, 182, 124);
}

#red:hover {
    background-color: rgb(243, 83, 83);
}