/* Background Hero Section */
.hero-section {
    background: url('gmbr/bg1.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 20px;
    flex-direction: column;
}

/* Overlay */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.navbar-brand img {
    border-radius: 50%;
}

.btn-warning {
    color: #000;
    font-weight: bold;
    width: auto; 
    padding: 10px 20px; 
}

/* Contract Image */
.hero-section .contract-img {
    width: 100%;
    max-width: 400px; 
    height: auto;
    display: block;
    margin: 20px auto 0; 
}

.hero-section .contract-address {
    font-size: 1.5rem; 
}

/* Responsive Design */
@media (min-width: 1200px) {
    .hero-section .contract-img {
        max-width: 500px; 
    }

    .hero-section .contract-address {
        font-size: 5rem; 
    }
}

@media (max-width: 1200px) {
    .hero-section {
        padding: 10px;
    }

    .btn-warning {
        width: auto;
    }

    .hero-section .contract-img {
        max-width: 300px; 
        margin: 20px auto 0; 
    }
}

@media (max-width: 992px) {
    .hero-section {
        flex-direction: column;
    }

    .hero-section .contract-img {
        width: 80%;
        max-width: none;
        margin: 20px auto 0; 
    }

    .btn-warning {
        width: auto;
        font-size: 1.2rem;
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }

    .hero-section .contract-img {
        width: 100%;
        margin: 20px auto 0; 
    }

    .btn-warning {
        width: auto; 
        font-size: 1rem;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 5px;
    }

    .btn-warning {
        font-size: 0.9rem;
        padding: 8px;
        width: auto; 
    }
}


/* Navbar Styling */
.navbar {
    background-color: #064e3b;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar-scrolled {
    background-color: rgba(6, 78, 59, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-nav {
    flex: 1;
    justify-content: center;
    display: flex;
}

.nav-link {
    color: #fff !important;
    font-size: 1rem;
    margin: 0 10px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #ffd700 !important;
}

.btn-warning {
    color: #000 !important;
    font-weight: bold;
    padding: 5px 15px;
}

/* Card Section Styling */
.card-section {
    background: url('gmbr/2.png') no-repeat center center;
    background-size: contain;
    background-color: #267A03;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: relative;
    padding: 20px;
}

.custom-card {
    background-color: #0A5103;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap; 
}

.card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap; 
}

.frog-image {
    max-width: 400px;
    height: auto;
    margin-right: 20px;
}

.content-text {
    color: white;
    max-width: 600px;
}

.title {
    color: #FFD700;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Adjust the button spacing, remove border, and remove underline */
.buy-token-btn {
    background-color: #FFD700;
    color: black;
    border: none; 
    padding: 15px 40px; 
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none; 
    margin-top: 20px; 
    margin-bottom: 10px; 
}

/* Responsive styling */
@media (max-width: 992px) {
    .custom-card {
        flex-direction: column;
        text-align: center;
    }

    .frog-image {
        max-width: 300px;
        margin: 0 auto;
    }

    .content-text {
        max-width: 100%;
    }

    .navbar-nav {
        margin: 1rem 0;
    }

    .nav-link {
        margin: 5px 0;
    }
}

@media (max-width: 768px) {
    .card-content {
        flex-direction: column;
        text-align: center;
    }

    .frog-image {
        max-width: 250px;
        margin: 0 auto;
    }

    .content-text {
        max-width: 100%;
    }

    .buy-token-btn {
        width: 100%;
        font-size: 1rem;
        padding: 10px;
        margin-top: 20px; 
        margin-bottom: 10px;
    }
}

/* Adjust layout for larger screens */
@media (min-width: 993px) {
    .card-content {
        flex-direction: row;
    }

    .frog-image {
        max-width: 400px;
        margin-right: 20px;
    }

    .content-text {
        max-width: 600px;
    }

    .buy-token-btn {
        padding: 10px 30px;
        margin-top: 20px; 
        margin-bottom: 10px; 
    }
}

/* Roadmap Section */
.roadmap-section {
    margin: 0; 
    padding: 0; 
}

.roadmap-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('gmbr/bg2.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 100vh; 
    padding: 20px; 
}

.roadmap-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #bfff00;
    text-align: center;
}

.roadmap-description {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

.frog-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
}

.roadmap-image {
    max-width: 200%; 
    max-height: 500px; 
    height: auto;
    display: block;
}


/* Responsive */
@media (max-width: 992px) {
    .frog-container {
        position: static;
        transform: none;
        width: 200px;
        margin: 0 auto 50px;
    }

    .roadmap-timeline {
        margin-left: 0;
    }

    .timeline-content {
        width: calc(100% - 80px);
    }

    .roadmap-timeline::before {
        left: 40px;
    }

    .timeline-dot {
        left: 40px;
    }

    .phase-left, .phase-right {
        margin: 0 0 0 80px;
    }
}

@media (max-width: 576px) {
    .roadmap-title {
        font-size: 2rem;
    }

    .frog-container {
        width: 250px;
    }
}

/* Tokenomic Section */
.tokenomics-section {
    background: url('gmbr/bg_tokenomic.png') no-repeat center center;
    background-size: cover;
    padding: 60px 20px;
    color: white;
}

.section-title {
    font-size: 3.5rem;
    color: #FFD700;
    margin-bottom: 20px;
}

.section-description {
    max-width: 600px;
    margin: 0 auto 40px;
}

.tokenomics-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.token-chart {
    flex: 1;
    max-width: 300px;
}

.token-info {
    flex: 1;
    max-width: 400px; 
}

.info-box {
    background: url('gmbr/8.png') no-repeat center center;
    background-size: contain; 
    padding: 0; 
    text-align: center;
    width: 100%;
    height: 400px; 
}

/* Menghapus styling untuk gambar karena kita menggunakan background */
.info-box img {
    display: none; 
}

.token-allocations {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.allocation-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.color-box {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

/* Responsive Adjustments for Mobile Devices */
@media (max-width: 576px) {
    .tokenomics-section {
        padding: 30px 10px; 
    }

    .section-title {
        font-size: 2rem; 
        margin-bottom: 10px; 
    }

    .section-description {
        margin: 0 auto 20px; /
    }

    .tokenomics-content {
        gap: 5px; 
    }

    .info-box {
        height: 200px; 
    }

    .token-allocations {
        gap: 10px; 
        margin-top: 10px; 
    }
}

/* Footer Section */
.footer-section {
    padding: 50px 0;
    background-color: #000000;
    color: #fff;
    text-align: center;
}

.footer-section h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.footer-section p {
    margin-bottom: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 20px; 
}

.icon-button {
    display: inline-block;
}

.icon-button img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
}

.icon-button:hover img {
    transform: scale(1.1); 
}

/* Responsive Adjustments for Mobile Devices */
@media (max-width: 576px) {
    .footer-section {
        padding: 30px 10px; 
    }

    .footer-section h1 {
        font-size: 2rem; 
        margin-bottom: 15px; 
    }

    .footer-section p {
        margin-bottom: 15px; 
    }

    .icons {
        flex-direction: row; 
        gap: 10px; 
    }

    .icon-button img {
        width: 50px; 
        height: 50px; 
}
}

/* General container styling */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
/* Section Styling */
.live-chart-section {
    padding: 20px 0;
    background-image: url('gmbr/bg2.png'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
}
  
/* Judul Section */
.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffcc00; 
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); 
}
