@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

body {
  overflow-x: hidden;
}

/* banner */
.banner {
  display: none;
}

/* subscribing box after  */
.after_subscribe {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 150px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: calc(100% - 50%);
  background: url("./img/subscribe.jpg") no-repeat center center/cover;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}

.result {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 590px) {
  .after_subscribe {
    width: calc(100% - 40px);
  }
}

/* *** active toggle class *** */
.active {
  display: block;
}

/* *** hero section *** */
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(25, 26, 48, 0.898);
  backdrop-filter: blur(20px);
}

.hero_content {
  left: 50%;
  top: 60%;
  z-index: 10;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif !important;
}

.hero_content .heading {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

.hero .swiper {
  width: 100%;
  height: 100%;
}

.hero .swiper-slide {
  background-position: center;
  background-size: cover;
}

.hero .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hero .swiper-pagination span {
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  width: 15px;
  height: 15px;
}

.hero .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* *** cards *** */

.cards {
  background: url("./img/cards.jpg") no-repeat center center/cover;
  width: 100%;
  height: 100%;
}

/* *** PARTNERS SECTION *** */
.partners {
  background: url("./img/dancing-people-club.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

/* *** subscribe newsletter *** */
.subscribe {
  background: url("./img/subscribe.jpg") no-repeat center center/cover;
  height: 100%;
  width: 100%;
}

.subscribe .input-group {
  border: 1px solid #eee;
}

.subscribe .input-group input {
  display: inline-block;
  border: 0;
  outline: 0;
  padding: 1rem;
  color: #fff;
}

/*  *** socials *** */
.events {
  background: url("./img/social.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

.swiperEvents {
  width: 900px;
  height: 100%;
  cursor: pointer;
}

.swiperEvents .swiper-slide {
  overflow: hidden;
}

.mySwiperEvent .output {
  min-height: 10px;
  background: #000;
}

.swiperEvents .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FOOTER SECTION */
footer {
  background: url("./img/footer.jpg") no-repeat center center/cover;
  height: 100%;
  width: 100%;
}
