.topbar {
  font-family: "Antic", sans-serif;
}
li{
  list-style: none;
}

a {
  color: darkred;
  text-decoration: none;
}

.main {
  position: relative;
  background: black;
  color: lightgrey;
}
.main #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at top, #190f3d 0%, #080514 100%);
}
.main .logo-container {
  font-family: "Antic", sans-serif;
  min-height: 60vh;
  text-align: center;
}
.main .logo-container img {
  width: 420px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.main .logo-container .about-text {
  max-width: 680px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.partners {
  background: black;
}
.partners #image-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 320px) {
  .partners #image-container {
    flex-direction: column;
  }
  .partners #image-container img {
    margin-bottom: 10px;
  }
}
.partners #image-container img {
  width: 130px;
  max-width: 100%;
}
@media screen and (max-width: 420px) {
  .partners #image-container img {
    width: 80px;
  }
}

.details {
  background: black;
}
.details h4 {
  font-family: "Antic", sans-serif;
}
.details .table-wrapper {
  overflow-x: auto;
}
.details .about-heading {
  font-family: "PT Sans", sans-serif;
}
.details .about-text {
  font-family: "PT Sans", sans-serif;
}
.details .table * {
  background: transparent !important;
  color: lightgrey;
  border-color: #1f1f1f;
}
.details .special-box {
  background: #a61a32;
  color: white;
  padding: 10px;
  border-radius: 4px;
}
.details table tr td:nth-child(even),
.details table tr th:nth-child(even) {
  background-color: rgba(242, 242, 242, 0.09) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000;
  background-color: #ffffff;
}

.nav-pills .nav-link {
  font-size: 18px;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Antic", sans-serif;
  border: 0.3px solid white;
  margin: 0 4px;
  border-radius: 2px;
}

.events-card {
  min-height: 140px;
}
.events-card h3 {
  font-family: "PT Sans", sans-serif;
}
.events-card .event {
  font-family: "Antic", sans-serif;
  background: transparent !important;
  color: lightgrey;
  font-size: 14px;
}

footer {
  background: black;
  color: lightgrey;
}
footer h4 {
  font-family: "PT Sans", sans-serif;
}
footer .fb-link {
  color: white;
  font-size: 14px;
  display: block;
  margin-right: 10px;
  align-items: center;
  border: 1px solid white;
  margin-bottom: 18px;
  max-width: 300px;
  width: auto;
  border-radius: 40px;
  height: 46px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  padding-left: 50px;
  padding-right: 50px;
}
footer .fb-link img {
  height: 26px;
  width: 26px;
}
footer .fb-link:hover {
  color: black;
  background: white;
}
footer .fb-link:hover img {
  filter: invert(1);
}
footer .address {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .address img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}


.data {
  min-height: 90px;
}
.data .special {
  border: 0.2px solid #cbcbcb;
  padding: 8px;
  position: relative;
}
.data .special::after {
  content: " New Event";
  position: absolute;
  top: -10px;
  background: white;
  color: black;
  left: 2px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 12px;
}

 /* accordion css  */
 .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 80%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  width: 60%;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 60%;
  margin: 0 auto;
}
.accordion-sec{
  text-align: center;
}
.accordion-heading{
  padding-top: 20px;
}
.accordion-para{
  padding: 20px 0 ;
  width: 60%;
  
}

/* testimonial css  */
.carousel-item {
  transition: opacity 0.5s ease-in-out;
  background-color: #ffffff;
}

.card {
  border: none;
}
.card-body {
  padding: 16rem;
  text-align: center;
}
.card-title{
  padding: 30px 0;
}
.carousel-fade .carousel-item {
  opacity: 0;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
  background-size: 100%, 100%;
  border-radius: 50%;

}
@media only screen and (max-width: 992px) {
  .card-text{
    width: 50%;
    margin: 0 auto;
  }
   .accordion-para{
    width: 80%;
  }
  .accordion{
    width: 80%;
  }
  .panel{
    width: 80%;
  }
  .partners #image-container img {
    padding: 0 20px;
  }
  .pills-nav {
    display: flex;
    overflow-x: scroll;
  }
  .pills-nav .nav-link {
    font-size: 14px;
    text-align: center;
  }
  #nav-tabContent {
    border-top: 1px solid white;
    padding-top: 20px;
    margin-top: 20px;
  }
  .has-table {
    overflow-x: scroll;
    width: 100%;
  }
  .has-table td {
    min-width: 150px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=styles.css.map */
