:root {
  --gold: #F9B233;
  --black: black;;
  --white: #FFFFFF;
  --var-light-sky-blue: black;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
   background: var(--white);
   font-size: 19px;
   line-height: 1.6;
   color: var(--gold);
}



p {
    color: var(--gold);
}

.main-header {
  background: linear-gradient(to bottom right, #0f1f1f, #1e1e1e);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: solid lightseagreen 3px;;
  
}

#nav-bar {
  position: sticky;
  top: 0;
  z-index: 999;
  
}

.logo {
  color: var(--gold);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px var(--gold);
  animation: pulse 1s infinite ease-in-out;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  
}

img:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.cta-button {
  background: white;
  color: var(--black);
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
  display: inline-block;
  text-shadow: 1px 1px 1px var(--black);
}

.cta-button:hover,
.cta-button:focus {
  background-color: #d99e14; /* Slightly darker gold for hover */
  outline: none;
  cursor: pointer;
}

.nav-links a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.nav-links a:hover {
  opacity: 0.8;
}

.nav-button {
  background-color: var(--gold);
  color: var(--black);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: bold;
  
}

.main-img {
  max-width: 90%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  display: block;
  margin: 2rem auto;
    box-shadow: 0 6px 20px rgba(0, 139, 139, 0.5);
  border-radius: 12px;
  border-bottom: solid lightseagreen;
  border-top: solid lightseagreen;
  animation: bump 4s infinite;
}

.main-img-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
  gap: 2rem;
  max-width: 1200px;
  padding: 1rem;
}


.main-img {
  max-width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 139, 139, 0.5);
  border: solid lightseagreen;
}

.side-box {
  flex: 1 1 250px;
  min-width: 200px;
  height: auto;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(to bottom right, #0f1f1f, #1e1e1e);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
}

.left-box {
  background: linear-gradient(to bottom right, #0f1f1f, #1e1e1e);
  width: 50%;
  border: solid lightseagreen;
  
}

.right-box {
 background: linear-gradient(to bottom right, #0f1f1f, #1e1e1e);
  width: 50%;
  border: solid lightseagreen;
}

.box-text {
  font-size: 1.6rem; 
  font-weight: bold;
  color: var(--gold);
  text-shadow: 1px 1px 3px #000;
  line-height: 1.4;
  
}

.material-img {
  display: block;
  margin: 2rem auto; 
  border: solid lightseagreen 2px;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  height: auto;
}

.material-info-box {
  background-color: var(--black);
  color: var(--gold);
  padding: 1rem 1.5rem;
  border: solid lightseagreen 2px;
  border-left: solid white;
  border-radius: 8px;
  max-width: 400px;
  margin: 2rem auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  text-shadow: 1px 1px 2px var(--black);
}
.material-description {
  font-size: 1.1rem;
  line-height: 1.5;
}

.material-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  max-width: 1000px;
  padding: 1rem;
}

.side-lines {
  position: relative;
  padding: 1rem 2rem;
  margin: 0 auto;
  max-width: 700px;
  color: var(--gold);
  border-right: solid lightseagreen 1px;
  border-left: solid lightseagreen 1px;
  background: linear-gradient(to bottom right, #0f1f1f, #1e1e1e);
}



.p-section {
  padding: 3rem 1.5rem;
  margin: 2rem auto;
  max-width: 1000px;
  border: 1px solid lightseagreen;
  background-color: var(--black);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
 
  text-shadow: var(--gold) 1px 1px 3px;
  text-align: center;
  border: solid lightseagreen 4px;
  box-shadow: 0 6px 25px rgba(72, 209, 204, 0.5);
  border-right: solid white;
}

.time{
  color: white;
}

ul.horizontal-list {
  list-style: disc inside;
  display: flex;
  flex-wrap: wrap; 
  gap: 1.5rem;      
  justify-content: center; 
  padding: 0;
  margin: 1rem 0;
}

ul.horizontal-list li {
  margin: 0;
}

.underline {
  text-decoration: underline;
}

.main-sign-img {
   display: block;
  margin: 2rem auto; 
  border: solid lightseagreen 2px;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  height: auto;
}

.bbb-a {
    color: var(--white)
}

.bbb-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  gap: 1rem;
}

.bbb-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  animation: bump 4s infinite;
}

.site-footer {
  background-color: var(--black);
  color: var(--gold);
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 1rem;
  border-top: 3px solid lightseagreen;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.site-footer p {
  margin: 0;
  line-height: 1.5;
}

.site-footer a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

/* JS Animations Section */
.side-lines,
.p-section,
.material-img,
.main-sign-img {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

/* End Of JS */

/* Media */
@media (max-width: 768px) {
  .main-header {
    flex-direction: column;
    text-align: center;
  }

  .nav-links {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .main-img-wrapper {
    flex-direction: column;
  }

  .side-box {
    width: 90% !important;
  }

  .main-img {
    max-width: 95%;
    max-height: 250px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
  }

  .p-section {
    padding: 2rem 1rem;
    height: auto;
  }

  ul.horizontal-list {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .material-img,
  .main-sign-img,
  .bbb-image {
    max-width: 95%;
    height: auto;
  }

  h1.time {
    font-size: 1.2rem;
  }

  .logo {
    font-size: 1.3rem;
  }
}


/* Animations */
@keyframes pulse {
  0% { text-shadow: 0 0 5px var(--gold); }
  50% { text-shadow: 0 0 15px var(--gold); }
  100% { text-shadow: 0 0 5px var(--gold); }
}

@keyframes bump {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}