/* Common Styles */
:root {
    --primary-color: #000;
    --secondary-color: #fff;
}

body {
    font-family: Poppins, sans-serif;
}

p{
    font-family: sans-serif;
}

h1{
    font-family: Poppins;

}

h2{
    font-family: Poppins;
}

h3{
    font-family: Poppins;
}




h4{
    font-family: Poppins;
}

strong{
    font-family: Poppins;
}


.upparcase{
    text-transform: uppercase
}


.light-greycolor{
    background-color: #faf6ed;
    padding: 24px;
}


.mobile-menu-content {
    position: relative;
    height: 100%;
}

.mobile-menu-view {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.mobile-menu-items {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

.menu-item {
    display: block;
    padding: 12px 0;
    color: inherit;
    text-decoration: none;
}

.has-submenu {
    position: relative;
}

.has-submenu::after {
    content: '›';
    position: absolute;
    right: 0;
}

.back-btn {
    background: none;
    border: none;
    padding: 0;
    margin-right: 15px;
    color: inherit;
}

.submenu-title {
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
}

.header-spacer {
    width: 24px;
}

/* mycodeend */



.navbar-brand {
    font-family: Poppins;
    font-size: 2rem;
    color: var(--primary-color) !important;
}

.navbar-brand img{
    height: 61px;
    width: 200px;
    position: relative;
    width: 200px; /* Base width */
}




.navbar-brand img {
    height: auto;
    aspect-ratio: 200/61; /* Explicit aspect ratio */
}

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

.menu-btn {
    font-family:  Poppins;;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding: 8px 24px;
    color: var(--primary-color);
    background: transparent;
    transition: all 0.3s ease;
}

.menu-btn:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

/* Desktop Header Styles */
.desktop-header {
    padding: 20px 0;
}

.desktop-header .nav-link {
    color: #000000;
    margin: 0 15px;
    font-size: 0.9rem;
    position: relative;
    transition: color 0.3s ease;
}

.desktop-header .nav-link:hover {
    color: #ff4400;
}

.desktop-header .nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff4400;
}



.hamburger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--primary-color);
    transition: 0.3s;
}

.hamburger-icon span:nth-child(1) { top: 0; }
.hamburger-icon span:nth-child(2) { top: 9px; }
.hamburger-icon span:nth-child(3) { top: 18px; }

/* Mobile Menu Overlay */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--secondary-color);
    z-index: 1000;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.mobile-menu-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    padding: 0;
    color: var(--primary-color);
}

.mobile-menu-items {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.mobile-menu-items a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.mobile-menu-footer {
    margin-top: auto;
    padding: 20px 0;
}

/* Navbar Toggler */
.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Hero Slider Styles */
/* .hero-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 220px;
        width: 100%;
    }
}

.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://images.squarespace-cdn.com/content/v1/5f4dbf552006d865dded91f9/654ef6a7-70de-444a-a19b-84b535b03114/Melbourne+Web+Banner+%281%29.png?format=2500w');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide-content {
    position: relative;
    height: 100%;
    padding: 60px;
    color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-content h1 {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.2;
} */

.event-details {
    max-width: 400px;
}

.event-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.event-location {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.city {
    margin-bottom: 0.5rem;
}

.venue {
    margin-bottom: 0.5rem;
}

.book-btn {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.book-btn:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.slide-nav {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    gap: 20px;
}

.nav-btn {
    background: none;
    border: none;
    color: var(--secondary-color);
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.3s ease;
}

.nav-btn:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .slide-content {
        padding: 30px;
    }

    .slide-content h1 {
        font-size: 2.5rem;
    }

    .event-title {
        font-size: 1.5rem;
    }

    .event-location {
        font-size: 1rem;
    }

    .slide-nav {
        bottom: 20px;
        right: 20px;
    }
}

/* Footer Styles */
.site-footer {
    background-color: #ffcba3;
    padding: 80px 0;
    margin-top: 60px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-logo img {
    max-width: 140px;
    height: auto;
}

.footer-contact {
    font-size: 0.9rem;
}

.footer-contact p {
    margin-bottom: 10px;
}

.footer-contact a {
    color: var(--primary-color);
    text-decoration: underline;
}

.tagline {
    margin-top: 20px;
}

.copyright {
    margin-top: 20px;
    font-size: 0.8rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-actions {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.btn-primary {
    background-color: #ff5518;
    color: var(--secondary-color);
    border: none;
}

.btn-primary:hover {
    background-color: #ff4400;
    color: var(--secondary-color);
}

.btn-secondary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: none;
}

.btn-secondary:hover {
    background-color: #333;
}

.social-links {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.social-link:hover {
    opacity: 0.8;
    color: var(--secondary-color);
}

/* Responsive Footer */
@media (max-width: 991px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }

    .footer-actions {
        grid-column: span 2;
    }

    .action-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .social-links {
        justify-content: center;
    }

    .btn-secondary {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding: 40px 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-actions {
        grid-column: span 1;
    }

    .action-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }
}

/* Promotional Section Styles */
.promotional-section {
    padding: 120px 0;
    background-color: var(--secondary-color);
}

.promotional-section .content-col {
    padding-right: 80px;
}

.promotional-section h2 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    font-family: 'Arial', sans-serif;
}

.content-text {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    color: #333;
}

.content-text p {
    margin-bottom: 16px;
    font-family: Poppins;
}

.cta-title{
    font-weight: 600;
    font-size: 1.5rem;
}

.content-text strong {
    font-weight: 500;
    font-family: Poppins;
    color: var(--primary-color);
}

.content-text em {
    font-style: normal;
    color: #666;
}

.learn-more-btn {
    font-family: Poppins;
    display: inline-block;
    padding: 12px 30px;
    border: 1.5px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 300px;
    letter-spacing: 0.04em;
    margin-top: 18px;
    transition: all 0.3s ease;
}

.learn-more-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #F5F5F5;
}

.promo-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.promo-image:hover {
    transform: scale(1.02);
}

/* Alternate Promotional Section Styles */
.promotional-section-alt {
    background-color: #FAF9F7;
}

.promotional-section-alt .content-col {
    padding-left: 80px;
    padding-right: 0;
}

.promotional-section-alt .image-wrapper {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.promotional-section-alt .promo-image {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
}

/* Responsive Styles for Promotional Sections */
@media (max-width: 1200px) {
    .promotional-section h2 {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .promotional-section,
    .promotional-section-alt {
        padding: 80px 0;
    }

    .promotional-section .content-col,
    .promotional-section-alt .content-col {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 50px;
    }

    .promotional-section h2 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .content-text {
        font-size: 1.15rem;
        font-family: Poppins;
    }

    .promotional-section-alt .image-col {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .promotional-section,
    .promotional-section-alt {
        padding: 60px 0;
    }

    .promotional-section h2 {
        font-size: 2rem;
        margin-bottom: 25px;
        font-family: Poppins;
    }

    .content-text {
        font-size: 1.1rem;
        font-family: Poppins;
    }

    .promotional-section .content-col,
    .promotional-section-alt .content-col {
        margin-bottom: 30px;
    }

    .learn-more-btn {
        width: 70%;
        text-align: center;
        padding: 12px 20px;
    }
}

/* Product Showcase Styles */
.product-showcase {
    padding: 100px 0;
    background-color: var(--secondary-color);
}

.product-showcase h2 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
}

.product-grid {
    margin-bottom: 60px;
}

.product-item {
    margin-bottom: 70px;
}

.product-card {
    position: relative;
    overflow: hidden;
}

.product-image {
    position: relative;
    background-color: #F5F5F5;
    aspect-ratio: 4/4;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.see-more-btn {
    font-family: Poppins;
    display: inline-block;
    padding: 15px 40px;
    border: 1.5px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 300px;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.see-more-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

/* Responsive Styles for Product Showcase */
@media (max-width: 1200px) {
    .product-showcase h2 {
        font-size: 2.4rem;
    }
}

@media (max-width: 991px) {
    .product-showcase {
        padding: 80px 0;
    }

    .product-showcase h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .product-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .product-showcase {
        padding: 60px 0;
    }

    .product-showcase h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .product-item {
        margin-bottom: 20px;
    }

    .see-more-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }
}

body {
    margin: 0;
    font-family: Poppins, sans-serif;
}

.brand-showcase {
    padding: 40px 0;
    background: #f5f5f5;
}

.brand-carousel-container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.brand-carousel-viewport {
    overflow: hidden;
    position: relative;
}

.brand-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    padding: 20px 0;
}

.brand-carousel-item {
    flex: 0 0 auto;
    width: 190px;
    height: 190px;
    margin: 0 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.brand-carousel-item:hover {
    transform: scale(1.05);
}

.brand-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background-color: white;
    padding: 22px;
}

.brand-carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.brand-carousel-button {
    background: #333;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.brand-carousel-button:hover {
    background: #555;
}

.brand-carousel-button svg {
    width: 20px;
    height: 20px;
}

.arrow-path, .arrow-line {
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

@media (max-width: 768px) {
    .brand-carousel-item {
        width: 150px;
        height: 150px;
    }
    
    .brand-carousel-button {
        width: 40px;
        height: 40px;
    }
}

/* Scrolling Text Section */
.scrolling-text-section {
    background-color: #ffcba3;;
    color: #ff4400;
    overflow: hidden;
    padding: 20px 0;
}

.scrolling-text-container {
    width: 100%;
    overflow: hidden;
}

.scrolling-text {
    display: flex;
    white-space: nowrap;
    animation: scroll 30s linear infinite;
}

.scrolling-text span {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-right: 20px;
    color: #ff5618;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Media Queries for Scrolling Text */
@media (max-width: 768px) {
    .scrolling-text span {
        font-size: 0.9rem;
    }
}

/* Merch Journals Section */
.merch-journals {
    padding: 100px 0;
    background-color: var(--secondary-color);
}

.merch-journals h2 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
    color: var(--primary-color);
}

.journal-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
}

.journal-card:hover {
    transform: translateY(-5px);
}

.journal-image {
    position: relative;
    width: 100%;
    padding-top: 52%; /* 3:2 Aspect Ratio */
    overflow: hidden;
}

.journal-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.journal-card:hover .journal-image img {
    transform: scale(1.05);
}

.journal-content {
    padding: 25px;
}

.journal-content h3 {
    font-family: Poppins;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.journal-content p {
    font-family: Poppins;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.read-more {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    padding-bottom: 2px;
}

.read-more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.read-more:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.show-more-btn {
    font-family: Poppins;
    display: inline-block;
    padding: 15px 40px;
    border: 1.5px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 300px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.show-more-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

/* Responsive Styles for Merch Journals */
@media (max-width: 1200px) {
    .merch-journals h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 991px) {
    .merch-journals {
        padding: 80px 0;
    }

    .merch-journals h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .merch-journals {
        padding: 60px 0;
    }

    .merch-journals h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .show-more-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }
}

/* Dropdown Styles */
.dropdown-menu {
    display: none;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    margin-top: 5px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-item {
    color: #000000;
    font-size: 0.9rem;
    padding: 10px 25px;
    transition: color 0.3s ease;
    display: block;
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #ff4400;
}

.nav-link.dropdown-toggle::after {
    display: none;
}






  
.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
  }

  .brand-logo {
    text-decoration: none;
    color: #000;
    font-family: Poppins, sans-serif;
    font-family: Poppins;
    font-size: 2rem;
    color: var(--primary-color) !important;
  }

  .menu-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    display: none;
    flex-direction: column;
    overflow-y: auto;
  }

  .overlay-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }

  .overlay-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 20px;
    flex: 1;
  }

  .back-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #999;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .link-list {
    width: 100%;
    max-width: 500px;
  }

  .link-item {
    display: block;
    font-size: 22px;
    text-decoration: none;
    color: #000;
    margin: 15px 0;
  }

  .overlay-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
  }

  .show-overlay {
    display: flex;
  }

  .mobile-menu-btn {
    font-family: Poppins;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding: 8px 24px;
    color: var(--primary-color);
    background: transparent;
    margin: 22px;
    width: 200px;
    transition: all 0.3s ease;
}