@font-face {
  font-family: "Style Script";
  src: url("/font/StyleScript.woff2") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('/font/Raleway-Regular.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('/font/Raleway-ExtraBold.woff2') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('/font/Raleway-Bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
}


.rouge-script-regular {
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
}

#event .card-event {
  height: 300px;
}

.ratio-cs {
  min-height: 400px !important;
}

.img-gradient-overlay {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  bottom: -1px !important;
}

.hover-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hover-card:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-5px);
}

.text-shadow {
  text-shadow: rgba(0, 0, 0, 0.299) 2px 2px 5px;
}

.banner {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.bg-glass {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.39);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.4px);
  -webkit-backdrop-filter: blur(12.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

body {
  font-family: 'Raleway', sans-serif !important;
}

h1 {
  font-family: 'Raleway', !important;
  font-weight: 800 !important;
}

h2 {
  font-family: 'Raleway', !important;
  font-weight: 700 !important;
}

h3 {
  font-family: 'Raleway', !important;
  font-weight: 700 !important;
}

h4 {
  font-family: 'Raleway', !important;
  font-weight: 700 !important;
}

h5 {
  font-family: 'Raleway', !important;
  font-weight: 700 !important;
}

/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
  color: #fff;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon,
.navbar-scrolled .navbar-brand {
  color: #fff;
}

/* Color of the navbar AFTER scroll */
.navbar-scroll,
.navbar-scrolled {
  background-color: #cbbcb1;
}

.mask-custom {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.43);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.1px);
  -webkit-backdrop-filter: blur(11.1px);
  border: 1px solid rgba(255, 255, 255, 0.52);
}

.mask-custom .active {
  font-weight: bold;
}

.navbar-brand {
  font-size: 1.75rem;
  letter-spacing: 3px;
}

path:focus {
  outline: none;
}

section {
  width: 100%;
  height: 100vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}

.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}

.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  color: #ffffffac;
  z-index: 100;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: 'Raleway', !important;
}

@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
    padding: 5px;
    margin: 0px 5px;

  }
}

.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;

}

.slideshow {
  position: relative;
}

.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}

.slideshow-pagination-item {
  display: flex;
  align-items: center;
}

.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
  cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.258);
}

.slideshow-navigation-button.prev {
  left: 0;
}

.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}

@media (min-width: 45em) {
  .pagination-separator {
    display: block;

  }
}

.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;

}

.kecamatan path {
  transition: 0.5s;
  stroke: black;
  fill: white;
}

.kecamatan path:hover {
  cursor: pointer;
  fill: #0d6efd;
  transform: translateY(-3px);
}


/* YouTube */
.btn-yt {
  background: linear-gradient(135deg, #ac0101, #eb0202);
}

/* Instagram */
.btn-ig {
  background: linear-gradient(135deg,
      #f58529,
      #dd2a7b,
      #8134af,
      #515bd4);
}

.btn-fb {
  background: linear-gradient(135deg, #1877f2, #0f5dc4);
}

.btn-x {
  background: linear-gradient(135deg, #000000, #434343);
}

/* TikTok */
.btn-tt {
  background: linear-gradient(135deg, #25f4ee, #000000, #fe2c55);
}

footer a,
footer p {
  color: rgb(203, 203, 203);
  text-decoration: none;
}

footer a:hover {
  color: white;
}