.auto-style-1 {
  background: #1d3684;
}

.auto-style-2 {
  color: #fff;
}

.auto-style-3 {
  padding: 0 20px;
}

.auto-style-5 {
  display: none;
}

.banner-container {
  max-width: 1200px;
  margin: 30px auto 0 auto;
  border: 5px solid #ccc;
}

.banner-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mainEvent {
  max-width: 1200px;
  margin: 0 auto 30px auto;
  padding: 20px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.eventsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 20px;
  margin: 20px auto;
}

.event {
  box-shadow: 0 3px 10px rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  text-align: center;
  width: 350px;
  margin: 30px 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eventImg {
  height: 250px;
}

.eventImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  cursor: zoom-in;
}

.eventText {
  margin: auto;
}

.eventText p {
  font-weight: bold;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.eventForm button {
  color: #fff;
  background: #1d3684;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  border: none;
  font-size: 14px;
  padding: 15px;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.eventwrapper {
  margin-top: 45px;
  margin-bottom: 45px;
}

.eventwrapper h2 {
  font-size: 30px;
  text-align: center;
}

.evwrapper {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}


.tab {
  max-width: 1200px;
  margin: 20px auto 0 auto;
  width: 100%;

  display: flex;
  gap: 5px;
  padding: 5px;

  background-color: #1d3684;
}

.tablinks {
  background-color: inherit;
  border: 1px solid #ddd;
  outline: none;

  width: 50%;
  cursor: pointer;

  padding: 14px 16px;
  transition: 0.3s;

  font-size: 17px;
  color: #fff;
  font-weight: bold;
}

.tablinks.active {
  background-color: rgb(81, 81, 81);
}

.tabcontent {
  display: none;
  padding: 20px;
  border: 3px solid #1d3684;
  border-top: none;
  max-width: 1200px;
  margin: 0 auto;
}

.tabcontent.active-tab {
  display: flex !important;
}
