h1, h2, h3, h4, h5, h6 {
    font-family: 'Lexend', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;   
}

body {
    background-image: url('images/background3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    
}
/* Hide default scrollbar */
body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Scroll container */
.superman-scroll {
  position: fixed;
  right: 30px;
  top: 0;
  height: 100vh;
  width: 100px;
  pointer-events: none;
  z-index: 9999;
}

/* Superman image */
.superman-thumb {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px; /* adjust size */
  height: 80px;
  background: url("images/superman.png") no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
  transition: top 0.1s ease-out;
}
/* Chrome, Safari, Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
p {
    font-family: 'Lexend', sans-serif;
    color: var(--Color-2, #000000);
    
}
section {
    overflow-x: hidden;
}
nav ul {
    font-family: 'Lexend', sans-serif;
}
h1 {
color: var(--Color, #ED1A3B);
font-size: 160px;
font-style: normal;
font-weight: 900;
line-height: 87.675%; /* 140.281px */
text-transform: uppercase;
color: #FF2D55;
text-shadow: 
 3px 3px 0 #FFD700,
 6px 6px 0 #FFD700;
font-size: 9.4117vw;

}
/* HEADER */

.header {
    background-color: #ef1d3c; /* bright red */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.header {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* LOGO */

.logo img {
    width: 80px;
    height: auto;
}

/* NAVIGATION */

.nav ul {
    display: flex;
    list-style: none;
    gap: 50px;
}

.nav a {
    text-decoration: none;
    color: var(--Color-2, #F3F2E6);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

/* Active Link (HOME) */
.nav ul li:nth-child(2) a {
    color: #ffd23f; /* yellow */
}

/* Hover Effect */
.nav a:hover {
    color: #ffd23f;
}
/* Hide hamburger by default */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    color: var(--Color-2, #F3F2E6);
    transition: 0.3s ease;
}

/* CART */

.cart img {
    width: 35px;
    height: auto;
    cursor: pointer;
    transition: 0.3s ease;
}

.cart img:hover {
    transform: scale(1.1);
}



section.events-start h1 {
 padding: 3vw;
 padding-bottom: 0%;
}
.events-text {
  display: flex;
  align-items: center;
  
  
}

.events-text-left {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 5%;
}

/* Shared text box styles */
.text-box {
  position: relative;
  width: 45vw;
  max-width: 700px;
}

.text-box img {
  width: 100%;
  display: block;
}

/* Text overlay */
.text-box p {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.08em;
}
/* White box text */
.white-box p {
  color: black;
  font-size: 1.8vw;
  text-transform: uppercase;
  padding-bottom: 2%;
}
.events-text-right {
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
}

.event-info1 {
    width: 30%;
    position: absolute;
    right: 50vw;
    
}
.smash-container {
    position: relative;
    width: 70%;
    display: flex;
    justify-content: center;
    padding-bottom: 10%;
    margin: 0 auto;
    left: -10%;
}
.poke-container {
    position: relative;
    width: 70%;
    display: flex;
    justify-content: center;
    padding-bottom: 10%;
     margin: 0 auto;
    right: 4%;
}
.event-info1 p{
background-image: url(images/events/box.png);
background-size: 100%;
background-repeat: no-repeat;
font-size: 1.3vw;
padding: 15% 18% 30%;
position: relative;
left: 55vw;
top: 40vw;
}
.event-info2 {
    width: 30%;
    position: absolute;
    
    
}
.event-info2 p{
background-image: url(images/events/box.png);
background-size: 100%;
background-repeat: no-repeat;
font-size: 1.3vw;
padding: 15% 18% 30%;
position: relative;
right: 30vw;
top: 40vw;
}
section.news h1{
   padding-bottom: 5%;
   padding-left: 5%;
}
.newstop {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
}
.newstop img {
    width: 50%;
}
img#f4{
   position: relative;
   top: -80px;
}
img#alien {
filter: drop-shadow(12px 12px 4px rgba(0, 0, 0, 0.25));

}
.newstop p {
   
   border: #000000 2px solid;
    background-color: #ffffff;
    font-size: 1.2vw;
    font-weight: 600;
    width: 20vw;
    position: absolute;
    top: 60%;
    right: 60%;
    padding: 1vw;    
}

img#mobilefox {
    display: none;
}
.newsbottom {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    gap: 5vw;
}
.newsbottom img {
    width: 50%;
    margin: auto 0;
}
.newsbottom p {
   
   border: #000000 2px solid;
    background-color: #ffffff;
    font-size: 1.4vw;
    font-weight: 600;
    width: 20vw;
    position: absolute;
    padding: 1vw;    
}
p#alienmessage {
    top: 69.5%;
    right: 53.3%;
}
p#vdaymessage {
    top: 73%;
    left: 64.7%;
    transform: scale(1.8);
}


img#mobilevday {
   display: none;
}

/* Hide default scrollbar */
body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Scroll container */
.superman-scroll {
  position: fixed;
  right: 30px;
  top: 0;
  height: 100vh;
  width: 100px;
  pointer-events: none;
  z-index: 9999;
}

/* Superman image */
.superman-thumb {
  position: absolute;
  top: 0;
  left: 100%;
  width: 60px; /* adjust size */
  height: 60px;
  background: url("images/superman2.png") no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
  transition: top 0.1s ease-out;
}
.superman-thumb {
  animation: hover 2s ease-in-out infinite;
}

@keyframes hover {
  0% { transform: translateX(-50%) translateY(0px); }
  50% { transform: translateX(-50%) translateY(-8px); }
  100% { transform: translateX(-50%) translateY(0px); }
}
/* FOOTER */

.footer {
    background-color: #ef1d3c; /* strong red */
    color: #f4ead3; /* cream color */
    padding: 60px 80px;
    font-family: 'Lexend', sans-serif;
}

/* Top Section */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Logo */
.footer-logo img {
    width: 20vw;
}

/* Columns */
.footer-columns {
    display: flex;
    gap: 80px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.column h3 {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.column a {
    text-decoration: none;
    color: #f4ead3;
    font-weight: 600;
}

.column p {
    font-size: 14px;
    line-height: 1.6;
    color: #f4ead3;
}

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

/* Big Title */
.footer-title {
    font-size: 90px;
    font-weight: 900;
    margin-top: 60px;
    line-height: 0.9;
    letter-spacing: 2px;
}

/* Bottom Section */
.footer-bottom {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 16px;
    color: #f4ead3;
}

.socials {
    display: flex;
    gap: 20px;
}















@media (max-width: 1080px) {

    .nav ul {
        gap: 30px;
    }

    .nav a {
        font-size: 18px;
    }

    .header {
        padding: 20px 40px;
    }
    h1 {
        font-size: 6rem;
    }
    .locations h1 {
        font-size: 5rem;
    }

}







    
@media (max-width: 950px) {

    .footer-top {
        flex-direction: column;
        gap: 40px;
    }

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

    .footer-title {
        font-size: 50px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .superman-scroll {
  display: none;
}

/* Superman image */
.superman-thumb {
  display: none;
}
}






@media (max-width: 700px) {

    .header {
        padding: 15px 30px;
    }

    /* Logo smaller */
    .logo img {
        width: 60px;
    }

    /* Navigation tighter */
    .nav ul {
        gap: 25px;
    }

    .nav a {
        font-size: 16px;
    }

    /* Cart slightly smaller */
    .cart img {
        width: 28px;
    }
    section.hero h6 {
        font-size: 11vw;
    }
   .events-text {
    flex-direction: column;
  }

  .text-box {
    width: 90vw;
    padding: 3vw;
  }

  .white-box p {
    font-size: 3.5vw;
    padding-left: 2%;
  }
h1 {
    font-size: 9vw;
    max-width: 500px;
    
    justify-content: center;
    padding: 0%;
    margin: 0 auto;
}
.event-info1 {
    width: 60%;
    position: absolute;
    right: 50%;  
    top: -30%;
}
.event-info1 p{


font-size: 2.6vw;

}
.event-info2 {
    width: 50%;
    position: absolute;
    right: 10%;  
    top: -20%;
}
.event-info2 p{


font-size: 2.6vw;
padding-bottom: 20%;
}
    }











@media (max-width: 585px) {
h1 {
    text-align: center;
}
    .header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
    }

    /* Hide horizontal layout */
    .nav {
        position: fixed;
        top: 0;
        left: -260px;
        width: 250px;
        height: 100vh;
        background: #ef1d3c;
        flex-direction: column;
        padding-top: 100px;
        transition: left 0.4s ease;
        z-index: 1050;
    }

    .nav ul {
        flex-direction: column;
        gap: 30px;
        padding-left: 30px;
    }

    .nav.active {
        left: 0;
    }

    /* Header Layout */
    .header {
        position: relative;
        background: #ef1d3c;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
    }

    /* Center Logo */
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .logo img {
        width: 55px;
    }

    .cart img {
        width: 28px;
    }

    /* Hamburger */
    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 1100;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: white;
        transition: 0.3s ease;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    /* Overlay */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 1000;
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .footer {
    text-align: center;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.footer-top {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.footer-title{
    font-size: 6vw;
}
.event-info1 p{
background-image: url(images/events/box.png);
background-size: 100%;
background-repeat: no-repeat;
font-size: 1.6vw;
padding: 15% 18% 30%;
position: relative;
left: 35vw;
top: 63vw;
transform: scale(1.6);
}
.event-info1 {
width: 35%;
    position: absolute;
}
.event-info2 {
    width: 35%;
    position: absolute;
    
    
}
.event-info2 p{
background-image: url(images/events/box.png);
background-size: 100%;
background-repeat: no-repeat;
font-size: 1.6vw;
padding: 15% 18% 30%;
position: relative;
right: 40vw;
top: 49vw;
transform: scale(1.6);
}
.smash-container {
    position: relative;
    width: 70%;
    display: flex;
    justify-content: center;
    padding-bottom: 20%;
    margin: 0 auto;
    left: -10%;
}
.poke-container {
    position: relative;
    width: 70%;
    display: flex;
    justify-content: center;
    padding-bottom: 20%;
     margin: 0 auto;
    right: -5%;
}
.newstop {
    display: flex;
    justify-content: center;
    
    flex-direction: column-reverse;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
}
img#f4{
   position: relative;
   top:0;
   width: 100%;
   padding-bottom: 5%;
}

.newstop p {
   
   border: #000000 2px solid;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    width: 80vw;
    position: relative;
    top: 5%;
    left: 5%;
    padding: 1vw;    
    z-index: 1;
}
img#fox{
   display:none;
}
.newstop {
    padding-bottom: 5%;
}
img#mobilefox {
    display: block;
    width: 80vw;
   justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -20%;
    z-index: 0;
}
.newsbottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    gap: 5vw;
}
img#alien {
    width: 80vw;
    margin: auto 0;
    padding-bottom: 25%;
}

img#vday {
   display: none
}
p#alienmessage {
    top: 37%;
    right: 40%;
    transform: scale(3);
    z-index: 1;
   
}
img#mobilevday {
   display: block;
    width: 80vw;
   justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -20%;
    z-index: 0;
    padding-bottom: 50%;
}
p#vdaymessage {
    position: absolute;
    top: 87%;
    left: 40%;
    z-index: 1;
    transform: scale(3);
   
}
.newsbottom p {
   
   border: #000000 0.8px solid;
}
}