/* Global Styles */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
}

@media (max-width: 768px) {
  .form-container {
    padding: 2rem;
    max-width: 90%;
  }

  h1 {
    font-size: 3rem;
  }

  label,
  input,
  select,
  button {
    font-size: 1.6rem;
  }

  footer {
    padding: 1rem;
    font-size: 1.4rem;
  }
}

html {
  font-size: 62.5%;
}

body {
  background: linear-gradient(#f7eadb);
  color: white;
}

h1 {
  font-size: 2.5rem;
}

li,
button,
label,
input,
a,
p {
  font-size: 2.5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 2.5rem;
}

h4,
h5 {
  font-size: 2rem;
}

ul {
  list-style: none;
}

.main-head {
  background-color: #f9f2ea;
  width: 100%;
  padding-left: 10%;
  margin: 0 0 0 auto;
}

nav {
  width: 100%;
  padding: 15px;
  background-color: #f9f2ea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 20px;
}

nav .logo {
  height: 50px;
  border-radius: 10px;
}

nav a {
  text-decoration: none;
  font-family: "Montserrat";
  width: 100%;
  padding: 15px;
  align-items: center;
  border-radius: 15px;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
}

nav a {
  color: #2c2c2c;
  width: 100%;
  padding: 15px;
  align-items: center;
  border-radius: 15px;
}

nav a:hover {
  background-color: #daac75;
  color: #1e1e2f;
}

/*Home Page*/

.intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  min-height: 100vh;
}

.intro-image {
  flex: 1;
  display: flex;
  justify-content: center;
  background-color: #00605f;
  border: 2rem black;
}

.intro-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border: 4px solid #362f2c;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.intro-image:hover {
  transform: scale(1.03);
}

.heading-text {
  font-family: "Merriweather", serif;
}

.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
  flex-wrap: wrap;
  transition: transform 0.2s;
  font-family: "Merriweather", serif;
}

.timer:hover {
  text-decoration: underline;
  text-decoration-color: #daac75;
  text-decoration-thickness: 2px;
}

.countdown h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #403B33;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  text-align: justify;
}

.intro h2 {
  font-size: 4.6rem;
  background: linear-gradient(90deg, #8C6B42, #7e5c33, #643e0f);
  background-size: 300% auto;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
  animation: pulseGradient 5s ease infinite;
  text-decoration-color: #ffffff;
  line-height: 8rem;
}

.highlight-text1 {
  position: relative;
  display: inline-block;
  color: #997a54;
  font-weight: 1000;
  font-size: 2.2rem;
}

.date {
  font-weight: bold;
  background: linear-gradient(90deg, #8C6B42, #7e5c33, #643e0f);
  background-size: 300% auto;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
  animation: pulseGradient 5s ease infinite;
  text-decoration-color: #ffffff;
  line-height: 8rem;
  text-decoration: underline;
  text-decoration-color: #352e2b;
  text-decoration-thickness: 2px;
}

.flagship-text {
  padding: 4rem;
  border-radius: 2rem;
  width: 100rem;
  margin: 5rem auto;
  backdrop-filter: blur(20px);
  line-height: 5rem;
  -webkit-text-fill-color: #EBE5E4;
  text-align: justify;
  text-wrap-mode: wrap;
  font-style: italic;
  font-size: 2rem;
  max-width: 80rem;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.flagship-text h3 {
  font-size: 2.7rem;
  text-wrap: wrap;
  text-align: center;
  padding-bottom: 2rem;
}

.flagship-text li {
  font-size: 2rem;
  text-wrap: wrap;
  margin-left: 30px;
}

.flagship-text a {
  font-size: 2rem;
  -webkit-text-fill-color: #b5803f;
  text-decoration-color: #362312;
}

.speech-text {
  padding: 4rem;
  border-radius: 2rem;
  width: 100rem;
  text-wrap: wrap;
  margin: 5rem auto;
  backdrop-filter: blur(20px);
  line-height: 5rem;
  -webkit-text-fill-color: #EBE5E4;
  text-align: justify;
  font-style: italic;
  font-size: 1rem;
  max-width: 80rem;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.brochurelink {
  background: linear-gradient(135deg, #8C6B42, #68533d);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 4rem auto;
  display: block;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.2s ease;
  text-align: center;
}

.brochurelink a {
  color: white;
}

#map {
  height: 500px;
  width: 100%;
  border-radius: 10px;
  margin: 40px auto;
}

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

.intro h1 {
  background: linear-gradient(90deg, #362312, #4b3a26, #402f1d);
  background-size: 300% 300%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: pulseGradient 5s ease infinite;
  font-size: 9rem;
}

@keyframes pulseGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.text {
  margin-top: 35px;
  font-family: "Cormorant Garamond", serif;
  text-wrap: wrap;
}

.intro p {
  font-size: 2.7rem;
  color: #403B33;
  line-height: 2;
  padding-right: 25px;
  text-align: left;
  text-wrap: wrap;
}

.intro-social {
  margin-top: 4rem;
}

.intro-social a {
  margin-right: 5rem;
}

.active {
  background-color: #e6bb88;
  color: #1e1e2f;
  border-radius: 2rem;
}

.intro-text,
.intro-images {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60rem;
  flex: 1 1 60rem;
}

body {
  background-color: #130f2a;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.dropdown-container {
  width: 100%;
  text-align: center;
  margin-bottom: 10rem;
}

.dropdown-toggle {
  background: linear-gradient(135deg, #8C6B42, #68533d);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 4rem auto;
  display: block;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.2s ease;
  text-align: center;
}

.dropdown-toggle a {
  color: white;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 4rem auto;
  text-align: center;
}

.dropdown-toggle:hover {
  background: linear-gradient(135deg, #a8804e, #86694a);
  transform: scale(1.03);
}

.dropdown-content {
  margin: 0.5rem auto 1.5rem;
  padding: 1rem;
  width: 60%;
  border-radius: 8px;
  display: none;
  animation: fadeIn 0.3s ease-in-out forwards;
  background-color: #00605f;
}

.dropdown-content.show {
  display: block;
}

.dropdown-toggle .arrow {
  margin-left: 20px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.dropdown-toggle.active .arrow {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Event Page*/

.event-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-radius: 15px;
  overflow: hidden;
  background-color: #00000000;
}

.event-table th,
td {
  padding: 25px;
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.event-table th {
  background-color: #cc9966;
  color: #1e1e2f;
  font-weight: bold;
  text-transform: uppercase;
}

.event-table tr:nth-child(even) {
  background-color: #3c2f2f;
}

.event-table tr:nth-child(odd) {
  background-color: #4b3930;
}

.event-table tr:hover {
  background-color: #daac75;
  -webkit-text-fill-color: #211d19;
  transition: background-color 0.1s ease-in-out;
}

.event-table td {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.event-table table {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.event-tab {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  flex: auto;
  flex-direction: row;
}

.table-button {
  display: inline-block;
  width: 200px;
  padding: 15px 20px;
  margin: 15px;
  font-size: 1.4rem;
  font-family: "Montserrat";
  font-weight: 800;
  color: #ffffff;
  background-color: #352e2b;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 2rem;
  font-weight: bold;
}

.table-button:hover {
  background-color: #daac75;
  color: #1e1e2f;
}

.table-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

/*Form Page*/

.form-container {
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 2rem;
  border-radius: 2rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  width: 80rem;
  height: 100rem;
  margin: 5rem auto;
  padding-bottom: 7rem;
  backdrop-filter: blur(10px);
}

.form-container-google {
  padding-left: 0px;
}

/*Footer*/

footer {
  background-color: #f9f2ea;
  padding: 1.5rem 0;
  border-top: 2px solid #2e1a2b;
}

.footer-content {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 32rem;
  flex-wrap: wrap;
  padding-left: 10rem;
}

footer h4 {
  margin: 0;
  font-size: 2rem;
  color: #2e211a;
}

footer ul {
  align-items: right;
  display: flex;
  gap: 15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li a img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 0 4px #daac75);
}

footer ul li a img:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 0 4px #ff8c00);
}


.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 0.5rem;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease;
}


nav ul {
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {

  .intro {
    flex-direction: column;
    padding: 2rem;
    text-align: center;
  }

  .intro h1 {
    font-size: 4.5rem;
  }

  .intro h2 {
    font-size: 2.8rem;
  }

  .intro p {
    font-size: 1.8rem;
  }

  .flagship-text, .speech-text {
    font-size: 1.6rem;
  }
    .footer-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  footer ul {
    gap: 1.5rem;
    align-items: flex-start;
  }

    .event-table {
    overflow-x: auto;
    display: block;
  }

      .speech-text {
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }

      .flagship-text {
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1920px) {
  .flagship-text, .speech-text {
    font-size: 1.6rem;
  }
    .footer-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  footer ul {
    gap: 1.5rem;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .burger {
    display: flex;
  }

  .highlight-text1 {
  position: relative;
  display: inline-block;
  color: #997a54;
  font-weight: 1000;
  font-size: 1.8rem;
}


  nav ul {
    display: none;
    width: 100%;
    background-color: #f8e9db;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1000;
    padding: 1rem;
  }

  nav ul.active {
    display: flex;
  }

  nav a {
    font-size: 1.8rem;
    padding: 1rem;
  }

  .intro h1 {
    font-size: 3.5rem;
  }

  .intro h2 {
    font-size: 2.4rem;
  }

  .intro p, .flagship-text, .speech-text {
    font-size: 2rem;
    line-height: 3rem;
  }

    .speech-text {
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }

      .flagship-text {
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }

  .event-table {
    overflow-x: auto;
    display: block;
  }

  .footer-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  footer ul {
    gap: 1.5rem;
    align-items: flex-start;
  }
}
/*# sourceMappingURL=style.css.map */