* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  /* overflow: hidden; */
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
  outline: none;
}
body {
  width: 100%;
  height: auto;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;

  /* background-color: #b5eaff; */
  /* background-color: rgb(255, 255, 255); */

  /* box-shadow: 2px 2px 10px black; */
  background-color: #fff;
}
.navbar-1 {
  width: 100%;
  padding: 0 20% 0 10%;
  /* border: 2px solid red; */
  display: flex;
  /* gap: 30%; */
  justify-content: space-evenly;
}

.logo {
  position: relative;
  width: 100px;
  height: 100px;
  background-image: url(logo-removebg-preview.png);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.navbar-1 ul {
  position: relative;
  width: 100%;
  list-style: none;
  text-decoration: none;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  justify-content: center;
  /* justify-content: space-evenly; */
  gap: 5%;
  /* gap: 60%; */
  /* justify-content: s; */
}
.nav-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-link ul li a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 1.5rem;
}
.nav-link ul li a:hover {
  color: rgb(92, 81, 81);
  transform: scale(1.5);
}
#events {
  animation: blinking 0.5s linear infinite;
}
@keyframes blinking {
  to {
    color: blue;
  }
  from {
    color: black;
  }
}

#event {
  position: relative;
  /* margin-top: 200px; */
  margin-top: 90px;
  width: 100%;
  height: auto;
  /* border: 2px solid red; */
  padding: 2rem 2rem 0 0;
  text-align: center;
}
.upcom-event {
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px 10px 10px 10px;
  margin-top: 10px;
}
.events-sec {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2rem 0 2rem 0;
  /* margin-top: 20px; */
}
.enent1 {
  position: relative;
}
.enent-cs,
.pevent-cs {
  /* width: 30%; */
  /* width: 400px; */
  width: 25%;
  /* width: 30%; */
  height: 440px;
  box-shadow: 2px 2px 10px black;
  border-radius: 20px;
}
.pevent-cs {
  height: 400px;
}
.enent-cs img {
  position: relative;
  width: 100%;
  height: 60%;
  object-fit: cover;
  text-align: start;
  border-radius: 20px;
}
.upcomming,
.past-events {
  width: 100%;
  height: auto;
  padding: 10px 0 10px 10px;
  display: flex;
  gap: 2%;
  margin-top: 10px;
}
#Event-topic {
  font-size: 3rem;
  width: 100%;
  /* color: blue; */
  text-align: start;
  background-color: #1e3a8a;
  line-height: 4rem;
  color: whitesmoke;
  text-align: center;
}
.enent-cs p {
  text-align: start;
  font: 1.1rem;
  font-weight: 600;
  margin-top: 12px;
}
.enent-cs button,
.pevent-cs button {
  background-color: rgb(32, 32, 91);
  color: white;
  position: relative;
  width: 50%;
  height: 50px;
  border-radius: 20px;
  font-size: 1.2rem;
  margin-top: 20px;
  outline: none;
  border: none;
  cursor: pointer;
}
.enent-cs button:hover,
.pevent-cs button:hover {
  background-color: skyblue;
  color: black;
  transform: scale(1.1);
}
.pevent-cs img {
  position: relative;
  width: 100%;
  height: 60%;
  object-fit: cover;
  text-align: start;
  border-radius: 20px;
}
.pevent-cs p {
  font-weight: 600;
  margin-top: 10px;
}

/* footer section */
.footer {
  position: relative;
  width: 100%;
  background-color: #1e3a8a;
  color: white;
  padding: 20px 0;
  text-align: center;
  /* margin-top: 100px; */
}
.footerContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
}
.footerSection {
  margin: 10px;
  width: 20%;
  flex-wrap: wrap;
}
.pastEvent {
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
}
/* .footerSection p{} */

.footerSection h3 {
  margin-bottom: 10px;
}
.footerSection a {
  color: white;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

.footerBottom {
  margin-top: 20px;
  font-size: 14px;
}
.footerSection i {
  line-height: 40px;
  font-size: 2rem;
}

.footerSection:nth-child(0) a {
  color: red;
}
.second {
  width: 1005;
}
