@font-face {
	font-family: "Brilon";
	src: url("./font/brilon.woff2") format("woff2");
}

@font-face {
	font-family: "NewYork";
	src: url("./font/newyork.otf") format("opentype");
}

@font-face {
	font-family: "RoyalWedding";
	src: url("./font/royalwedding.ttf") format("truetype");
}

@font-face {
	font-family: "Photograph";
	src: url("./font/photograph.ttf") format("truetype");
}

@font-face {
	font-family: "Batusa";
	src: url("./font/batusa.otf") format("opentype");
}

@font-face {
	font-family: "Analogue";
	src: url("./font/Analogue.woff2") format("woff2");
}

.font-poppins { font-family: "Poppins", sans-serif; }
.font-brilon { font-family: "Brilon", sans-serif; }
.font-montserrat { font-family: "Montserrat", sans-serif; }
.font-newyork { font-family: "NewYork", sans-serif; }
.font-playfair { font-family: "Playfair Display", sans-serif; }
.font-royalwedding { font-family: "RoyalWedding", sans-serif; }
.font-oranienbaum { font-family: "Oranienbaum", sans-serif; }
.font-photograph { font-family: "Photograph", sans-serif; }
.font-quicksand { font-family: "Quicksand", sans-serif; }
.font-batusa { font-family: "Batusa", sans-serif; }
.font-analogue { font-family: "Analogue", sans-serif; }
.font-roboto { font-family: "Roboto" sans-serif; }

.tracking-6px { letter-spacing: 6px; }
.tracking-1-6px { letter-spacing: 1.6px; }

.text-color-button { color: #433737; }
.text-color-qutoes  { color : #5D4A37; }
.text-color-quotes { color : #5D4A37; }
.text-color-quotes-secondary { color : #7A6A5D; }
.text-color-quotes-subtle { color : #7A6A5D; }

.video-text-container {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.5s ease-in-out;
}

.video-text-container.show {
    opacity: 1;
    transform: translateY(0);
}

.bg-rounded-blue { background-color: #5C84B042;}
.bg-quotes-section { background-image: linear-gradient(180deg, #EFE9E1 0%, #DDCBB7 100%); }
.bg-quotes-content { background-color: #F1E9DF; }
.bg-form { background-color: #f7f7f7; }
.bg-btn-form { background-color: #625445;}

.z-2000 { z-index: 2000; }

.video-cover { width: 1248px; height: 702px; object-fit: cover; }
.h-vid { height: 702px; }

.acara-wrapper {
	background-position: center center;
	background-size: cover;
	opacity: 1;
	padding: 150px 36px 150px 36px;
	text-align: center;
	margin: 0px 30px 0px 30px;
	border-radius: 500px 500px 500px 500px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.countdown-item { 
	background-color: #FFFFFF61; 
	margin-right: 15px;
    margin-left: 15px;
    border-radius: 15px 15px 15px 15px;
	padding: 20px;
	text-align: center;
	font-family: "Analogue", Sans-serif;
}

.countdown-item > h1 {
	font-size: 24px;
    font-weight: 400;
	color: #fff;
}

.countdown-item > p {
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
	.acara-wrapper {
		margin: 0px 0px 0px 0px;
		padding: 150px 10px 150px 10px;
	}
	.countdown-item {
		padding: 10px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.countdown-item > h1 {
		font-size: 24px;
	}
	.countdown-item > p {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.countdown-item {
		margin-right: 5px;
		margin-left: 5px;
	}
}

.map-embed > iframe {
	width: 250px;
	max-width: 250px;
}

.video-embed {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	margin: 50px 0px; 
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
.gallery-container {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
}
  
.gallery-item {
	flex: 1 1 calc(50% - 10px);
	box-sizing: border-box;
}

.gallery-item:first-child,
.gallery-item:last-child {
	flex: 0 1 calc(100% - 10px);
}
  
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
}

.bg-btn-schedule {
    background-color: transparent;
    background-image: linear-gradient(100deg, #51453A 0%, #7D6D60 100%);
}

.btn-copy { background-color: #625445; }
.bg-payment-icon { color: #625445; }
.bg-music { background-color: #625445; }

.z-cuss {
	z-index: 9999;
}

@media (min-width: 768px) {
	.video-cover { height: 100vh; }
	.map-embed > iframe {
		width: 100%;
		max-width: 100%;
	}
	.acara-wrapper {
		margin: 0px 0px 0px 0px;
		padding: 150px 10px 150px 10px;
	}
}
@media (min-width: 768px) {
	.h-vid { height: 100vh; }
}

.slide-up-enter-active,
.slide-up-leave-active {
	transition: all 1.2s ease;
}
.slide-up-enter,
.slide-up-leave-to {
	transform: translateY(-100%);
}

.shadoww {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 50px 0px 50px;
}

.text-story {
	font-size: 13px;
}

.text-story-title {
	font-size: 24px;
}

@media (max-width: 767px) {
	.text-story {
		font-size: 15px;
	}
}

.font-roboto.text-left.block.mb-1 {
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animate-spin-slow {
  animation: spin-slow 3s linear infinite;
}

.audio-control {
  transition: all 0.3s ease;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-control:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(98, 84, 69, 0.4);
}

.audio-control i {
  font-size: 16px;
  transition: all 0.3s ease;
}