#event-carousel @font-face {
  font-family: "Quentin";
  src: url("../fonts/MEaKGcMoMSdm.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#event-carousel @font-face {
  font-family: "Banks miles double line w01 rg";
  src: url("../fonts/6278e0ebff3f423a1d61553b_Banks%20Miles%20Double%20Line%20W01%20Rg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#event-carousel * {
  box-sizing: border-box;
}

#event-carousel :root {
  --white: white;
  --pink-primary: #ff4e5b;
  --dark-111: #111;
  --0b: #0b0b0b;
  --purple: #b154ff;
  --orange: #ffb930;
}

#event-carousel body {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.67em;
  padding: 0;
  margin: 0;
}

#event-carousel .events {
  padding: 100px 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#event-carousel @media screen and (max-width: 1440px) {
  .events .container {
    max-width: 1280px;
  }
}
#event-carousel .events .overlay {
  background-image: linear-gradient(to bottom, var(--0b) 20%, rgba(17, 17, 17, 0.8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 1;
}
#event-carousel .events .inner {
  position: relative;
  z-index: 3;
}
#event-carousel .events .head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 755px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  gap: 15px;
}
#event-carousel .events .head h6 {
  font-size: 35px;
  color: var(--pink-primary);
  font-family: Quentin, sans-serif;
  font-size: 32px;
  line-height: 1em;
  margin: 0;
}
#event-carousel @media screen and (max-width: 767px) {
  .events .head h6 {
    font-size: 28px;
  }
}
#event-carousel .events .head h2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Banks miles double line w01 rg, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
#event-carousel @media screen and (max-width: 991px) {
  .events .head h2 {
    font-size: 42px;
  }
}
#event-carousel @media screen and (max-width: 767px) {
  .events .head h2 {
    font-size: 38px;
  }
}
#event-carousel .events .head p {
  margin-bottom: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.67em;
}
#event-carousel .events .nav-tabs {
  border: none;
  justify-content: center;
}
#event-carousel @media screen and (max-width: 575px) {
  .events .nav-tabs {
    flex-direction: column;
    align-items: center;
  }
}
#event-carousel .events .nav-tabs li {
  color: var(--pink-primary);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 50px;
  margin-right: 50px;
  padding: 15px 6px;
  transition: all 0.3s;
}
#event-carousel .events .nav-tabs li a {
  text-decoration: none;
  color: var(--white);
  letter-spacing: 1.05px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
#event-carousel .events .nav-tabs li a.active, .events .nav-tabs li a:hover, .events .nav-tabs li a:focus-visible {
  border-color: transparent;
  color: var(--pink-primary);
  background-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  outline: none;
}
#event-carousel .events .nav-tabs li:has(a.active) {
  border-bottom: 2px solid var(--pink-primary);
}
#event-carousel .events .nav-tabs li:has(a.active) a {
  color: var(--pink-primary);
}
#event-carousel .events .tab-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
#event-carousel .events .tab-wrapper .nav-tabs {
  width: 170px;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 99;
  height: 100%;
}
#event-carousel .events .tab-wrapper .nav-tabs li {
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
  border-right: 1px solid var(--pink-primary);
}
#event-carousel .events .tab-wrapper .nav-tabs li a {
  position: relative;
  z-index: 4;
}
#event-carousel .events .tab-wrapper .nav-tabs li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 170px;
  position: relative;
  z-index: 2;
}
#event-carousel .events .tab-wrapper .nav-tabs li a .overlay-nav {
  background-color: rgba(17, 17, 17, 0.5);
  transition: all 0.2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
#event-carousel .events .tab-wrapper .nav-tabs li a.active .overlay-nav {
  opacity: 0;
}
#event-carousel .events .tab-wrapper .nav-tabs li:has(a.active) {
  border: 1px solid var(--pink-primary);
  border-right: 1px solid transparent;
}
#event-carousel .events .tab-wrapper .tab-content {
  width: 100%;
  border: 1px solid var(--pink-primary);
  border-left: none;
}
#event-carousel @media screen and (max-width: 991px) {
  .events .tab-wrapper .tab-content {
    border: none;
  }
}
#event-carousel .events .tab-wrapper .tab-content .tab-pane,
#event-carousel .events .tab-wrapper .tab-content .carousel-inner .carousel-item {
  height: 100%;
}
#event-carousel .events .tab-wrapper .tab-content .tab-content-custom {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 50px;
  width: 100%;
  height: 100%;
  position: relative;
}
#event-carousel @media screen and (max-width: 991px) {
  .events .tab-wrapper .tab-content .tab-content-custom {
    border: 1px solid var(--pink-primary);
  }
}
#event-carousel @media screen and (max-width: 575px) {
  .events .tab-wrapper .tab-content .tab-content-custom {
    padding: 30px 20px;
  }
}
#event-carousel .events .tab-wrapper .tab-content .tab-content-custom .background-overlay {
  background-image: linear-gradient(100deg, var(--dark-111) 17%, rgba(255, 78, 91, 0.3));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
#event-carousel .events .tab-wrapper .tab-content .head {
  text-align: left;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  max-width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
#event-carousel .events .tab-wrapper .tab-content .head h6 {
  font-size: 32px;
  line-height: 1em;
}
#event-carousel @media screen and (max-width: 767px) {
  .events .tab-wrapper .tab-content .head h6 {
    font-size: 28px;
  }
}
#event-carousel .events .tab-wrapper .tab-content .head h2 {
  font-size: 40px;
  line-height: 1.2em;
}
#event-carousel @media screen and (max-width: 991px) {
  .events .tab-wrapper .tab-content .head h2 {
    font-size: 34px;
  }
}
#event-carousel @media screen and (max-width: 767px) {
  .events .tab-wrapper .tab-content .head h2 {
    font-size: 28px;
  }
}
#event-carousel .events .tab-wrapper .tab-content .head p {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  max-width: 500px;
}
#event-carousel .events .tab-wrapper .tab-content .head p.colored {
  color: var(--pink-primary);
  margin-top: 5px;
  margin-bottom: 35px;
  font-size: 13px;
}
#event-carousel .events .tab-wrapper .tab-content .btn-description {
  z-index: 1;
  color: var(--white);
  letter-spacing: 1.13px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1.67em;
  position: relative;
  text-decoration: none;
}
#event-carousel .events .tab-wrapper .tab-content .btn-description .btn-underline {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  gap: 2px;
  margin: 15px 0 0 0;
}
#event-carousel .events .tab-wrapper .tab-content .btn-description .btn-underline .link-underline {
  transition: all 0.2s ease-in-out;
  background-color: var(--pink-primary);
  transform-style: preserve-3d;
  height: 2px;
}
#event-carousel .events .tab-wrapper .tab-content .btn-description:hover .link-underline {
  transform: scale3d(20, 1, 1);
}
#event-carousel .events .carousel-inner {
  height: 100%;
}
#event-carousel .events .carousel-inner .tab-pane:not(.show) {
  height: 0px;
  overflow: hidden;
}
#event-carousel .events .carousel-inner .tab-pane.show {
  height: 100%;
  overflow: initial;
}
#event-carousel .events .carousel-indicators {
  bottom: 15px;
  margin-bottom: 0;
  gap: 10px;
}
#event-carousel .events .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  border-radius: 50%;
  height: 15px;
}/*# sourceMappingURL=style.css.map */