@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #F5F5F5;
    overflow-x: hidden;
}

.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}
  
.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}
  
.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}
  
.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}
  
.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}
  
.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}
  
.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}

header {
    z-index: 99997;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    filter: drop-shadow(4px 4px 5px #00000024);
    box-sizing: border-box;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 30px;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.hh {
    width: 100%;
    height: 138px;
}

.logo {
    font-size: 40px;
    font-weight: bold;
}

.logo-title {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
}

.logo-title img {
    margin-right: 38px;
}

nav {
    display: flex;
    align-items: center;
    transition: max-height 0.3s ease-in-out;
}

nav a {
    font-size: 24px;
    margin: 0 15px;
    text-decoration: none;
    color: #000000;
}

.hero-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.hot-info-wrapper {
    display: flex;
    align-items: baseline;

}

.hero p {
    margin: 10px 0;
}

.discord-link img {
    width: 100%;
    max-width: 340px;
}

.side {
    max-width: 550px;
    margin-top: 20px;
}

.motto {
    font-size: 24px!important;
    margin-bottom: 46px!important;
}

.hero {
    text-align: center;
    color: #ffffff;
    padding: 80px 40px;
    padding-bottom: 0;
    box-sizing: border-box;
    background: rgb(58,103,103);
    background: linear-gradient(180deg, rgba(58,103,103,1) 0%, rgba(37,66,74,1) 100%);
    height: 655px;
}

.wrapper {
    position: relative;
    display: inline-block;
}
.hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Align items to the top */
}

.wrapper {
    position: relative;
    display: inline-block;
    order: 0; /* Move .wrapper to the top */
}

.image1 {
    display: block;
    top: 120px;
    margin-top: 106px;
    margin-right: 150px;
}

.image2 {
    position: absolute;
    top: 1px;
    right: 30px;
    width: 305px; /* Adjust size as needed */
    height: auto;
}

.cryptak {
    height: 540px;
}

.cryptak img {

}

.hero h1 {
    margin: 0;
    font-size: 35px;
}

.buy-button {
    background-color: white;
    color: #3A6767;
    padding: 15px 32px;
    text-align: center;
    font-size: 40px;
    margin: 20px 0;
    margin-bottom: 36px;
    border: none;
    cursor: pointer;
    width: 238px;
    border-radius: 10px;
    filter: drop-shadow(4px 4px 5px #00000024);
}

.buy-button:hover {
    background-color: #e2e1e1;
}

.address-wrapper {
    border: 1px white solid;
    border-radius: 20px;
    padding: 6px 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.address-input {
    margin: 0;
    padding: 0 8px;
    font-size: 14px;
    white-space: nowrap;
}

.copy-button {
    background-color: white;
    color: #3A6767;
    border: none;
    border-radius: 8px;
    padding: 5px 14px;
    min-width: 90px;
    font-size: 13px;
    cursor: pointer;
    filter: drop-shadow(4px 4px 5px #00000024);
}

.copy-button:hover,
.copy-button:focus {
    background-color: #e2e1e1;
    outline: none;
}

.copy-button.copied {
    background-color: #7bd88f;
    color: #1b3139;
}

.font16 {
    font-size: 16px;
}

.contract-address {
    font-size: 16px;
    margin: 10px 0;
}

.chcro {
    margin-top: 10px;
    text-align: left;
    padding-left: 16px;
}

.chart {
    width: 531px;
    height: 469px;
}

.holic-chart {
    width: 700px;
    max-width: 100%;
}

.info {
    display: flex;
    justify-content: space-around;
    background-color: #181818;
    padding: 10px 10px;
    flex-wrap: wrap;
}

.chart-container, .social {
    text-align: center;
    width: 100%;
    max-width:100%;
    margin-bottom: 20px;
}

.info h2 {
    color: white;
    font-size: 30px;
}

.additional-info {
    display: flex;
    width: 100%;
    background-color: #25424A;
    color: #ffffff;
    padding: 10px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.swap {
    z-index: 99999;
    position: fixed;
    top: calc(50% - 350px);
    left: calc(50% - 250px);
    width: 500px;
    height: 650px;
    background-color: #181818;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.overlay-swap {
    z-index: 99998;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000000F3;
}

.swap iframe {
    border: none;
    max-width: 100%;
    max-height: calc(100% - 60px);
}


.swap-x {
    padding: 10px;
    cursor: pointer;
    background: none;
    border: none;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.swap-x img {
    pointer-events: none;
}

#swap {
    display: none;
    pointer-events: none;
}

footer {
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
}

footer p {
    margin: 5px 0;
}

footer a {
    color: #000000;
    text-decoration: none;
}

footer .hr {
    max-width: 1240px;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.tinfo {
    font-size: 20px;
    margin: 30px 0;
    box-sizing: border-box;
    line-height: 36px;
}

.email {
    font-size: 32px;
}

.getintouch {
    font-size: 26px;
    padding: 18px 0;
}

.chartPie {
    width: 100%;
    max-width: 400px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-right: 140px;
}

.tokenomics-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tinfo {
    display: flex;
    flex-direction: column;
    padding: 30px 45px;
    border: solid #fff 3px;
    border-radius: 10px;
    margin-right: 10px;
}

.tinfo div {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.tinfo span {
    padding-right: 34px;
}

.tinfo .header {
    font-weight: bold;
}

.tinfo .subheader {
    margin-top: 10px;
    font-weight: bold;
}

.tinfo .row {
    border-top: 1px solid #eee;
    padding-top: 5px;
}

/* Burger Menu CSS */
.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger-menu .bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 4px 0;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .header-content, .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    nav a {
        font-size: 20px;
        margin: 0 10px;
    }

    .logo {
        font-size: 36px;
    }

    .buy-button {
        font-size: 36px;
        width: 220px;
    }

    .info {
        padding: 40px 20px;
    }

    .info h2 {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .header-content, .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav a {
        font-size: 18px;
        margin: 0 8px;
    }

    .logo {
        font-size: 32px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .buy-button {
        font-size: 32px;
        width: 200px;
    }

    .info {
        padding: 30px 15px;
    }

    .info h2 {
        font-size: 26px;
    }

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

    .hero {
        padding: 60px 20px;
        height: auto;
    }

    .wrapper .image1 {
        margin-right: 0;
    }

    .additional-info {
        padding: 40px 15px;
    }

    .chart-container, .social {
        width: 100%;
        margin-bottom: 30px;
    }

    .chartPie {
        margin-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .logo-title img {
        width: 60px!important;
        margin-right: 8px;
    }
    .hero-wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }

    .wrapper {
        order: 0;
        margin-bottom: 20px;
    }

    .image1 {
        position: static;
        width: min(70vw, 280px);
        height: auto;
        margin: 0 auto;
        margin-top: 100px;
    }

    .image2 {
        width: 150px;
        top: 68px;
        right: 0;
    }

    .holic-chart {
        height: 320px!important;
        width: 100%;
    }

    .side {
        margin-top: -20px;
    }

    .side h1 {
        background-color: transparent;
        text-align: center;
    }

    .motto {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }

    .header-content, .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    nav a {
        font-size: 16px;
        margin: 0 6px;
    }

    .logo {
        font-size: 28px;
    }

    .hero h1 {
        font-size: 26px;
        line-height: 1.25;
        text-align: center;
        margin-top: 20px;
    }

    .buy-button {
        font-size: 28px;
        width: 180px;
    }

    .info {
        padding: 30px 10px;
    }

    .info h2 {
        font-size: 24px;
    }

    .hero {
        padding: 50px 15px;
    }

    .address-wrapper {
        padding: 8px 18px;
        width: calc(100% - 30px);
        margin: 0 auto;
        justify-content: center;
        gap: 6px;
    }

    .address-input {
        font-size: 14px;
        text-align: center;
        width: 100%;
        white-space: normal;
        word-break: break-word;
    }

    .copy-button {
        width: auto;
        min-width: 100px;
        justify-content: center;
        font-size: 13px;
        padding: 5px 12px;
        margin: 0 auto;
    }

    .tokenomics-info h2 {
        text-align: center;
    }

    .chartPie h2 {
        text-align: center;
    }

    .burger-menu {
        display: flex;
    }

    nav {
        flex-direction: column;
        align-items: center;
        max-height: 0;
        overflow: hidden;
    }

    nav.open {
        max-height: 400px;
    }

    .holic-chart,
    .chart-container iframe {
        width: 100% !important;
        max-width: calc(100% - 30px);
        margin: 0 auto;
        height: 300px!important;
        display: block;
    }
}

@media (max-width: 576px) {

    .swap {
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        border-radius: 0;
        padding: 20px 10px;
    }

    .swap iframe {
        height: calc(100vh - 80px);
    }

    nav {
        flex-direction: column;
        align-items: center;
    }

    nav a {
        font-size: 14px;
        margin: 5px 0;
    }

    .logo {
        font-size: 24px;
        text-align: center;
    }

    .logo-title {
        align-items: center;
    }

    .hh {
        height: 100px;
    }

    .hero {
        padding-top: 0!important;
    }

    .hero h1 {
        font-size: 24px;
        max-width: calc(100vw - 20px);
    }

    .buy-button {
        font-size: 24px;
        width: 160px;
    }

    .litepaper-button {
        font-size: 18px;
    }

    .info {
        padding: 15px 5px;
        flex-direction: column;
        align-items: center;
    }

    .info h2 {
        font-size: 22px;
    }

    .chart-container, .social {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .chartPie {
        margin-right: 0;
        padding-right: 0;
    }

    .hero {
        padding: 40px 10px;
    }

    .additional-info {
        padding: 30px 10px;
        flex-direction: column;
        align-items: center;
    }

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

    .tinfo {
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px;
    }
}

.iframe {
    max-width: 100%;
}

.home-link {
    text-decoration: none;
    color: #000
}

@media only screen and (max-width: 768px) {
    nav {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: white;
    }

    nav a {
        font-size: 24px!important;
        margin-bottom: 10px!important;
    }
}

/* Media Queries for Responsiveness */
@media (max-width: 400px) {
    .image2 {
        right: -40px;
    }
}

@media only screen and (max-width: 580px) {
    .hot-info-wrapper {
        flex-direction: column;
    }

    .read-more-toke {
        display: none;
    }
    
}

.litepaper-main {
    background-color: #102027;
    color: #ffffff;
}

.litepaper-hero {
    background: linear-gradient(180deg, rgba(58,103,103,1) 0%, rgba(37,66,74,1) 100%);
    text-align: center;
    padding: 10px 10px 10px;
}

.litepaper-hero-text {
    max-width: 720px;
    margin: 10px auto 30px;
    font-size: 20px;
}

.litepaper-eyebrow {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: 14px;
    color: #b1d5d1;
}

.litepaper-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 40px auto;
}

.summary-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 25px 20px;
}

.litepaper-section {
    padding: 20px 0;
}

.litepaper-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.litepaper-card {
    background-color: #1b3139;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}

.litepaper-card h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 30px;
}

.litepaper-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.litepaper-list li {
    margin-bottom: 14px;
    padding-left: 26px;
    position: relative;
    font-size: 18px;
}

.litepaper-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7ddad1;
}

.litepaper-list-highlight span {
    font-weight: 700;
    color: #7ddad1;
    margin-right: 8px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.team-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.team-card a {
    color: #7ddad1;
    text-decoration: none;
}

.team-card a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .litepaper-card {
        padding: 28px;
    }

    .litepaper-card h2 {
        font-size: 26px;
    }

    .litepaper-list li {
        font-size: 16px;
    }
}
