@import url('https://fonts.googleapis.com/css?family=Poppins:500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: white;
}

html, body {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

/* Header styles */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5em 5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
}
#header .logo {
    color: #00fff7;
    font-weight: 800;
    font-size: 2.5em;
    text-decoration: none;
}
#header ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#header ul li {
    list-style: none;
    margin: 0 10px;
}
#header ul li a {
    text-decoration: none;
    padding: 6px 15px;
    /*color: #003549;*/
    color:#c0c0c0;
    border-radius: 20px;
}
#header ul li a:hover,
#header ul li a.active {
    background: #02a9f7;
    color: white;
}

/* Parallax and Section */
section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #085a7a, transparent);
    z-index: 10;
}
section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
section #text, section #text2 {
    position: absolute;
    color: #ffd700;
    font-size: 4.1vw;
    text-align: center;
    line-height: 0.7em;
    font-family: 'Rancho', cursive;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    text-shadow: 0 2px 8px #0006;
}
section #text span, section #text2 span {
    font-size: 0.2em;
    letter-spacing: 2px;
    font-weight: 400;
    color: ghostwhite;
}
#explore, #explore2 {
    text-decoration: none;
    padding: 10px 30px;
    background: white;
    color: #003549;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    box-shadow: 0 3px 12px #0002;
    transition: background 0.2s, color 0.2s;
}
#explore:hover, #explore2:hover {
    background: #02a9f7;
    color: white;
}

/* Glass Panel */
.glass {
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
    border-top: 1px solid rgba(255,255,255,0.2);
    border-Left: 1px solid rgba(255,255,255,0.2);
    border-radius: 15px;
    box-shadow: 12px 18px 40px rgba(0,0,0,0.35);
    backdrop-filter: blur(4px);
    padding: 1em 2vw;
    margin-bottom: 2vh;
}

/* Section content */
.sec {
    position: relative;
    padding: 5% 10vw 10% 10vw;
    background: #085a7a;
    z-index: 50;
    overflow: hidden;
}
.sec h2 {
    font-size: 2.3em;
    color: #ffd700;
    text-align: center;
    margin-bottom: 2vh;
}
.sec h3 {
    font-size: 1.45em;
    margin: 1.2em 0 0.6em 0;
    color: #ffe6a4;
}
.sec p {
    color: #fff9;
}

/* Event Slide-Down List and Panel (details only if not in HTML inline style) */
.event-list {
    list-style: none;
    padding: 0;
}
.event-item {
    position: relative;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 1em;
    margin-bottom: 1.5em;
}
.event-title {
    font-weight: 600;
    font-size: 1.22em;
    color: #ffd700;
    cursor: pointer;
}
/* Details animation covered inline in index.html, but may be duplicated here if you prefer */

.event-btn {
    margin-top: 0.8em;
    padding: 7px 17px;
    background: #ffd700;
    color: #003549;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}
.event-btn:hover {
    background: #003549;
    color: #ffd700;
}

/* Back to top button */
#top {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #4faa2e;
    bottom: 10%;
    right: 5%;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    z-index: 100;
}
.hero-techwest {
  position: relative;
  height: 85vh;
  min-height: 420px;
  width: 100vw;
  overflow: hidden;
  background: #060e22;
}
.hero-techwest img {
  position: absolute;
  left: 0;
  width: 100vw;
  object-fit: cover;
  pointer-events: none;
}
.hero-sky       { z-index: 1; top: 0; height: 100%; }
.star-field     { position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; z-index: 4; pointer-events: none; }
.hero-moon {
  position: absolute;
  top: 14%; left: 74%;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #fef8c0, #f9d71c 75%);
  box-shadow: 0 0 40px 20px #f9d71c66, 0 0 60px 40px #f9d71c33;
  filter: drop-shadow(0 0 30px #f9d71c88);
  z-index: 5;
  opacity: 0.84;
  transition: box-shadow 0.5s, filter 0.5s;
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero-mountains { z-index: 2; bottom: 7.5%; height: 60%; transition: transform 0.17s; }
.hero-forest    { z-index: 3; bottom: 0; height: 36%; transition: transform 0.19s; }

.star {
  position: absolute;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 10px 2px #e6e2cc80;
  opacity: 0.72;
  transition: opacity 0.9s;
}

.hero-overlay-text {
  position: absolute;
  top: 20%;
  width: 100vw;
  z-index: 8;
  text-align: center;
  color: #ffd24d;
  font-weight: 800;
  text-shadow: 0 8px 32px #060e2270, 0 1px 7px #0007;
}
.hero-overlay-text h1 { font-size: 3em; margin-bottom: .14em; letter-spacing: 1.5px; }
.hero-overlay-text p  { font-size: 1.18em; color: #fff; }

.home-btn {
  background: linear-gradient(90deg,#ffd24d,#f87a00 95%);
  color: #0a0a23;
  border-radius: 33px;
  font-size: 1.13em;
  font-weight: bold;
  margin-top: 36px;
  padding: 15px 38px;
  border: none;
  outline: none;
  box-shadow: 0 3px 22px #00154e44, 0 2px 10px #0008;
  cursor: pointer;
  transition: background 0.22s, color 0.13s, transform 0.13s;
}
.home-btn:hover {
  background: linear-gradient(90deg,#fffbb2,#ffbf69 85%);
  color: #0d0a41; transform: scale(1.10);
}


/* Responsive design for mobile screens */
@media screen and (max-width: 900px) {
    #header { padding: 1em 2em; flex-direction: column; }
    .sec { padding: 8% 2vw 16% 2vw; }
    section #text, section #text2 { font-size: 10vw; }
}
@media screen and (max-width: 650px) {
    #header { padding: 1em 2em; }
    .sec { padding: 12vw 2vw 18vw 2vw; }
    section { height: 80vh; }
}