* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  /* background-image: url(https://i.pinimg.com/originals/ae/7c/d0/ae7cd05d9438e3a42f955718affa1c9b.gif);
  background-repeat: no-repeat;
  background-size: 200%;
  backdrop-filter: blur(50px); */
  overflow-x: hidden;

}


header {
  width: 100%;
  background-color: #3333333f;
  padding: 10px 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 50px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.logo img {
  position: relative;
  height: 90px; /* Navbar height */
  width: 90px; /* Width of the logo container */
  overflow: hidden; /* Hide the overflowing part of the logo */
  right: 1.5rem
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-links li {
  display: inline;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: rgb(106, 106, 228);
  /* background-color: #575757; */
  border-radius: 5px;
}


@keyframes move {
  100% {
      transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000000;
  overflow: hidden;
  z-index: -1;
}


#bg-vdo {
  
  position: fixed;
  height: fit-content;
  width: fit-content;
  filter: hue-rotate(80deg) brightness(70%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main {
  margin: 40px auto; /* Margin for spacing from top and bottom */
  padding: 20px;
}

.vision, .mission {
  /* background-color: #ffffff31;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;

}

.vision h1, .mission h1 {
  font-size: 40px;
  color: #dadada;
  margin-bottom: 10px;
}

/* .vision hr, .mission hr {
  width: 80%; 
  height: 3px;
  background-color: #333;
  border: none;
  margin: 10px auto; Center HR line
} */

.vision p, .mission p {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #cccccc;
  line-height: 1.6;
  margin-top: 10px;
}

.upper {
  position: relative;
  top: 5rem;
  display: flex; /* Add flexbox layout */
  flex-wrap: wrap; /* Allow elements to wrap to the next line */
  justify-content: space-between; /* Distribute elements evenly */
}

.vision, .mission {
  flex-basis: 60%; /* Set the width of each element */
  margin: 20px;
}


.upevts {
  margin-left: 36px;
  margin-top: 13rem;
  color: #dadada;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 4px;
}

.upevts hr {
  width: 75%;
  height: 1px;
  background-color:#dadada;;
}

.evts {
  width:35% ; /* Example width */
  height: 20%; /* Height to maintain 16:10 ratio (width / 16 * 10) */
  margin: auto;
  text-align: center;
  border: 2px solid #ddd; /* Optional: border around the box */
  /* padding: 10px; */
  box-sizing: border-box; /* Ensures padding is included in the width/height */
  position: relative;
  background-color: #f4f4f4; /* Optional: background color */
  margin-left: 0;
  border-radius: 12px;
}

.photo {
  filter: blur(5px);
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the area without distortion */
  border-radius: 8px; /* Optional: adds rounded corners */
}

.tag {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  color: #fff;
  margin: 8px;
  padding: 5px;
  font-size: 2vh;
  text-align: center;
  /* border-radius: 10px; */
}

.photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px ;
  padding: 5px;
  font-size: 2vh;
  text-align: center;
  /* border-radius: 10px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

footer {
  width: 100%;
  background-color: #25252585;
  color: #fff;
  /* padding: 20px; */
  text-align: center;
  font-family: 'Outfit'
}

.footer-container {
  width: 100%;
  margin: 0;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  backdrop-filter: blur(10px);
  padding-bottom: 20px;
}

.footer-links {
  padding-top: 18px;
  flex-basis: 30%;
}


.footer-links h2 {
  font-size: 130%;
}

.footer-social {
  flex-basis: 100%;
  margin-top: 40px;
}

.footer-social h2 {
  font-size: 130%;
}


.footer-copyright {
  flex-basis: 100%;
  text-align: center;
  margin-top: 30px;
}

.footer-links ul,
.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer-links li,
.footer-social li {
  margin-right: 20px;
  margin-top: 20px;
}

.footer-links a,
.footer-social a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover,
.footer-social a:hover {
  color: #ccc;
}

.fab {
  font-size: 24px;
  margin-right: 10px;
}

.footer-copyright p {
  font-size: 14px;
  margin-bottom: 0;
}

#preloader {
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  padding-top: 200px;

}
  @keyframes blinkCursor {
    50% {
      border-right-color: transparent;
    }
  }
  
  @keyframes typeAndDelete {
    0%,
    10% {
      width: 0;
    }
    45%,
    55% {
      width: 10em;
    } /* adjust width based on content */
    90%,
    100% {
      width: 0;
    }
  }
  
  .terminal-loader {
    border: 0.1em solid #333;
    background-color: #1a1a1a;
    color: rgb(255, 255, 255);
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    padding: 1.5em 1em;
    width: 12em;
    margin: 100px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .terminal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.5em;
    background-color: #333;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0 0.4em;
    box-sizing: border-box;
  }
  
  .terminal-controls {
    float: right;
  }
  
  .control {
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.4em;
    border-radius: 50%;
    background-color: #777;
  }
  
  .control.close {
    background-color: rgb(77, 77, 77);
  }
  
  .control.minimize {
    background-color: rgb(75, 75, 75);
  }
  
  .control.maximize {
    background-color: rgb(69, 69, 69);
  }
  
  .terminal-title {
    float: left;
    line-height: 1.5em;
    color: #eee;
  }
  
  .text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 0.2em solid rgb(255, 255, 255); /* Cursor */
    animation: typeAndDelete 4s steps(11) infinite,
      blinkCursor 0.2s step-end infinite alternate;
    margin-top: 1.5em;
  }
  
