@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

body {
    background-color: #111;
    color: white;
    font-family: Arial, sans-serif;
}

.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    /*background-color: rgba(0, 0, 0, 0.9);*/
}

.hero-section {
    position: relative;
    height: 100vh;
    background: url("arena_bg_4.jpg") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.content {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}

.text-stroke {
    text-shadow: 2px 2px 4px black, 0 0 5px yellow;
}

.btn-primary {
    background-color: #d9ff00;
    border: none;
}

.btn-primary:hover {
    background-color: #ff3399;
}

footer {
    background: #222;
}

.swiper {
    width: 650px;
    height: 400px;
}

.swiper-container {
    width: 80%;
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ff007f;
}

.swiper-pagination-bullet-active {
    background: #ff007f;
}

swiper-container::part(button-next),
swiper-container::part(button-prev) {
    color: #ff007f;
}

swiper-container::part(bullet-active) {
    background-color: red;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

swiper-container::part(bullet) {
    background-color: rgb(0 255 201);
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
/*
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #060913;
  color: #fff;
  overflow: hidden;
}
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;

}
.event-container{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;

}

.swiper-tonight{
    width: 100%;
    padding: 50px 0;
}
.swiper-tonight .swiper-slide{
    position: relative;
    width: 320px;
    aspect-ratio: 3/4;
    border-radius: 14px;
    border: 1px solid rgba(117,117,117,0.4);
}

.swiper-tonight .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    user-select: none;
}

.swiper-tonight .title{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    width: max-content;
    text-align: center;
    padding: 10px 18px;
    background: rgba(46, 39, 39, 0.3);
    border-radius: 8px;
    border: 2px solid rgba(117,117,117,0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0..2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.5s linear;
}

.swiper-tonight .title span {
    font-size: 1.2rem;
    font-weight: 600;
}

.swiper-tonight .swiper-slide-active .title{
    bottom: -10px;
    box-shadow: 0 20px 30px 2px rgba(25, 43, 206, 0.6);
}


.swiper-package{
    width: 100%;
    padding: 50px 0;
}
.swiper-package .swiper-slide{
    position: relative;
    width: 320px;
    aspect-ratio: 3/4;
    border-radius: 14px;
    border: 1px solid rgba(117,117,117,0.4);
}

.swiper-package .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    user-select: none;
}

.swiper-package .title{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    width: max-content;
    text-align: center;
    padding: 10px 18px;
    background: rgba(46, 39, 39, 0.3);
    border-radius: 8px;
    border: 2px solid rgba(117,117,117,0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0..2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.5s linear;
}

.swiper-package .title span {
    font-size: 1.2rem;
    font-weight: 600;
}

.swiper-package .swiper-slide-active .title{
    bottom: -10px;
    box-shadow: 0 20px 30px 2px rgba(25, 43, 206, 0.6);
}

.swiper-pagination {
    --swiper-pagination-bottom: -6px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    width: 32px;
    background-color: rgba(25, 43, 206, 1);
    border-radius: 14px;
}
/* Media Queries max-width 1100px 900px 700px 610px */

@media (max-width: 1100px) {
    .swiper-slide {
        width: 300px;
    }
}

@media (max-width: 900px) {
    .swiper-slide {
        width: 250px;
    }
}

@media (max-width: 700px) {
    .swiper-slide {
        width: 230px;
    }
}

@media (max-width: 610px) {
    .swiper-slide {
        width: 200px;
    }
}


.particles{
    position: fixed;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

