
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;
}
/* Chrome, Safari, Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
/* Container for custom scrollbar */
.scroll-progress {
  position: fixed;
  right: 0px;
  top: 0;
  height: 100vh;
  width: 80px;
  pointer-events: none;
  z-index: 9999;
}

/* White web line */
.web-line {
  position: absolute;
  top: 0;
  left:80%;
  width: 3px;
  height: 0;
  background: white;
  transform: translateX(-50%);
}

/* Spider-Man thumb */
.spiderman-thumb {
  position: absolute;
  top: 0;
  left: 80%;
  width: 40px;
  height: 40px;
  background: url("images/spiderman2.png") no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
  animation: float 3s ease-in-out infinite;
  
}

@keyframes float {
  0% { transform: translateX(-50%) translateY(0px); }
  50% { transform: translateX(-50%) translateY(-6px); }
  100% { transform: translateX(-50%) translateY(0px); }
}


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;

}
h5{
color: var(--Color-2, #F3F2E6);
font-size: 4vw;
font-style: normal;
font-weight: 700;
line-height: normal;
}


/* HERO SECTION */
.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

/* SLIDER CONTAINER */
.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* SLIDES WRAPPER */
.slides {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease-in-out;
}

/* INDIVIDUAL SLIDE */
.slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    color: var(--Color-2, #F3F2E6);
    
}
.slides h2 {
   width: 50%;
   text-shadow: #000000 0.1em 0.1em 0.2em;
}
/* Example Backgrounds */
.slide:nth-child(1) { background-image: url('images/hero1.5.jpg'); background-size: cover; background-position: center; }
.slide:nth-child(2) { background-image: url(images/hero3.5.png); background-size: cover; background-position: center; }
.slide:nth-child(3) { background-image: url(images/hero2.5.jpg); background-size: cover; background-position: center; }

.slide h6 {
    font-size: 60px;
    margin-bottom: 20px;
}
.slide h1 {
    max-width: 800px;
}
.slide p {
    font-size: 20px;
}

/* ARROWS */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    background: rgba(0,0,0,0.4);
    color: var(--Color-2, #F3F2E6);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}

.prev { left: 20px; }
.next { right: 20px; }

.prev:hover, .next:hover {
    background: rgba(0,0,0,0.7);
}

/* DOTS */
.dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.dots span {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    color: var(--Color-2, #F3F2E6);
    display: inline-block;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
}

.dots span.active {
    opacity: 1;
}







/* 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:first-child 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.hero h6 {
  color: var(--Color-2, #F3F2E6);
  text-shadow: none;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 8vw;
font-style: normal;
font-weight: 900;
line-height: 87.675%; /* 140.281px */
text-transform: uppercase;

}

.calltoaction {
    display: flex;
    flex-direction: column;
}

.topcall {
flex-direction: row;
display: flex;
text-align: right;

}
.topcall h1 {
    padding-top: 20%;
    padding-right: 5%;
    width: 55%;
height: 100%;
font-size: 9.4117vw;
}
.topcall img {
width: 45%;
display: flex;
text-align: right;
filter: drop-shadow(-8px 17px 4px rgba(0, 0, 0, 0.25));
}

.bottomcall {
    display: flex;
    flex-direction: row;
    text-align: left;
}
.bottomcall img {
    z-index: -1;
    width: 45%;
filter: drop-shadow(-8px 17px 4px rgba(0, 0, 0, 0.25));
    
}
.bottomcall h1 {
    width: 55%;
height: 100%;
padding-left: 5%;
font-size: 9.4117vw;
}

.banner {
  width: 100%;
  overflow: hidden;
  background: #E5B514;
  padding: 1vw 0;
  transform: rotate(-4.734deg);
}

.banner-track {
  display: flex;
  width: max-content;
  animation: scroll 7s linear infinite;
}

.banner span {
  font-size: 2vw;
  font-family: lexend, sans-serif;
  font-weight: 900;
  color: #ED1A3B;
  white-space: nowrap;
  padding-right: 4vw;
}

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

.comic-carousel {
  width: 100%;
  height: 60vw;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  overflow: hidden;
  padding-bottom: 20%;
  transform: rotate(-4.734deg);
  
}


.carousel-track {
  position: relative;
  width: 60vw;
  height: 30vw;
}
section.preorders {
    height: 65vw;
}
.book {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30vw;
  height: 50vw;
  transform-style: preserve-3d;
  transition: transform 0.6s ease, opacity 0.6s ease;
  cursor: pointer;
  padding-bottom: 10%;
}


.book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 1vw 2vw rgba(0,0,0,0.6);
}


.topservices {
    flex-direction: row;
    display: flex;
   align-items: center;
   justify-content: space-between;
}


.services h1 {
max-width: 800px;
padding-left: 5%;
padding-top: 5%;
}

.servicelist {
    display: grid;
    grid-template-columns: repeat(2, 60%);
    grid-template-rows: repeat(3, 1fr);
    gap: 0px;
    padding: 20px;
 
    
}

.grid-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
.servicesbottom{
   display: flex;
    gap: 20px;
    align-items: center;
    padding: 10%;
    justify-content: space-between;
}

.serbat img {
    width: 80%;
    height: auto;
    object-fit: cover;
    padding-left: 10%;
    filter: drop-shadow(16px 12px 4px rgba(0, 0, 0, 0.25));
}
.locrow {
    display: flex;
    flex-direction: row;
    padding-top: 5%;
}
section.locations h1 {
padding-left: 5%;
}
.loc1 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 3%;
}
.loc2 {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.loc1 img {
    width: 95%;
    height: auto;
    object-fit: cover;
    filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.25));
}
.loc2 img {
    width: 95%;
    height: auto;
    object-fit: cover;
    filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.25));
}
.loc1 p {
background-image: url(images/locbox1.png);
background-size: 100%;
background-repeat: no-repeat;
font-size: 2.5vw;
padding: 13% 15% 17%;
}

.loc2 p {
background-image: url(images/locbox2.png);
background-size: 100%;
background-repeat: no-repeat;
padding: 7% 15% 15%;
font-size: 2.5vw;
}

.newsletter {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8vw 0;
}

.newsletter-container {
  position: relative;
  width: 80vw;
  
}

.newsletter-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* TEXT OVERLAY */
.newsletter-content {
  position: absolute;
  top: 75%;
  right: 5vw;
  transform: translateY(-50%);
  width: 40vw;
  color: black;
}
section.mobilenewsletter {
    display: none;
}
.newsletter-content p {
  font-size: 1.3vw;
  line-height: 1.6;
}

.newsletter-content span {
  display: block;
  margin-top: 1vw;
  font-weight: bold;
  color: #e1062c; /* comic red */
  font-size: 1.6vw;
}

/* FORM */
.newsletter-form {
 
  display: flex;
  align-items: center;
  font-family: lexend, sans-serif;
}

/* Email Input */
.newsletter-form input {
  width: 28vw;
  padding: 1vw;
  font-size: 1vw;
  border: 0.2vw solid #e1062c;
  outline: none;
  background: #f2f2f2;
}

/* Subscribe Button */
.newsletter-form button {
  padding: 1vw 2vw;
  font-size: 1vw;
  font-weight: bold;
  color: white;
  background: #e1062c;
  border: none;
  cursor: pointer;

  /* angled effect */
  clip-path: polygon(.0001% 0%, 100% 0%, 90% 100%, 0% 100%);
  transition: 0.3s ease;
}

.newsletter-form button:hover {
  background: #c30021;
  transform: scale(1.05);
}



/* 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;
    }
    /* White web line */
.web-line {
  display: none;
}

/* Spider-Man thumb */
.spiderman-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;
    }
   
    }











@media (max-width: 585px) {

    .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;
    }

    .calltoaction {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8vw 5vw;
  }

  .topcall,
  .bottomcall {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    margin-bottom: 8vw;
  }

  /* Reorder top section */
  .topcall h1 {
    order: 1;
  }

  .topcall img {
    order: 2;
    width: 90vw;
    height: auto;
  }

  /* Reorder bottom section */
  .bottomcall h1 {
    order: 3;
  }

  .bottomcall img {
    order: 4;
    width: 90vw;
    height: auto;
  }

  .calltoaction h1 {
    line-height: 1.2;
    width: 100%;
    padding: 0%;
    text-align: center;
    justify-content: center;
  }
  h1 {
    font-size: 15vw;
    padding: 0%;
  }
  .slides {
  padding: 0%;
  }
  .slide {
    padding: 0%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .slides h2 {
    width: 100%;
    max-width: 400px;
    font-size: 6vw;
    text-align: center;
  }
  .slides h1 {
    font-size: 10vw;
    text-align: center;
    padding-bottom: 5%;
  }
 .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;
}
.prev, .next {
    background: none;
    padding-top: 90%;
}
.prev:hover, .next:hover {
    background: none;
}

section.newsletter {
    display: none;
}
section.mobilenewsletter {
    display: block;
    width: 90vw;
}
.locrow {
    display: flex;
    flex-direction: column;
    padding-top: 5%;
 
}
.loc1 p {
background-image: url(images/locbox1.png);
background-size: 100%;
background-repeat: no-repeat;
font-size: 5vw;
padding: 13% 15% 15%;

}

.loc2 p {
background-image: url(images/locbox2.png);
background-size: 100%;
background-repeat: no-repeat;
padding: 8% 15% 15%;

font-size: 5vw;
}
.loc2  {
padding-left: 3%;
}
.topservices h1 {
    padding-left: 0%;
    text-align: center;
    padding-bottom: 10%;
}
.servicesbottom{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0%;

}
.servicelist {
    padding-right: 20%;
    width: 100%;
    transform: scale(1.1);
}
.serbat img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-left: 0%;
}
.mobilenewsletter {
  display: flex;
  padding-left: 10%;
  padding-bottom: 10%;
  font-family: lexend, sans-serif;
}


.mobilenewscontainer {
  margin: 0 auto;           /* forces horizontal centering */
  display: flex;
  flex-direction: column;
  align-items: center;  
  gap: 20px;    /* center children */
  
}
.mobilenewscontainer img {
  display: block;
  margin: 0 auto;
  
}
.newsbox {
  position: relative;   /* anchors content INSIDE */
  width: 100%;
}

.newsbox img {
  width: 100%;
  display: block;
}
.newsbox-content {
  position: absolute;
  inset: 0;                 /* fills entire box */
  display: flex;
  flex-direction: column;
  justify-content: center;  /* vertically center */
  align-items: center;
  padding: 8vw 8vw 10vw;
  text-align: center;
}
.newsbox-content p {
  font-size: 6vw;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  margin-bottom: 4vw;
}

.newsbox-content span {
  display: block;
  font-size: 4.8vw;
  font-weight: 800;
  color: #e10600;
  margin-top: 1vw;
}
.newsletter-formMobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.newsletter-formMobile input {
  width: 100%;
  padding: 3.5vw;
  font-size: 3.5vw;
  font-weight: 700;
  text-transform: uppercase;
  border: 0.5vw solid #e10600;
  background: transparent;
  outline: none;
}
.newsletter-formMobile button {
  align-self: center;
  width: 80%;
  padding: 3.5vw 0;
  font-size: 3.8vw;
  font-weight: 800;
  text-transform: uppercase;
  background: #e10600;
  color: #fff;
  border: none;
  transform: skewX(-15deg);
  box-shadow: 0 1.5vw 0 #000;
  cursor: pointer;

  display: flex;              /* ensures text centers */
  justify-content: center;
  align-items: center;
}

/* Unskew the text */
.newsletter-formMobile button span {
  transform: skewX(15deg);
  color: #fff;                /* force white text */
  display: inline-block;
}
.locations h1 {
    font-size: 13vw;
}
}