* {
  margin: 0;
  padding: 0;
}
html {
  scroll-padding-top: 100px;
}
.header {
  background-color: black;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid white;
  box-shadow: 0px 1px 8px rgba(180, 179, 179, 0.657);
  z-index: 100;
}
.top {
  background-color: rgb(98, 114, 112);
  font-weight: 600;
  padding: 7px 0px;
}
.top p {
  font-size: 20px;
  color: black;
}
.bottom {
  background-color: black;
  color: white;
  padding: 20px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom a {
  color: white;
  font-size: 24px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}
.bottom a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: 0.3s ease;
}

.bottom a:hover::after {
  width: 100%;
}

.bottom a:hover {
  color: #78a5a0;
  transform: translateY(-2px) scale(1.05);
}
.top p {
  margin-left: 48%;
}
.hero-section {
  padding-top: 100px;
  height: 700px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .hero-section {
    height: 500px;
    padding-top: 80px;
  }
  .container {
    height: 70%;
    width: 50%;
  }
  .container p1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    height: 500px;
    padding-top: 70px;
  }
  .container {
    height: 70%;
    width: 30%;
  }
  .container p1 {
    font-size: 50px;
  }
}
.hero-section video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 95%;
  filter: brightness(50%);
}

/* .hero-section img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  z-index: -1000;
  position: absolute;
} */
.container {
  height: auto;
  width: 550px;
  z-index: 10;
  margin: 150px auto;
  padding: 10px;
  color: black;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: 0.3s ease;
  animation: container_coming 2s ease-out 0.3s 1 forwards;
}
@keyframes container_coming {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.container p1 {
  font-size: 65px;
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(213, 211, 211, 0.804);
}

.container p {
  font-size: 35px;
  text-align: left;
  color: white;
  font-weight: bold;
}

.container button {
  background-color: rgba(98, 114, 112, 0.92);
  border: none;
  border-radius: 15px;
  padding: 15px;
  margin: 8px 30px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  width: 180px;
  /* background: rgba(98, 114, 112, 0.909); */
  backdrop-filter: blur(5px) saturate(100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(135, 136, 148, 0.37);
}
.container button:hover {
  box-shadow: none;
  width: 170px;
  background-color: rgb(79, 92, 92);
  border: none;
}
.container a{
  color: white;
  text-decoration: none;
}
.heading {
  font-size: 60px;
  color: rgb(15, 15, 15);
  display: flex;
  justify-content: center;
  margin-top: 2%;
}

.event-container {
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}
.cards {
  height: 450px;
  width: 300px;
  border-radius: 20px;
  transition: 0.3s ease;
  margin: 0 auto;
}
.cards:hover {
  transform: scale(1.05);
  box-shadow: 4px 2px 8px rgb(126, 117, 117);
}
.card-top {
  height: 90%;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.card-bottom {
  height: 10%;
  background-color: black;
  border-radius: 20px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  padding-top: 10px;
}
.card-bottom p {
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
}
.card-top video {
  height: 100%;
  width: 100%;
  object-fit: fill;
  border-radius: 20px 20px 0 0;
}

/* explore button */
.explore {
  margin-top: 25px;
  display: flex;
}
.explore button {
  background-color: rgb(98, 114, 112);
  padding: 15px;
  border-radius: 10px;
  margin: 0 auto;
  color: white;
  font-weight: bold;
  width: 125px;
  border: none;
  font-size: 18px;
  transition: 0.3s ease;
}
.explore button:hover {
  transform: scale(1.05);
  color: white;
  background: linear-gradient(black), rgb(57, 84, 103);
  box-shadow: 2px 2px 8px rgb(126, 147, 144);
  width: 150px;
}
.explore button a {
  color: white;
  text-decoration: none;
}
.icon {
  font-size: 25px;
  line-height: 0;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: wheat;
  width: 80%;
  border-radius: 15px;
  margin: 25px auto;
  gap: 20px;
  flex-wrap: wrap;
}
.grid-container img {
  height: 100%;
  width: 100%;
  object-fit: fill;
  border-radius: 15px;
  transition: 0.3s ease;
  transform: rotate(15deg);
}
.grid-container img:hover {
  transform: scale(1.04);
  z-index: 10;
}
.headings {
  font-size: 50px;
  display: flex;
  justify-content: center;
  margin-top: 7%;
  margin: 0 auto;
  color: black;
}
.upcomingevents {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  left: 5%;
  border-radius: 20px;
}
.upcomingevents-left {
  width: 50%;
  border-radius: 10px;
  margin-left: 2%;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
/* .upcomingevents-left img {
  object-fit: cover;
  height: 180px;
  width: 100%;
  border-radius: 20px;
} */

.upcomingevents-right {
  width: 50%;
}
.timebox {
  border-radius: 10px;
  background-color: rgba(47, 48, 47, 0.575);
  height: 120px;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.boxtop {
  border-radius: 10px 10px 0 0;
  font-size: 28px;
  color: white;
  font-weight: bold;
}
.boxbottom {
  border-radius: 0 0 10px 10px;
  padding: 5px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}
.colon {
  font-size: 50px;
  font-weight: bold;
  color: white;
}

.footer {
  background-color: black;
  color: rgb(126, 147, 144);
  padding-top: 35px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footer-headings {
  color: white;
  font-size: 23px;
}
.footer a {
  color: rgb(126, 147, 144);
  text-decoration: none;
  font-size: 18px;
  display: flex;
  margin-top: 7%;
  text-align: center;
  transition: 0.3s ease;
}
.footer ul {
  list-style: none;
  text-align: center;
}
.newsletter-text {
  color: white;
  height: auto;
  width: auto;
  font-size: 23px;
}
.footer input {
  border-radius: 5px;
  padding: 5px;
  color: black;
  background-color: white;
  margin-top: 20px;
  width: 200px;
}
.footer button {
  padding: 5px;
  border-radius: 5px;
  background-color: rgb(69, 80, 78);
  color: white;
  border: none;
  transition: 0.3s ease;
}
.footer button:hover {
  background-color: rgb(76, 90, 87);
  padding: 7px;
}
.footer a:hover {
  transform: scale(1.02);
  color: white;
}
