html{
  scroll-behavior: smooth !important;
}

.img-fluid:hover{
	-webkit-filter: brightness(120%); 
}/*
* Section - Hero
*/

/** BG - Static */
#hero-bg-static {
  background-image: url("../images/bg-hero-static.jpg");
}

/** BG - Parallax */
#hero-bg-parallax > .bg-img-parallax {
  background: url("../images/bg-hero-parallax.jpg");
}

/** BG - Slideshow */
#hero-bg-slideshow .slides > .bg-img-cover:nth-child(1) {
  background: url("../images/bg-hero-slideshow-1.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(2) {
  background: url("../images/bg-hero-slideshow-2.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(3) {
  background: url("../images/bg-hero-slideshow-3.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover.flex-active-slide {
  animation: zoomout 5s;
}

.hero .container {
  position: relative;
  z-index: 20;
}

.hero .particles-js-canvas-el {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}

.hero-text h2, .hero-text h3 {
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
}

.hero-slideshow {
  height: 100%;
  overflow: hidden;
  padding: 0 !important;
  width: 100%;
}

.hero-slideshow-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}


/*
* Section - Wedding Event
*/

#wedding-event {
  background-image: url("../images/bg-wedding-event.jpg");
}


/*
* Section - Proposed
*/

#proposed {
  background: url("../images/bg-proposed.jpg");
}


/*
* Section - Wedding Gifts
*/

#wedding-gifts {
  background-image: url("../images/bg-wedding-gifts.jpg");
}


/*
* Footer
*/
.acara{
	margin-top: 20px!important;
    margin-left: 5rem!important;
	}

footer {
  background-image: url("../images/bg-footer.jpg");
}

footer .border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.acara{
	margin-top: 20px!important;
    margin-left: 2rem!important;
	}
@media only screen and (max-width: 768px){
	.acara{
	margin-top: 20px!important;
    margin-left: 0px!important;
	}
	
}

.mempelai-image{
	border-radius:50%;
	overflow:hidden;
	}

.hidden{
	display:none;
	}

/* .hero-bg-slideshow */




.bg-bubbles {
  position: absolute;
  height: 100vh;
  /* background-color: rgba(0, 0, 0, 0.486); */
  overflow: hidden;
  z-index: 9;
  top: 0;
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 0 !important;
  width: 100% !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: rgba(240, 240, 240, 0.507);
  bottom: -200px;
  -webkit-animation: square 20s infinite;
  animation: square 20s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
  left: 10%;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 80px;
  height: 80px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
  width: 90px;
  height: 90px;
}

.bg-bubbles li:nth-child(6) {
  left: 70%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 50px;
  height: 50px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 140px;
  height: 140px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(600deg);
    transform: translateY(-1000px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(600deg);
    transform: translateY(-1000px) rotate(600deg);
  }
}

/* .hero-slideshow-content{
  position: relative;
  z-index: 9999 !important;
} */

.texthead{
  position: relative;
  z-index: 999999999;
}