* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Lemon Milk";
  src: url("../LEMONMILK-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lemon Milk Light";
  src: url("../LEMONMILK-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lemon Milk Light Italic";
  src: url("../LEMONMILK-Regular.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lemon Milk Bold";
  src: url("../LEMONMILK-Regular.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lemon Milk Medium";
  src: url("../LEMONMILK-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lemon Milk Medium Italic";
  src: url("../LEMONMILK-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Lemon Milk Bold Italic";
  src: url("../LEMONMILK-Regular.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

html {
  background-color: #000;
  color: #fff;
  font-family: "Lemon Milk", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center

}

body {
  background-color: #000;
  color: #fff;
  font-family: "Lemon Milk", sans-serif;
  font-weight: 400;
  display: flex;
  /* justify-content: center;
    align-items: center; */
  min-height: 100vh;
  text-align: center;
  padding-top: 100px;
  flex-direction: column;
  max-width: 1080px;
}

.home-section {
  width: 100%;
}

.logo {
  max-width: 350px;
  max-height: 130px;
  display: inline;
}

.subtitle {
  font-size: 32px;
  font-family: Lemon Milk Light, sans-serif;
  letter-spacing: 2px;
  color: #ccc;
  margin-top: 182px;
  margin-bottom: 182px;
  font-weight: 300;
}

.mask-img {
  width: 100%;
}
.date-image {
  width: 100%;
}
.date-section {
  margin-top: 173px;
}

.balvenie-section {
  margin-top: 356px;
}

.balvenie-section img {
  width: 100%;
}

.awarding-section {
  margin-top: 109px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.awarding-img {
  width: 100%;
}
.awarding-bg, .dress-code-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  z-index: -1;
  transform: translate(-50%, -70%);
  /* transform: translate3d(200px, -100px, 0px); */
  
}

.dress-code-bg {
  transform: translate(-25%, -70%);

}

.dress-code-img {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.special-performance-img {
  width: 100%;
}

.dress-code-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.information-section {
  width: 100%;
  padding: 0px 20px;
}
.information {
  font-size: 28px;
  font-family: Lemon Milk Light, sans-serif;
  letter-spacing: 7px;
  color: #ccc;
  margin-top: 182px;
  margin-bottom: 182px;
  /* uppercase */
  font-weight: 300;
  text-transform: uppercase;
  max-width: 1000px;
  text-align: center;
  
}
.information-2 {
  font-size: 28px;
  font-family: Lemon Milk Light, sans-serif;
  letter-spacing: 7px;
  color: #ccc;
  margin-top: 182px;
  margin-bottom: 182px;
  /* uppercase */
  font-weight: 300;
  text-transform: uppercase;
  max-width: 1000px;
  text-align: center;

}


.register-form {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  flex-direction: column;
  gap: 0.5;
  font-family: Lemon Milk Light, sans-serif;
  color: white;
  width: 100%;
}

.register-form label {
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: 300;
  text-align: start;
  margin-top: 64px;
}

label.error {
  color: red;
}

.register-form input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #d1b883; /* gold color */
  padding: 0.5rem 0;
  font-size: 30px;
  font-family: Lemon Milk Light, sans-serif;
  color: white;
  outline: none;
}

.register-form input::placeholder {
  color: white;
  opacity: 0.5;
  font-style: italic;
  font-family: Lemon Milk Light, sans-serif;
  font-size : 15px;

}

.register-form small.note {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white;
  text-align: start;
  font-family: Lemon Milk Light Italic, sans-serif;
  font-weight: 400;
}

.register-form button {
  margin-top: 114px;
  margin-bottom: 114px;
  padding: 40px 72px;
  border: 1px solid white;
  background: transparent;
  color: #d1b883;
  font-size: 40px;
  letter-spacing: 5px;
  font-family: Lemon Milk Light, sans-serif;
  border-radius: 50px;
  font-weight: 400;
  cursor: pointer;
  align-self: center;
  transition: all 0.3s ease;
  border-radius: 60px;
  border-width: 1px;
}

.register-form button:hover {
  background-color: #cfae66;
  color: black;
}

footer {
  color: #8F8F8F;
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.custom-alert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(30, 30, 30, 0.95);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  z-index: 9999;
  border: 1px solid transparent;
}

.custom-alert.show {
  opacity: 1;
  pointer-events: auto;
}

/* Alert types */
.custom-alert.success {
  color: #cfae66;
  border-color: #cfae66;
}

.custom-alert.error {
  color: #ff6666;
  border-color: #ff6666;
}

#alert-close {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 1.2rem;
  cursor: pointer;
}


.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #cfae66;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* Hide spinner initially */
.hidden {
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}