* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'kumbh Sans', sans-serif
}

.navbar{
  background: #131313;
  height: 130px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar__container {

  display: flex;
  justify-content: space-between;
  height: 80px;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;

}

#navbar__logo {

  background-color: #ff8177;
  background-image: linear-gradient(to top, #e8436d 0%, #ffb199
  100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color:transparent;
  -moz-text-fill-color:transparent;
  display:flex;
  align-items:center;
  cursor:pointer;
  text-decoration:none;
  font-size:2rem;

}

.fa-gam {

  margin-right: 0.5rem;

}

.navbar__menu{
  display: flex;
  align-items: center;
  list-style: none;
  text-align: center;
}

.navbar__item {

  height: 80px;

}


.navbar__links {

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 1rem;
  height: 100%;
}

.navbar__btn {

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  width: 100%;

}

.button {

  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  background-color: #f77062;
  color:#fff;

}

.button:hover {

  background: #4837ff;
  transition: all 0.3s ease;
}

.navbar__links:hover {

  color:#f77062;
  transition: all 0.3s ease;

}

@media screen and (max-width: 960px) {

  .navbar__container {

    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0;
  }

  .navbar__menu {

    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    opacity: 0;
    transition: all 0.5s ease;
    height: 50vh;
    z-index: -1;
    background: #131313;
  }

  .navbar___menu.active {

    background: #131313;
    top: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
    height: 50vh;
    font-size: 1.6rem;

  }

  #navbar__logo {

    padding-left: 25px;
  }

  .navbar__toggle .bar {

    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: #fff;
  }

  .navbar__item {

    width: 100%;
  }

  .navbar__links {
    text-align: center;
    padding: 2rem;
    width: 100%;
    display: table;

  }

  #mobile-menu {

    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);

  }

  .navbar__btn {

    padding-bottom: 2rem;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80px;
    margin: 0;

  }

  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);

  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

   /* Slideshow Styles */

.slideshow-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.slide {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex; /* Added */
  align-items: center; /* Added */
  object-fit: contain;
}


.slide img {
  max-width: 100%; /* Changed */
  max-height: 100%; /* Changed */
  object-fit: contain; /* Changed */
}

.slide.active {
  opacity: 1;
}

.textbox {
  position: absolute;
  top: 80%;
  Left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2a4c48;
  color: white;
  padding: 90px;
  width: 60%; /* Adjust as needed */
  z-index: 1;
  text-align: center;
}

.textbox h1 {
  font-size: 27px; /* Adjust as needed */
}

.textbox p {
  font-size: 19px; /* Adjust as needed */
  margin-top: 18px;
}

/* Background */

.main {
  background-image: url("ReportBackground.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-color: #141414 */
}

.space {
  height: 50px; /* Adjust the height as needed */
  background-image: url("ReportBackground.JPG");

}
/* Body */


.main-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.section {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
}

.section h2 {
<i class="fa fa-users" aria-hidden="true"></i>
margin-bottom: 10px;
}

.section img {
  max-width: 100%;
  height: auto;
}



.main__container {
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-self: center;
  margin: 0 auto;
  height: 90vh;
  background-image: url("ReportBackground.JPG");
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  padding:0 50px;
}

/* Calender */

.upcoming-events {
  background-color: #f2f2f2;
  padding: 30px;
}

.upcoming-events h2 {
  text-align: left;
  margin-bottom: 20px;
}

.event-list {
  list-style-type: none;
  padding: 0;
}

.event-list li {
  margin-bottom: 30px;
}

.event-list h3 {
  margin-bottom: 5px;
}

.event-list p {
  margin: 0;
}

/* Partners */
.partners-section {
  text-align: center;
  margin-top: 50px; /* Adjust the top margin as needed */
  margin-bottom: 20px; /* Adjust the bottom margin as needed */
  padding-top: 50px; /* Adjust the top padding as needed */
  padding-bottom: 50px; /* Adjust the bottom padding as needed */
}

.partners-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px; /* Adjust the top margin as needed */
  margin-bottom: 20px; /* Adjust the bottom margin as needed */
}

.partner {
  margin: 30px;
}

.partner img {
  width: 200px; /* Adjust the image width as needed */
  height: 200px; /* Adjust the image height as needed */
  object-fit: cover;
}

.partner h3 {
  margin-top: 10px; /* Adjust the top margin as needed */
  font-size: 18px; /* Adjust the font size as needed */
}

/* Bottom Bar */

.bottom-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px; /* Adjust the height as needed */
  background-color: #de6868; /* Adjust the background color as needed */
}

.bottom-navbar a {
  font-size: 20px; /* Adjust the font size as needed */
  padding: 10px 20px; /* Adjust the padding as needed */
}

.contact-info {
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 20px; /* Adjust the margin as needed */
  margin-right: 300px; /* Adjust the margin as needed */
}

.email,
.phone-number {
  font-size: 16px; /* Adjust the font size as needed */
  margin-right: 50px; /* Adjust the margin as needed */
}

.follow-us {
  display: flex;
  justify-content: center;
  align-items: center;
}

.follow-us h2 {
  color: #fff;
  font-size: 20px; /* Adjust the font size as needed */
  margin-right: 10px; /* Adjust the margin as needed */
}

.social-icon {
  font-size: 24px; /* Adjust the font size as needed */
  margin-right: 10px; /* Adjust the margin as needed */
}


.bottom-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  display: flex;
}

.bottom-navbar a {
  color: #de6868;
  text-align: center;
  padding: 15px;
  flex: 1;
  text-decoration: none;
  transition: background-color 0.3s;
}

.bottom-navbar a:hover {
  background-color: #555;
}

.bottom-navbar a.active {
  background-color: #111;
}






