* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Satoshi', sans-serif;
  --primary-color: #0061AC;
  scroll-behavior: smooth;
  animation: fadeIn 0.5s ease;
}

h1,
h2 {
  color: #fff !important;
  text-shadow: 7px 5px 0 var(--primary-color), -2px -2px 0 #0061AC, 2px -2px 0 #0061AC, -2px 2px 0 #0061AC, 2px 2px 0 #0061AC;
  filter: drop-shadow(0 0 0 var(--primary-color));
}

h3 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: -2px -2px 0 #0061AC, 2px -2px 0 #0061AC, -2px 2px 0 #0061AC, 2px 2px 0 #0061AC;
  filter: drop-shadow(0 0 0 var(--primary-color));
}

button {
  font-family: 'Satoshi', sans-serif;
}

body {
  background-color: #F9F9FE;
  color: #000;
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
  background: #00508C;
}

.main-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.background-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 50vh;
  border-radius: 50%;
  background: linear-gradient(90deg, #0061AC 0%, #00A8C5 100%);
  filter: blur(250px);
  z-index: -10;
  border: none;
}

.coming-soon {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}

navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 17px 24px;
  border-radius: 13.333px;
  background: rgba(255, 255, 255, 0.30);
  box-shadow: 0px 0.889px 6.222px 0px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(14px);
  position: fixed;
  top: 20px;
  z-index: 1000;
}

navbar .left-navbar,
navbar .right-navbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}

navbar .right-navbar {
  justify-content: flex-end;
}

navbar .center-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

navbar .center-navbar img {
  width: 50px;
  height: 50px;
}

navbar .left-navbar a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

navbar .right-navbar a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 15px;
  border-radius: 8.8px;
  background: var(--primary-color);
  color: #FFF;
  font-weight: 700;
}

.hero-section {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 100px 0;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.hero-tagline {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color);
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
}

h1 {
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.hero-descriptors {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  width: 100%;
}

.hero-divider {
  margin: 0 15px;
  background: var(--primary-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.hero-buttons a {
  text-decoration: none;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 8.8px;
  background: var(--primary-color);
  color: #FFF;
  font-weight: 600;
}

.brochure-download {
  background: transparent !important;
  border: 2px solid var(--primary-color);
  color: #000 !important;
  padding: 15px 30px;
  border-radius: 8.8px;
  font-weight: 600;
  text-decoration: none;
}

.why-attend {
  text-align: center;
  padding: 80px 0px;
  width: 80%;
}

.why-attend h2 {
  font-size: 3rem;
  margin-bottom: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.why-attend-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.why-attend-card {
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  width: 350px;
  height: 450px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  color: #FFF;
}

.why-attend-card.one {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .9) 100%), url('/static/assets/why-attend-1.jpg') no-repeat center center;
  background-size: cover;
  background-position: center;
}

.why-attend-card.two {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .7) 60%, rgba(0, 0, 0, 1) 100%), url('/static/assets/why-attend-2.jpg') no-repeat center center;
  background-size: cover;
  background-position: center;
}

.why-attend-card.three {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .9) 100%), url('/static/assets/why-attend-3.jpeg') no-repeat center center;
  background-size: cover;
  background-position: center;
}

.why-attend-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  width: 80%;
  animation: fadeIn 0.5s ease;
  font-weight: 900;
  text-shadow: none;
}

.why-attend-card h3 span {
  color: var(--primary-color);
}

.why-attend-card-popup-card {
  display: none;
  animation: fadeIn 0.5s ease;
  overflow: hidden;
}

.why-attend-card.one:hover .why-attend-card-popup-card,
.why-attend-card.two:hover .why-attend-card-popup-card,
.why-attend-card.three:hover .why-attend-card-popup-card {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #003D6B 0%, #004F73 100%);
  opacity: 0.8;
  z-index: 100;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.why-attend-card.one:hover h3,
.why-attend-card.two:hover h3,
.why-attend-card.three:hover h3 {
  display: none;
}

.why-attend-card:hover .why-attend-card-popup-card h3 {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFF;
}

.why-attend-card:hover .why-attend-card-popup-card p {
  display: block;
  font-size: 1rem;
  color: #FFF;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.8;
  }
}

.why-attend-card p {
  font-size: 1rem;
}

.event-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  width: 80%;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 80px;
  height: 90vh;
  overflow: hidden;
  margin-top: 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.left-event-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 45%;
  height: auto;
  /* Full height for left column */
  overflow-y: auto;
  /* Enable vertical scrolling */
}

.left-event-details h2 {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
}

.left-event-details p {
  font-size: 1rem;
  font-weight: 500;
  width: 80%;
}

.right-event-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  width: 55%;
  /* Adjust width as needed */
  height: 100%;
  /* Full height for right column */
  overflow-y: auto;
  /* Allow vertical scrolling */
}

.right-event-details::-webkit-scrollbar {
  display: none;
  /* Hide the scrollbar for the right column */
}

.event-details-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  scroll-margin-top: 100px;
  scroll-snap-align: start;
}

.event-details-card h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #000;
  width: 100%;
  text-shadow: none;
  text-transform: uppercase;
}

.event-details-card p {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  width: 100%;
}

.event-details-card p a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
  display: block;
  margin-top: 20px;
  padding: 10px;
  border-radius: 8.8px;
  border: 1px solid var(--primary-color);
  background: #FFF;
  width: max-content;
}

.event-details-card-code {
  width: 100% !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: var(--primary-color);
}

.event-details-card-divider {
  width: 80%;
  height: 1px;
  background: var(--primary-color);
}

.apply-now {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 0;
  width: 100%;
  margin-top: 50px;
}

.apply-now h2 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.apply-now-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
}

.problem-statement-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  cursor: pointer;
}

.apply-now-webweave,
.apply-now-applabs,
.apply-now-playcraft {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  width: 350px;
  height: 450px;
}

.apply-now-webweave {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, 1) 100%), url('/static/assets/webweave-winner.jpeg') no-repeat center center;
  background-size: cover;
  background-position: center;
}

.apply-now-applabs {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, 1) 100%), url('/static/assets/applabs-winner.jpeg') no-repeat center center;
  background-size: cover;
  background-position: center;
}

.apply-now-playcraft {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, 1) 100%), url('/static/assets/playcraft-winner.jpeg') no-repeat center center;
  background-size: cover;
  background-position: center;
}

.apply-now-webweave h3,
.apply-now-applabs h3,
.apply-now-playcraft h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #FFF;
  margin-bottom: 10px;
  text-transform: uppercse;
}

.apply-now-webweave p,
.apply-now-applabs p,
.apply-now-playcraft p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}

.apply-now-webweave p:last-child,
.apply-now-applabs p:last-child,
.apply-now-playcraft p:last-child {
  margin-top: 5px;
}

.problem-statement-card-webweave,
.problem-statement-card-applabs,
.problem-statement-card-playcraft {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  width: 350px;
  height: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.problem-statement-card-webweave h3,
.problem-statement-card-applabs h3,
.problem-statement-card-playcraft h3 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #FFF !important;
}

.problem-statement-card-webweave p,
.problem-statement-card-applabs p,
.problem-statement-card-playcraft p {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.problem-statement-card-webweave,
.problem-statement-card-applabs,
.problem-statement-card-playcraft {
  position: relative;
  /* Allows the pseudo-element to be positioned relative to the container */
}

.download-button {
  text-decoration: none;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 8.8px;
  background: var(--primary-color);
  color: #FFF;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  border: none;
  cursor: pointer;
}

.apply-now-webweave .register-now,
.apply-now-applabs .register-now,
.apply-now-playcraft .register-now {
  text-decoration: none;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 8.8px;
  background: var(--primary-color);
  color: #FFF;
  font-weight: 600;
}

.apply-now-webweave .register-now:hover,
.apply-now-applabs .register-now:hover,
.apply-now-playcraft .register-now:hover {
  background: #00508C;
}

.rules {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 20px;
  width: 80%;
  margin-top: 50px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8.8px;
  background: var(--primary-color);
}

.rules h3 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  color: #FFF;
  margin-bottom: 0px;
}

.rules-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rules-content p {
  font-size: 1rem;
  font-weight: 500;
  color: #FFF;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.rules-download {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}

.rules-download a {
  text-decoration: none;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 8.8px;
  background: #FFF;
  color: var(--primary-color);
  font-weight: 600;
}

.partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 0;
  width: 100%;
  margin-top: 50px;
}

.partners-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.partners-heading h2 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.partners-heading h3 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #000 !important;
  text-shadow: none !important;
}

.partners-logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
  border-radius: 8px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 20px;
}

.partner-logo {
  width: 100%;
  max-width: 150px;
}

.partner-logo-text {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
}

.faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 0;
  width: 100%;
  margin-top: 50px;
}

.faq h2 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.faq-questions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
}

.faq-question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.faq-question:last-child {
  border-bottom: none;
}

.faq-question h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0px;
  color: #000 !important;
  text-shadow: none !important;
  text-transform: capitalize !important;
}

.faq-question p {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  display: none;
}

/* Show the answer with animation */
.faq-question p.show {
  display: block;
  /* Change to block when shown */
  opacity: 1;
  /* Fade in */
  animation: slideDown 1s ease forwards;
  /* Apply animation */
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

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

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  width: 100%;
  background: #000;
  color: #FFF;
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  width: 80%;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 30%;
}

.footer-left img {
  width: 80px;
  height: 80px;
}

.footer-left p {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.footer-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 30%;
}

.footer-center h3 {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-shadow: none;
  color: #FFF;
}

.footer-center a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #FFF;
}

.footer-center a.register-now {
  background: #FFF;
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 8.8px;
}

.footer-center a.brochure-download {
  background: var(--primary-color);
  color: #FFF;
  padding: 10px 20px;
  border-radius: 8.8px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 30%;
}

.footer-right h3 {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-shadow: none;
  color: #FFF;
}

.footer-right p {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
}

.footer-right p a {
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-top: 20px;
  background: #000;
  color: #FFF;
}

.footer-bottom p {
  font-size: 1rem;
  font-weight: 500;
}

.team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 0;
  width: 100%;
  margin-top: 50px;
}

.team h2 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.team-members-faculty {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
}

.team-member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  width: 100%;
}

.team-member-image {
  width: 200px;
  height: 200px;
  border-radius: 8.8px;
  margin-bottom: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  filter: grayscale(100%);
  size: cover;
}

.team-member h3 {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-shadow: none;
  margin-bottom: 0px;
}

.team-member p {
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.team-members-students {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
  margin-top: 50px;
}

.the-process {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 0 0 0;
  width: 100%;
}

.the-process h2 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.the-process-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 50px;
  width: 80%;
  border-radius: 8.8px;
}

.the-process-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.the-process-card-image-container {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.the-process-card-image {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.the-process-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.the-process-card h3 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-shadow: none;
}

.the-process-card p {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
}

.problem-statement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 0 100px 0;
  width: 80%;
}

.problem-statement h2 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}

.timer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.timer-container p {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-shadow: none;
  text-align: center;
  margin-top: 20px;
  width: 80%;
}

.timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.timer-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.timer-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.timer-item h3 {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-shadow: none;
}

.timer-item h3:first-child {
  font-size: 2.5rem !important;
}

.problem-statement-download-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  cursor: pointer;
}

.problem-statement-download-buttons button {
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 8.8px;
  background: var(--primary-color);
  color: #FFF;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

.judges {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 0;
  width: 100%;
}

.judges h2 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.judges-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
  flex-wrap: wrap;
}

.judges-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  width: 300px;
  height: 450px;
  cursor: pointer;
  position: relative;
  animation: fadeIn 0.5s ease;
}

.judges-card img {
  width: 100%;
  border-radius: 8.8px;
  object-fit: cover;
}

.judges-card h3 {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-shadow: none;
  text-align: center;
  margin-top: 10px;
}

.judges-card p {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
}

.judges-card button {
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 8.8px;
  background: var(--primary-color);
  color: #FFF;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
}

.judges-card button:hover {
  background: #00508C;
}

@media screen and (max-width: 1024px) {
  .background-gradient {
    width: 50vw;
    height: 50vh;
  }

  navbar {
    width: 80%;
    padding: 10px 20px;
  }

  navbar .left-navbar {
    display: none;
  }

  navbar .center-navbar {
    position: relative !important;
    left: 0 !important;
    transform: none !important;
  }

  navbar .center-navbar img {
    width: 40px;
    height: 40px;
  }

  navbar .right-navbar a {
    padding: 10px;
    font-size: 0.8rem;
  }

  .main-container {
    padding: 0 10px;
  }

  h1 {
    font-size: 2.5rem;
  }

  .hero-tagline {
    font-size: 1.2rem;
  }

  .hero-descriptors {
    font-size: 0.6rem;
  }

  .hero-divider {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }

  .hero-buttons {
    gap: 10px;
    flex-direction: column;
  }

  .hero-buttons a {
    font-size: 0.9rem;
    text-align: center;
  }

  .why-attend {
    padding: 50px 20px;
    width: 100%;
  }

  .why-attend-cards {
    flex-direction: column;
    gap: 30px;
  }

  .why-attend-card {
    width: 90%;
  }

  .why-attend-card.one,
  .why-attend-card.two,
  .why-attend-card.three {
    height: 300px;
  }

  .why-attend-card h3 {
    font-size: 1.2rem;
  }

  .why-attend-card p {
    font-size: 0.9rem;
  }

  .why-attend-card-popup-card h3 {
    font-size: 1rem;
  }

  .why-attend-card-popup-card p {
    display: none !important;
  }

  .why-attend h2 {
    font-size: 2rem;
  }

  .why-attend-card-popup-card {
    padding: 10px;
  }

  .event-details {
    padding: 20px;
    flex-direction: column;
    height: max-content;
    width: 100%;
    text-align: center;
  }

  .left-event-details {
    width: 100%;
    height: max-content;
    padding: 20px;
  }

  .left-event-details h2 {
    font-size: 2rem;
  }

  .left-event-details p {
    font-size: 0.8rem;
    width: 100%;
    text-align: left;
  }

  .right-event-details {
    width: 100%;
    padding: 20px;
  }

  .event-details-card h3 {
    font-size: 1.2rem;
    text-align: left;
  }

  .event-details-card p {
    font-size: 0.8rem;
    text-align: left;
  }

  .event-details-card p a {
    font-size: 0.9rem;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
  }

  .event-details-card-code {
    font-size: 0.8rem !important;
  }

  .event-details-card-divider {
    width: 100%;
  }

  .apply-now {
    padding: 50px 20px;
    text-align: center;
  }

  .apply-now h2 {
    font-size: 2rem;
  }

  .apply-now-buttons {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .apply-now-webweave,
  .apply-now-applabs,
  .apply-now-playcraft {
    height: 300px;
    width: 90%;
  }

  .apply-now-webweave h3,
  .apply-now-applabs h3,
  .apply-now-playcraft h3 {
    font-size: 1.2rem;
  }

  .apply-now-webweave p,
  .apply-now-applabs p,
  .apply-now-playcraft p {
    font-size: 0.8rem;
  }

  .apply-now-webweave .register-now,
  .apply-now-applabs .register-now,
  .apply-now-playcraft .register-now {
    font-size: 0.9rem;
    padding: 10px 20px;
  }

  .rules {
    padding: 20px;
  }

  .rules h3 {
    font-size: 1.5rem;
  }

  .rules-content p {
    font-size: 0.8rem;
  }

  .rules-download a {
    font-size: 0.8rem;
    padding: 15px 20px;
  }

  .partners {
    padding: 50px 20px;
  }

  .partners-heading h2 {
    font-size: 2rem;
  }

  .partners-heading h3 {
    font-size: 1.2rem;
  }

  .partners-logos {
    width: 90%;
  }

  .partner-logo-text {
    font-size: 0.8rem;
  }

  .faq {
    padding: 50px 20px;
  }

  .faq h2 {
    font-size: 2rem;
    text-align: center;
  }

  .faq-questions {
    width: 90%;
  }

  .faq-question h3 {
    font-size: 1rem;
  }

  .faq-question p {
    font-size: 0.8rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .footer-left {
    width: 100%;
  }

  .footer-center {
    width: 100%;
    text-align: center;
  }

  .footer-right {
    width: 100%;
  }

  .footer-center h3 {
    font-size: 1rem;
  }

  .footer-center a {
    font-size: 0.8rem;
  }

  .footer-center a.register-now {
    padding: 10px 15px;
  }

  .footer-center a.brochure-download {
    padding: 10px 15px;
  }

  .footer-right h3 {
    font-size: 1rem;
  }

  .footer-right p {
    font-size: 0.8rem;
  }

  .footer-bottom p {
    font-size: 0.8rem;
  }

  .team h2 {
    font-size: 2rem;
  }

  .team-members-faculty {
    flex-direction: column;
    gap: 20px;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
  }

  .team-member h3 {
    font-size: 1rem;
  }

  .team-member p {
    font-size: 0.8rem;
  }

  .team-members-students {
    flex-direction: column;
    gap: 20px;
  }

  .team-members-students .team-member {
    width: 90%;
  }

  .team-members-students .team-member h3 {
    font-size: 1rem;
  }

  .team-members-students .team-member p {
    font-size: 0.8rem;
  }

  .team-members-students .team-member-image {
    width: 150px;
    height: 150px;
  }

  .the-process {
    padding: 50px 20px;
    width: 100%;
  }

  .the-process h2 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }

  .the-process-cards {
    padding: 20px;
    flex-direction: column;
    width: 100%;
  }

  .the-process-card {
    flex-direction: column;
    gap: 30px;
  }

  .the-process-card-image-container {
    width: 100%;
  }

  .the-process-card-image {
    width: 50%;
    height: 50%;
  }

  .the-process-card-content {
    gap: 10px;
  }

  .the-process-card h3 {
    font-size: 1.2rem;
  }

  .the-process-card p {
    font-size: 0.8rem;
  }

  .problem-statement {
    padding: 50px 20px;
    width: 100%;
  }

  .problem-statement h2 {
    font-size: 2rem;
  }

  .timer-container p {
    font-size: 0.8rem;
    width: 100%;
  }

  .timer-content {
    gap: 20px;
  }

  .timer-item h3 {
    font-size: 1rem;
  }

  .timer-item h3:first-child {
    font-size: 2rem !important;
  }

  .timer-item h3:last-child {
    font-size: 0.8rem;
  }

  .timer-item p {
    font-size: 0.8rem;
  }

  .timer-item p:last-child {
    font-size: 0.8rem;
  }

  .problem-statement-cards {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .problem-statement-card-webweave,
  .problem-statement-card-applabs,
  .problem-statement-card-playcraft {
    width: 100%;
  }

  .problem-statement-download-buttons button {
    font-size: 0.8rem;
    padding: 10px;
  }

  .judges {
    padding: 50px 20px;
  }

  .judges h2 {
    font-size: 2rem;
    text-align: center;
  }

  .judges-cards {
    flex-direction: column;
    gap: 20px;
  }

  .judges-card {
    width: 90%;
    height: 350px;
  }

  .judges-card h3 {
    font-size: 1rem;
  }

  .judges-card p {
    font-size: 0.8rem;
  }

  .judges-card button {
    font-size: 0.8rem;
    padding: 10px 20px;
  }

  .judges-card img {
    width: 100%;
    height: 200px;
  }

  .judges-card button {
    font-size: 0.8rem;
    padding: 10px 20px;
  }
}