<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul.schedule {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin: auto;
  /* min-height: 100vh; */
}

/* Timeline Line */
ul.schedule::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* Timeline Items */
ul.schedule li {
  grid-column: 2;
  margin-inline: 1.5rem;
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* Timeline Date */
ul.schedule li .date {
  height: 3rem;
  margin-inline: -1.5rem;
  text-align: center;
  background-color: var(--accent-color);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1.5rem 0 0 1.5rem;
}

/* Date Arrow */
ul.schedule li .date::before {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1;
  background: var(--accent-color);
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* Circle Connector */
ul.schedule li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  transform: translate(50%, -50%);
}

/* Title &amp; Description */
ul.schedule li .title,
ul.schedule li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}

ul.schedule li .title {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-weight: 500;
}

ul.schedule li .descr {
  padding-bottom: 1.5rem;
  font-weight: 300;
}

/* Shadow Effects */
ul.schedule li .title::before,
ul.schedule li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

ul.schedule li .title::before {
  bottom: calc(100% + 0.125rem);
}

ul.schedule li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  ul.schedule {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  ul.schedule::before {
    grid-column: 2;
  }
  ul.schedule li:nth-child(odd) {
    grid-column: 1;
  }
  ul.schedule li:nth-child(even) {
    grid-column: 3;
  }
  ul.schedule li:nth-child(2) {
    grid-row: 2/4;
  }
  ul.schedule li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }
  ul.schedule li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  ul.schedule li:nth-child(odd) .date {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}

.credits {
  margin-top: 1rem;
  text-align: right;
}

.credits a {
  color: var(--color);
}


/* Font colour changes */
.title{
    font-size: large;
    /* box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.2); */
}
.title h2{
  font-size: 20px;
}
.location{
    margin-left: 20px;
    margin-top: 10px;
}

/* More Button */
.button {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.more-btn {
    display: inline-block;
    padding: 8px 10px;
    background-color: #009999;
    color: #F3E4AC;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.more-btn:hover {
    background-color: #009999;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
    color: #F3E4AC;
}
.location a{
  color: #009999;
  text-decoration: none;
  font-weight: 500;
}

.location a:hover{
  color: #F3E4AC;
  text-decoration: underline;
}
.blinkarea {
  animation: blink 1s infinite;
  color: #e48d8e;
  margin-left: 30px;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}


.newletter{
  margin-top: 20px;
  text-align: center;
}
.newletter span{
  font-size: 40px;
  color: #009999;
  font-weight: 600;
  -webkit-text-fill-color: transparent; /* Makes the fill transparent */
  -webkit-text-stroke-width: 1.5px; /* Stroke thickness */
  -webkit-text-stroke-color: wheat; /* Stroke color */
  text-shadow: 0 0 5px rgba(0, 153, 153, 0.5), 0 0 10px rgba(0, 153, 153, 0.3);
}

/*              
  Marquee style
*/
/* Button Box Styling */
.button-box {
  text-align: center;
  margin-top: 20px;
}

/* Marquee Styling */
.marquee-text {
  color: #F7B919;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  margin: 10px auto;
  /* width: 100%; */
}
.marqueetheme {
  color: #FFFF77;
  font-family: "Ubuntu", sans-serif;
  }
  </pre></body></html>