

body{
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0C0C0C;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.card{
    background-color: transparent;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    color: #000 !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.btn-check+.btn:hover{
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
    transition: background-color 0.3s;
    line-height: normal;
}


.w-90{
    width: 90% !important;
}
.text-primary-poinball{
    color: var(--primary-color);
}
.text-secondary-poinball{
    color: var(--secondary-color);
}
.text-tertiary-poinball{
    color: var(--tertiary-color);
}
.text-grey-poinball{
    color: var(--grey-color);
}
.fs-14{
    font-size: 14px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fw-600{
    font-weight: 600;
}
.fw-400{
    font-weight: 400;
}
h1{
    font-size: 80px;
    font-weight: 700;
    line-height: 86px;
    letter-spacing: -4px;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
}
h2{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h3{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text-justify{
    text-align: justify;
}
.bg-dark-poinball{
    background-color: rgba(0, 0, 0, 0.0);
}
.bg-grey-poinball{
    background: #202020;
}
.dashed-border-poinball{
    border: 1px dashed var(--primary-color);
}
.dashed-grey-border-poinball{
    border: 1px dashed #333230;
}
.filter-blur-card {
    position: relative;
}

.filter-blur-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    filter: blur(16.5px);
}
/* Navbar */

.bg-transaparent {
    transition: background-color 0.3s;
}

.bg-scrolled {
    background-color: black !important;
}
.bg-primary-poinball{
    background-color: var(--primary-color);
}
.border-primary-poinball{
    border: 1px solid var(--primary-color);

}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    width: 27px;
    border-radius: 20px;
    background: var(--primary-color);
  }

  /* NAV */
  .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: var(--primary-color) !important;
  }
/* HOME PAGE */

#hero-home{
    background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url("/asset/image/hero-home.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-color: #ffffff;
}
#hero-home::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.78);
}


#hero-home .hero-desc{
    /* Regular/21px */
    font-size: 21px;
    font-weight: 400;
    line-height: 34px; /* 161.905% */
}

#location-home{
    padding-top:  88px ;
    padding-bottom:  88px ;
}

#location-home .location-desc{
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: start;
}
/* SWIPER Location */

#location-home .swiper {
    width: 100%;
    height: 100%;
    padding: 10px;
}

#location-home .swiper-slide {
    font-size: 18px;
    display: flex;
    height: 415px ;
}
.branch img{
    object-fit: cover;
    border-radius: 20px;
    height: 415px;
    width: 251px;
}

.branch .text-location-image{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    color: white;
    padding: 20px;
    flex-direction: column;
    height:195px;
}
.branch .text-location-image > h6 {
    height: 30px;
}

#subscription-home .card-poinball{
    padding: 81px 20px !important;
}
#subscription-home .card-poinball .card-title{
    margin-bottom: 10px;
}

#subscription-home .card .list-subscription li{
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
#subscription-home .swiper {
    padding-top:45px;
    padding-bottom:45px;
}
/* SWIPER promo */

#promo-home .swiper {
    width: 100%;
    height: 100%;
    padding: 50px;
  }

 #promo-home .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 405px ;
  }

 #promo-home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
