body{
  scrollbar-color: #516672 #f8f9fa;
  scrollbar-width: 5px;
  width: 100%;
  overflow: hidden scroll;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #314055;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #516672;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #314055;
}



/* Firefox */
.testi-wrapper {
  scrollbar-width: thin; /* Untuk Firefox, mengatur lebar scrollbar */
  scrollbar-color: #516672 #f8f9fa; /* Untuk Firefox, mengatur warna thumb dan track */
}
/* width */
.testi-wrapper::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.testi-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #314055;
  border-radius: 10px;
}

/* Handle */
.testi-wrapper::-webkit-scrollbar-thumb {
  background: #516672;
  border-radius: 10px;
}

/* Handle on hover */
.testi-wrapper::-webkit-scrollbar-thumb:hover {
  background: #314055;
}

a{
  line-height: 12px;
}
.trans{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.trans img{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bingkai{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bingkai_1 img{
	top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    transform: rotate(0deg) !important;
    width: 55vw;
}
.bingkai_3 img{
	bottom: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    transform: rotate(0deg) !important;
    width: 58vw;
}
.full-img{
	background-size: cover;
}
.title-wedding{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 2 !important;
    margin-bottom: 21px;
}
.title-name{
	font-family: 'Cookie', cursive;
	line-height: 1.1 !important;
}
.title-selection, .judul-theme{
  font-family: 'Great Vibes', cursive;
  font-size: 35px;
  opacity: 1;
  color: black;
}
.title-wedding, .title-name, .title-selection, .judul-theme, .tanggal, a:hover{
    color: #040205;
}
.btn-testimoni, .plyr__controls, .btn-map, .btn-theme{
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 700 !important;
  color: white !important;
	background: #516672 !important;
	border: 1px solid #516672 !important;
  padding: 7px 5px;
  border-radius: 30px;
}
.timeline ul li:nth-child(odd):before,
.timeline ul li:nth-child(even):before {
    background: #314055;
}
.right_content{
    background-color: rgb(49 64 85 / 6%);
}
.timeline ul li:nth-child(odd) .right_content,
.timeline ul li:nth-child(even) .right_content {
    border-left-color: #040205;
}
.timeline ul li:nth-child(odd) .right_content::after,
.timeline ul li:nth-child(even) .right_content::after{
    border-right-color: #040205;
}

* p {
  font-family: "Times New Roman", Times, serif;
  line-height: 22px;
  font-size: 16px;
}

.couple-detail.judul-theme{
  font-family: "Times New Roman", Times, serif;
	font-weight: bold;
  font-size: 28px !important;
}

.couple-detail, .standar {
  line-height: 24px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  padding: 0 35px;
}

#element_mempelai a{
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}

@media only screen and (max-width: 600px){
	.full-img{
		background-size: auto 100%;
	}
	.trans{
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.trans img{
		height: 90%;
		width: 90%;
	}
}
@media only screen and (min-width: 600px){
    .bingkai_1 img{
		width: 38vw;
	}
	.bingkai_3 img{
		width: 38vw;
	}
}
@media only screen and (min-width: 992px){
  .bingkai_1 img{
		width: 22vw;
	}
	.bingkai_3 img{
		width: 23vw;
	}
  .tanggal {
    font-family: "Times New Roman", Times, serif;
  }
}


.leftPanel{
}

.couple, .gallery{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.couple::before, .gallery::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  justify-content: center;
  padding: 0 40px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Menyesuaikan ukuran gambar tanpa merubah aspek rasio */
  border-radius: 12px;
}

.img-wrapper2{
  width: auto;
  height: 100px;
  overflow: hidden;
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
  border-radius: 12px;
}

/* position relative dan zindex 2 */
.pr-z2{
  position: relative;
  z-index: 2;
}

.before-white-7,.before-white-9,.wedding-ceremony{
  position: relative;
}

.before-white-7::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,0.7);
  z-index: 1;
}

.before-white-9::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,0.9);
  z-index: 1;
}

.slideshow {
  list-style-type: none;
  margin: 0;
}

/** SLIDESHOW **/
.slideshow:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-color: rgb(255,255,255,0.85);
}

.slideshow li span {
		position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s;
}

.slideshow.mode-cover li:nth-child(1) span {
}
.slideshow.mode-cover li:nth-child(2) span {
    animation-delay: 6s;
}
.slideshow.mode-cover li:nth-child(3) span {
    animation-delay: 12s;
}
.slideshow.mode-cover li:nth-child(4) span {
    animation-delay: 18s;
}
.slideshow.mode-cover li:nth-child(5) span {
    animation-delay: 24s;
}

.slideshow.mode-cover::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 35%;
  z-index: 1;
}

.slideshow.mode-1 li:nth-child(1) span {
}
.slideshow.mode-1 li:nth-child(2) span {
    animation-delay: 6s;
}
.slideshow.mode-1 li:nth-child(3) span {
    animation-delay: 12s;
}
.slideshow.mode-1 li:nth-child(4) span {
    animation-delay: 18s;
}
.slideshow.mode-1 li:nth-child(5) span {
    animation-delay: 24s;
}

.slideshow.mode-2 li:nth-child(3) span {
}
.slideshow.mode-2 li:nth-child(4) span {
  animation-delay: 6s;
}
.slideshow.mode-2 li:nth-child(5) span {
  animation-delay: 12s;
}
.slideshow.mode-2 li:nth-child(1) span {
  animation-delay: 18s;
}
.slideshow.mode-2 li:nth-child(2) span {
  animation-delay: 24s;
}

@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@media only screen and (min-width: 992px){
  .slideshow.mode-cover li:nth-child(1) span,
  .slideshow.mode-cover li:nth-child(2) span,
  .slideshow.mode-cover li:nth-child(3) span,
  .slideshow.mode-cover li:nth-child(4) span,
  .slideshow.mode-cover li:nth-child(5) span {
    background-position: 50% top;
  }
}

/* .full-img::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 35%;
  z-index: 0;
} */

.mobile-bottom-nav{
  background-color: #314055;
}
.mobile-bottom-nav__item{
  color: #fff;
}

.mobile-bottom-nav__item-content i{
  line-height: 30px;
}

.section-bg1{
  background-image: url('BG1.jpg');
  background-position: center;
  background-size: cover;
}

.btn-reservasi,.btn-testimoni{
  width: 275px;
  border-radius: 50px;
}

.img-wrapper-mempelai{
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 10px 9px 5px black;
}

/* splide */
.splide {
  margin: 0 auto;
}
.splide__track{
  border-radius: 12px;
}
.splide__arrow{
  top: 42%;
  border-radius: 50%;
  background: #dee2e6;
  padding: 5px;
}
.splide__arrow svg{
  fill: #fff;
  height: 2em;
  width: 2em;
}
.splide__arrow:hover:not(:disabled) svg {
  fill: #314055;
}
/* end splide */
.card-map,.card-kado {
  background-color: white;
  position: relative;
  z-index: 2;
  margin: 20px 0px;
  border-radius: 30px;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 40%);
}

.card-map hr{
  opacity: 80%;
  margin: 5px 7px;
}

.card-map hr:not([size]) {
  height: 2px;
}

.btn-map{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.btn-map img{
  width: 16px;
}

.vue-map-container{
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 18px;
  overflow: hidden;
}

.img-kado{
  display: block;
  width: 70px;
  margin: 7px auto 14px auto;
}

.btn-copyalamat{
  padding: 4px 30px;
  transform: scale(0.7);
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: #516672;
  border: 1px solid #516672;
  border-radius: 30px;
}

.qrcode{
  text-align: -webkit-center;
  margin-bottom: 0px;
  border-radius: 20px;
  overflow: hidden;
  padding: 5px 14px;
  width: 50%;
}
.qrcode #qrcode{
  width:100%;
}

.btn-reservasi{
  width: 50%;
}

.testi-wrapper{
  background-image: url('BG2.png');
  background-position: center;
  background-size: cover;
  width: 100%;
}

.testi-list {
  background-color: #f8f9fa;
}

.leftPanel .wrapper{
  position: relative;
  z-index: 5;
}

.title-wedding, .title-name, .judul-theme, .tanggal {
  color: white;
}

.title-salam-penutup{
  color: black;
}

.timeline ul li:nth-child(odd) .right_content, .timeline ul li:nth-child(even) .right_content{
  border-radius: 14px;
}

.prepare-opening{
  display: none;
}

.couple-detail.judul-theme{
  color: black;
}

.wrapper{
  width: auto;
}
.copyright{
  margin-bottom: 75px;
}

.copyright a{
  margin-bottom: 10px;
}
