/*
Author: Jada Williams
Date: 2/1/26
File Name: Styles.css
*/
/* CSS Reset */
 body, header, nav, main, footer, u1, section, article, aside{
 margin: 0;
 padding: 0;
 border: 0;
 }
 
 /* Body */
 html, body {
     height: 100%;
 }
 body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: transparent;
  
  background-image: url("../images/btsBackground.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.top-header {
  background-color: white;
  color: black;
  padding: 10px 20px;
}

.top-header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

/* black nav bar */
.navbar {
  background-color: #111;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}

/* hamburger */
.menu-icon {
  display: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  margin-right: 20px;
}

/* menu layout */
.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* links */
.menu li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.menu li a:hover {
  color: red;
}
 
 
 
 /* Navigation bar */
 .navbar {
  display: flex;
  align-items: center;
  background-color: #111;
  padding: 10px;
}

/* hamburger on left */
.menu-icon {
  color: white;
  font-size: 24px;
  margin-right: 20px;
  cursor: pointer;
}

/* nav links */
.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu {
  display: flex;          /* THIS makes it horizontal */
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  margin-right: 25px;
}


.navbar {
    background-color: #111;
    display: flex;
  align-items: center;
  background-color: #111;   /* dark like Kpop site */
  padding: 15px;
  color: white;
  
}

.nav-links {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 0;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.nav-links a:hover {
    color: #ccc;
}


.menu a {
  font-weight: bold;
  font-size: 14px;
}

.menu a:hover {
  color: red;
}
.menu-icon {
    color: white;
    font-size: 24px;
    margin-right: 20px;
    cursor: pointer;
}
.menu a {
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar {
    background-color: #111;
}

/* nav layout */
.nav-links {
    list-style: none;
    display: flex;
    justify-content: center; /* centers everything */
    align-items: center;
    margin: 0;
    padding: 10px;
}

/* each nav item */
.nav-links li {
    position: relative;
    margin: 0 15px;
}

/* links */
.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

/* hover effect */
.nav-links a:hover {
    color: #ccc;
}

/* dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

/* dropdown items */
.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 10px;
}

/* show dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-links a:hover {
    font-size: 14px;
    color: red;
}




/* Mobile Vieport */
.menu a {
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* MOBILE */
@media screen and (max-width: 768px) {

  .menu {
    display: none;
    flex-direction: column;
    background-color: #111;
  }

  .menu-icon {
    display: block;
  }
.menu.show {
    display: flex;
}

}

/*Preorder section*/
.preorder-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 30px;
    width: 50%;
    border-radius: 10px;
    text-align: center;
}

/*New releases section*/
.center-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.center-box {
    width: 60%;
    max-width: 700px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}
/*Albums section*/
.center-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px; /* space from nav */
}

/* Text box styling (same look as New Releases) */
.center-box {
    width: 60%;
    max-width: 700px;

    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;

    padding: 25px;
    border-radius: 10px;

    text-align: center;
}

/* Heading style */
.center-box h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Paragraph text style */
.center-box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.album-img {
    width: 300px;
    display: block;
    margin: 40px auto;
    border: 4px solid black;
}

/*Official Merch section*/
.merch-box {
  width: 60%;
  margin: 80px auto; /* centers it */
  padding: 30px;

  background-color: rgba(0, 0, 0, 0.7); /* transparent dark box */
  color: white;

  border: 3px solid black;
  text-align: center;

  font-family: Arial, sans-serif; /* match your site font */
}

.merch-box h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.merch-box p {
  font-size: 16px;
  line-height: 1.6;
}

/*Lightsticks section*/
.lightstick-box {
width: 60%;
 margin: 80px auto;
padding: 30px;
 background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: 3px solid black;
text-align: center;
font-family: Arial, sans-serif;

}
.lightstick-box h2 {
 font-size: 28px;
 margin-bottom: 20px;

}
.lightstick-box p {
  font-size: 16px;
  line-height: 1.6;

}

/*photobooks section*/
/* Center the section on the page */
main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

/* Text box styling */
.textbox {
  background-color: rgba(0, 0, 0, 0.6); /* dark transparent */
  color: white;
  padding: 30px;
  max-width: 700px;
  text-align: center;
  border: 2px solid black;
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

/* Heading style */
.textbox h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

/* Paragraph style */
.textbox p {
  font-size: 16px;
  line-height: 1.8;
}

/*form section*/

/* Center the form */
main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

/* Form container */
.order-form {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 30px;
  width: 400px;
  border-radius: 10px;
  border: 2px solid black;
  text-align: center;
}

/* Inputs and selects */
.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
}

/* Button */
.order-form button {
  background-color: black;
  color: white;
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.order-form button:hover {
  background-color: red;
}

.textbox {
    max-width: 500px;
}


/*Footer section*/
footer {
    position: fixed;
    bottom: 0;
    left: 0;

    color: white;
    padding: 10px;
    font-size: 12px;
}


