/* ====================
ALL VERSION desktop mobile both 
====================*/

html {
	scroll-behavior: smooth;
}

body {
	font-size: 20px;
	width: 100%;
}

@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
}

.overflow {
	overflow: hidden;
	position: relative;
}

/* tambahan font challista */
@font-face {
	font-family: "ChallistaScript";
	src: url("../font/Challista/ChallistaScript.eot") format("embedded-opentype"),
		url("../font/Challista/Challista\ Script.otf") format("opentype"),
		url("../font/Challista/ChallistaScript.woff") format("woff"),
		url("../font/Challista/Challista\ Script.ttf") format("truetype"),
		url("../font/Challista/ChallistaScript.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* tambahan font valentine vibes */
@font-face {
	font-family: "Valentine";
	src: url("../font/valentine_vibes/valentine_vibes.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Smoothie-Shoppe";
	src: url("../font/smoothie_shoppe/Smoothie-Shoppe.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Adelline";
	src: url("../font/Adelline/adelline.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Tahoma";
	src: url("../font/Tahoma/tahoma.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* ====================
        NAVBAR
==================== */
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 10%;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}

.overlay a {
	font-family: "Oswald", sans-serif;
	padding: 8px;
	text-decoration: none;
	font-size: 24px;
	color: #818181;
	display: block;
	transition: 0.3s;
	width: fit-content;
	margin: 0 auto;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 60px;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

@media screen and (max-width: 550px) {
	.overlay-content {
		margin-top: 0;
		top: 5%;
		width: 100%;
	}
}

@media screen and (max-width: 375px) {
	.overlay-content {
		margin-top: 0;
		top: 5%;
		width: 100%;
	}
}

@media screen and (max-height: 450px) {
	.overlay {
		overflow-y: auto;
	}

	.overlay a {
		font-size: 20px;
	}
}

.navbar {
	position: fixed;
	left: 85vw;
	top: 20px;
	cursor: pointer;
	z-index: 999;
}

/* ====================
        ~NAVBAR~
==================== */

/* ====================
        ~NAVBAR 2~
==================== */
.nav {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	/* margin-bottom: 50px; */
}

.navmobile {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	/* margin-bottom: 50px; */
}

/* Versi Desktop */
@media (min-width: 769px) {
	.navmobile {
		transform: translateY(-50px);
		display: none;
	}

	.nav {
		position: fixed;
		z-index: 3;
		text-align: center;
		vertical-align: center;
		height: 50px;
		min-width: 100vw;
		/* line-height: 70px; */
		/* background-color: rgba(255,255,255, 0.9); */
		/* background-color: rgba(77, 51, 45, 1); */
		background-color: #48bab4;
		transform: translateY(0);
		transition: 0.25s;
	}

	/* tambahan page one */
	/* .pageone{
        margin-top: 50px;
    } */
	.menu {
		width: 90vw;
		/* position: absolute; */
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-content: center;
		transition: 0.25s;
	}

	.menu a {
		text-decoration: none;
		/* color: #E45F69; */
		color: white;
		line-height: 50px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 0.9em;
		transition: 0.5s;
	}

	.menu img {
		/* width: 8em; */
		height: 25px;
		transition: 0.5s;
		margin-top: auto;
		margin-bottom: auto;
	}
}

/* ===================
    Desktop kalo windownya kecil, fontnya mengecil 
    ====================*/
@media (max-width: 992px) {
	.menu {
		padding: 0 1em;
	}

	.menu a {
		text-decoration: none;
		/* color: #CB9C3D; */
		color: white;
		vertical-align: center;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 0.8em;
	}

	.menu img {
		width: 6em;
	}
}

/* ====================
  DONE Windownya kecil, fontnya mengecil 
  ====================*/

/* ====================
  NAVBAR hide pas di HP
  ====================*/
@media (max-width: 768px) {
	.nav {
		transform: translateY(-5em);
	}
}

/*==============================
  DONE NAVBAR khusus PC 768px++
  ==============================*/

/* ==============================
  NAVBAR khusus HP 768px--
  ==============================*/
@media (min-width: 768px) {
	.navmobile {
		transform: translateY(-5em);
	}
}

@media (max-width: 768px) {
	.navmobile {
		position: fixed;
		z-index: 5;
		margin: 0;
		top: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		transform: translateY(0em);
		transition: 0.25s;
	}

	.navmobile .logonavmobile {
		display: flex;
		flex-direction: column;
		height: 50px;
		width: 100%;
		align-items: center;
		justify-items: center;
		position: relative;
		z-index: 6;
		background-color: #48bab4;
	}

	.navmobile .logonavmobile img {
		height: 25px;
		/* margin: auto; */
		margin-top: auto;
		margin-bottom: auto;
	}

	.navmobile .menumobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: flex-start;
		line-height: 50px;
		transform: translateY(-80vh);
		transition: 0.5s;
	}

	.navmobile .menumobile a {
		text-decoration: none;
		color: white;
	}

	.navmobile label {
		position: absolute;
		height: 50px;
		z-index: 7;
		top: 0;
		right: 0;
		margin: auto 25px auto 0;
		font-size: 1.3em;
		/* line-height: 2.75em; */
		width: 1.3em;
		float: right;
		color: rgba(255, 255, 255, 1);
	}

	/* TAMBAHAN */
	/* .pageone{
        margin-top: -5px;
    } */
	#toggle {
		display: none;
		position: absolute;
	}

	#toggle:checked + .menumobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: flex-start;
		transform: translateY(0em);
		background-color: rgba(72, 186, 180, 0.75);
	}
}

/* ==============================
  DONE NAVBAR khusus HP 768px--
  ==============================*/

/* TAMBAHAN PAGEONE */
/* @media(max-width:436px){
      .pageone{
          margin-top: -5px;
      }
  } */

/* ====================
        ~NAVBAR 2~
==================== */

/* ====================
pageone Nama Manten
==================== */
.pageone {
	min-height: 100vh;
	background-image: url(../img/1bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* overflow: hidden; */
}

.namamanten {
	text-align: center;
	/* padding: 5vh 0 0 0; */
}

.namamanten .save img {
	max-width: 280px;
	margin-bottom: 0vh;
}

.namamanten .name img {
	padding-top: 0px;
	max-width: 370px;
}

.namamanten .date img {
	padding-top: -5px;
	width: 220px;
}

.hi {
	/* position: absolute; */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	/* top: 17vh; */
}

.hi button {
	font-family: "Handlee", cursive;
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Dancing Script', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	background-color: #e6c385;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 25px;
	font-weight: 700;
	/* border: 1px solid white; */
	color: #8a222a;
	padding: 10px 20px;
	text-align: center;
	/* text-transform: capitalize; */
	/* text-transform: uppercase; */
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 2vh;
}

.kontennamamanten h1 {
	font-family: "Pacifico", cursive;
	font-weight: 200;
	font-size: 1.5em;
	color: white;
}

.kontennamamanten h2 {
	font-family: "Parisienne", cursive;
	font-weight: 700;
	font-size: 2em;
	color: white;
}

.tanggalnikah h3 {
	font-family: "Cookie", cursive;
	font-weight: 800;
	font-size: 2em;
	color: white;
	position: absolute;
	right: 10vw;
	left: 10vw;
	bottom: 15vh;
}

.pageone-decor-main {
	width: 50vw;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.decor-1 {
	width: 350px;
	position: absolute;
	top: -170px;
	left: -170px;
}

.decor-2 {
	width: 350px;
	position: absolute;
	top: -170px;
	right: -170px;
}

@media (max-width: 720px) {
	.namamanten img {
		margin: auto;
		max-width: 85vw;
	}
}

@media (max-width: 450px) {
	.pageone {
		min-height: 100vh;
	}

	.pageone-decor-main {
		width: 95vw;
	}

	.decor-1 {
		width: 200px;
		top: -90px;
		left: -90px;
	}

	.decor-2 {
		width: 200px;
		top: -90px;
		right: -90px;
	}

	.namamanten {
		padding: 0;
	}

	.namamanten .save img {
		max-width: 65vw;
	}

	.namamanten .name img {
		padding-top: 5px;
		max-width: 75vw;
	}

	.namamanten .date img {
		padding-top: 5px;
		width: 55vw;
	}
}

@media (max-width: 380px) {
	.namamanten {
		padding: 0;
	}

	.hi button {
		margin-bottom: 3vh;
	}

	.namamanten .save img {
		max-width: 62vw;
		margin-bottom: 0vh;
	}

	.namamanten .name img {
		padding-top: 5px;
		max-width: 70vw;
	}

	.namamanten .date img {
		padding-top: -5px;
		width: 55vw;
	}
}

@media (max-width: 330px) {
	.hi button {
		margin-bottom: 3vh;
	}

	.namamanten .save img {
		max-width: 60vw;
		margin-bottom: 0vh;
	}
}

/* ====================
AKHIR pageone Nama Manten
==================== */

/* =====================
        COUNTDOWN
===================== */
.countdown {
	/* color: #E477B3; */
	color: #e6c385;
}

.countdown ul {
	font-family: "Cookie", cursive;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	text-align: center;
}

.countdown ul li {
	display: inline-block;
}

.countdown ul li span {
	font-size: 28px;
	font-weight: 200;
	line-height: 50px;
	color: #5f0f11;
	background-color: #e6c385;
	border-radius: 10px;
	margin: 0px;
	padding: 5px 10px;
}

.countdown li.seperator {
	font-size: 40px;
	line-height: 45px;
	vertical-align: top;
	color: #e6c385;
}

.countdown li p {
	color: #e6c385;
	font-size: 20px;
}

/* =======================
AKHIR COUNTDOWN
======================= */

/* ====================
pagetwo Do'a
==================== */
.pagetwo {
	background-image: url(../img/2bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.decor-red-top-left {
	position: absolute;
	z-index: 1;
	top: -13%;
	left: -7%;
	width: 350px;
}

.decor-red-top-center {
	position: absolute;
	z-index: 1;
	top: -25%;
	width: 300px;
}

.decor-red-top-right {
	position: absolute;
	z-index: 1;
	top: -13%;
	right: -7%;
	width: 350px;
}

.decor-main {
  position: absolute;
  width: 300px;
  z-index: 1;
}

@media (max-width: 728px) {
	.decor-red-top-left {
		top: -12vh;
		left: -30vw;
		width: 55vw;
	}

	.decor-red-top-center {
		top: -10vh;
		width: 45vw;
	}

	.decor-red-top-right {
		top: -12vh;
		right: -30vw;
		width: 55vw;
	}

  .decor-main {
    width: 65vw;
    z-index: 1;
  }
}

@media (max-width: 380px) {
	.decor-red-top-left {
		top: -16vh;
		left: -30vw;
		width: 55vw;
	}

	.decor-red-top-center {
		top: -14vh;
		width: 45vw;
	}

	.decor-red-top-right {
		top: -16vh;
		right: -30vw;
		width: 55vw;
	}
}

.doa {
	text-align: center;
	height: 100vh;
	max-width: 65vw;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10vw;
	color: #5f0f11;
	display: flex;
	justify-content: center;
	align-items: center;
  z-index: 2;
}

@media (max-width: 768px) {
	.doa {
		text-align: center;
		height: 100vh;
		max-width: 100vw;
		padding: 0 10vw;
	}
}

.kontendoa h1 {
	font-family: "Courgette", cursive;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Acme', sans-serif; */
	font-weight: 500;
	font-size: 1.1em;
	padding: 10px;
	padding-bottom: 25px;
}

.kontendoa .surat h2 {
	padding-top: 10px;
	font-family: "Amiri", serif;
	font-weight: 200;
	font-size: 1.2em;
	line-height: 2;
}

.kontendoa .arti h2 {
	padding-top: 20px;
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Acme', sans-serif; */
	font-family: "Courgette", cursive;
	font-weight: 200;
	font-size: 1em;
  line-height: 1.5;
}

@media (max-width: 550px) {
	.doa {
		padding: 15vh 10vw;
	}

	.kontendoa .arti h2 {
		padding-top: 10px;
	}
}

@media (max-width: 375px) {
	.doa {
		padding: 12vh 12vw;
	}

	.kontendoa h1 {
		font-weight: 500;
		font-size: 1em;
		padding: 0px;
	}

	.kontendoa .arti h2 {
		font-weight: 200;
		font-size: 0.9em;
		padding-top: 10px;
	}
}

@media (max-width: 330px) {
	.doa {
		padding: 10vh 8vw;
	}
}

/* ====================
AKHIR pagetwo Do'a
==================== */

/* ====================
pagethree The Couple
==================== */
.pagethree {
	min-height: 100vh;
	background-image: url(../img/3bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	padding: 7vh 0;
}

.couple {
	text-align: center;
	min-height: 100vh;
	padding: 0 10vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kontencouple h1 {
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 2em;
	color: black;
	padding: 10px;
}

.kontencouple h2 {
	text-align: center;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Courgette', cursive; */
	/* font-family: 'Rancho', cursive;     */
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'ChallistaScript' !important; */
	font-family: "Satisfy", cursive;
	font-weight: 500;
	font-size: 2.15em;
	color: #e6c385;
	padding: 10px 0 0 0;
	margin-bottom: 5px;
}

.kontencouple h3 {
	text-align: center;
	/* font-family: 'Acme', sans-serif; */
	font-family: "Comfortaa", cursive;
	/* font-family: 'Handlee', cursive; */
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	font-weight: 500;
	font-size: 1rem;
	color: #e6c385;
	/* padding: 5px; */
	line-height: 1.5;
}

.kontencouple a {
	font-family: "Comfortaa", cursive;
	/* font-family: 'Handlee', cursive; */
	font-size: 0.9rem;
	color: #5f0f11;
	background-color: #e6c385;
	padding: 8px;
	font-weight: 600;
	width: fit-content;
	border-radius: 8px;
	margin: 0 auto;
}

.kontencouple h4 {
	font-family: "Handlee", cursive;
	font-size: 1em;
	color: #dab96b;
	margin-bottom: 30px;
}

.kontencouple img {
	width: 280px;
	/* padding: 10px 0; */
	margin-bottom: 5vh;
}

.kontencouple .couplecowo {
	/* padding: 5px 5px; */
}

.kontencouple .dan {
	padding: 5vh 0 0 0;
}

.kontencouple .couplecewe {
	/* padding: 5px 5px; */
}

.kontencouple .couplecowo img {
	background-position: center center;
	width: 250px;
	/* height: 230px; */
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/* margin-right: 30px; */
}

.kontencouple .dan img {
	background-position: center center;
	padding: 0vh 0;
	width: 200px;
	background-repeat: no-repeat;
}

.kontencouple .couplecewe img {
	background-position: center center;
	width: 250px;
	/* height: 230px; */
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/* margin-left: 30px; */
}

.kontencouple .quote h4 {
	margin-top: 5vh;
	font-family: "Cookie", cursive;
	color: #48bab4;
	text-align: center;
	font-size: 1em;
}

@media (max-width: 768px) {
	.kontencouple .dan {
		margin: auto;
		padding: 0px 0px 20px 0px;
	}

	.couple {
		padding: 5vh 0;
	}
}

@media (max-width: 420px) {
	.kontencouple img {
		margin-bottom: 3vh;
		max-width: 48vw;
		padding: 0;
	}

	.kontencouple .couplecowo img {
		padding: 5px 0px;
		max-width: 50vw;
		margin-left: auto;
		margin-right: auto;
	}

	.kontencouple .couplecewe img {
		padding: 5px 0;
		max-width: 50vw;
		margin-left: auto;
		margin-right: auto;
	}

	.kontencouple .dan img {
		padding: 25px 0 15px 0;
		max-width: 40vw;
		margin: 0px;
	}
}

@media (max-width: 355px) {
	.kontencouple .couplecowo img {
		padding: 0px;
		max-width: 50vw;
		margin-left: auto;
		margin-right: auto;
	}

	.kontencouple .couplecewe img {
		padding: 0px;
		max-width: 50vw;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 330px) {
	.couple {
		padding: 8vh 0vw;
	}
}

.col-md-auto {
	padding: 0px;
}

/* ====================
AKHIR pagethree The Couple
==================== */

/* ====================
pagefour Story
==================== */
.pagefour {
	height: 100vh;
	background-image: url(../img/2bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
  overflow: hidden;
  display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.story {
	text-align: center;
	height: 100vh;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 7vh 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  z-index: 2;
}

.storyjudul img {
	width: 250px;
	margin-bottom: 3vh;
}

.storykonten {
	width: 370px;
	background-color: #fff;
	padding: 8px 10px;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

.storykonten .judul {
	color: #5f0f11;
	margin-bottom: 0px;
	font-size: 1.8rem;
	font-family: "Adelline", sans-serif;
}

.storykonten .isi {
	color: #cba25b;
	font-size: 1rem;
	font-family: "Josefin Sans", serif;
}

@media (max-width: 550px) {
	.story {
		padding: 0;
	}

	.storyjudul img {
		width: 55vw;
	}

	.storykonten {
		width: 85vw;
	}

	.storykonten .judul {
		font-size: 2rem;
	}

	.storykonten .isi {
		font-size: 0.9rem;
	}
}

@media (max-width: 330px) {
	.story {
		padding: 12vh 0 0 0;
	}
}

.kontenstory {
	position: relative;
}

.story1 img {
	position: absolute;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: 0;
	right: 130px;
}

.story2 img {
	position: absolute;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	top: 75px;
	left: 130px;
	right: 0;
}

.story3 img {
	position: absolute;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	top: 150px;
	left: 0;
	right: 130px;
}

.story4 img {
	position: absolute;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	top: 225px;
	left: 130px;
	right: 0;
}

.story5 img {
	position: absolute;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	top: 300px;
	left: 0px;
	right: 130px;
}

@media (max-width: 500px) {
	.story1 img {
		width: 280px;
		left: 0;
		right: 110px;
	}

	.story2 img {
		width: 280px;
		left: 110px;
		right: 0;
		top: 70px;
	}

	.story3 img {
		width: 280px;
		left: 0;
		right: 110px;
		top: 140px;
	}

	.story4 img {
		width: 280px;
		left: 110px;
		right: 0;
		top: 210px;
	}

	.story5 img {
		width: 280px;
		left: 0;
		right: 110px;
		top: 280px;
	}
}

@media (max-width: 440px) {
	.story1 img {
		width: 260px;
	}

	.story2 img {
		width: 260px;
	}

	.story3 img {
		width: 260px;
	}

	.story4 img {
		width: 260px;
	}

	.story5 img {
		width: 260px;
	}
}

@media (max-width: 396px) {
	.story1 img {
		width: 240px;
		left: 0;
		right: 95px;
	}

	.story2 img {
		width: 240px;
		left: 95px;
		right: 0;
		top: 60px;
	}

	.story3 img {
		width: 240px;
		left: 0;
		right: 95px;
		top: 120px;
	}

	.story4 img {
		width: 240px;
		left: 95px;
		right: 0;
		top: 180px;
	}

	.story5 img {
		width: 240px;
		left: 0;
		right: 95px;
		top: 240px;
	}
}

@media (max-width: 360px) {
	.story1 img {
		width: 220px;
	}

	.story2 img {
		width: 220px;
		left: 80px;
		right: 0;
		top: 55px;
	}

	.story3 img {
		width: 220px;
		left: 0;
		right: 80px;
		top: 110px;
	}

	.story4 img {
		width: 220px;
		left: 80px;
		right: 0;
		top: 165px;
	}

	.story5 img {
		width: 220px;
		left: 0;
		right: 80px;
		top: 220px;
	}
}

@media (max-width: 330px) {
	.story1 img {
		width: 200px;
	}

	.story2 img {
		width: 200px;
	}

	.story3 img {
		width: 200px;
	}

	.story4 img {
		width: 200px;
	}

	.story5 img {
		width: 200px;
	}
}

/* ====================
AKHIR pagefour Story
==================== */

/* ====================
pagefour Gallery
==================== */
.pagefourb {
	min-height: 100vh;
	background-image: url(../img/4bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery {
	text-align: center;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 2;
}

.gallery .background {
	background-color: none;
}

.galleryjudul img {
	height: 70px;
	margin-bottom: 3vh;
}

.gallerykonten {
	position: relative;
	width: 50vw;
	margin: 0 auto;
}

@media (max-width: 500px) {
	.gallery {
		padding: 5vh 0;
	}

	.galleryjudul img {
		height: 50px;
	}

	.gallerykonten {
		position: relative;
		width: 80vw;
	}
}

.gallerykonten iframe {
	width: 400px;
	height: 300px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 4px 4px 14px #000;
	-webkit-box-shadow: 4px 4px 14px #000;
	box-shadow: 4px 4px 14px #000;
}

@media (max-width: 500px) {
	.gallerykonten iframe {
		width: 80vw;
	}
}

.gallerycol {
	width: 14vw;
	background-position: center;
	padding: 0;
	margin: 10px;
	z-index: 2;
}

.gallerycol img {
	background-position: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #5f0f11;
	border-radius: 10px;
}

@media (max-width: 500px) {
	.gallerycol {
		width: 30vw;
	}
}

/* ====================
AKHIR pagefour Gallery
==================== */

/* ====================
pagefour Story Video
==================== */
.pagefourc {
	height: 100vh;
	background-image: url(../img/2bg.jpg);
	/* background-image: url(../img/5bg.png); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.video {
	padding: 0;
	text-align: center;
	z-index: 2;
}

.videojudul img {
	width: 250px;
	margin-bottom: 5vh;
}

@media (max-width: 550px) {
	.videojudul img {
		width: 46vw;
		margin-bottom: 5vh;
	}
}

.videokonten {
	position: relative;
}

.videokonten iframe {
	width: 400px;
	height: 300px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 4px 4px 14px #000;
	-webkit-box-shadow: 4px 4px 14px #000;
	box-shadow: 4px 4px 14px #000;
}

@media (max-width: 500px) {
	.videokonten iframe {
		width: 80vw;
	}
}

/* ====================
AKHIR pagefour Video
==================== */

/* ====================
pagefive The Wedding
==================== */
.pagefive {
	min-height: 100vh;
	background-image: url(../img/4bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* position: fixed; */
	overflow: hidden;
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wedding {
	text-align: center;
	min-height: 100vh;
	padding: 10vh 0;
}

.kontenwedding img {
	text-align: center;
	width: 300px;
	margin-bottom: 3vh;
}

.kontenwedding .konten {
	max-width: 55vw;
	margin-left: auto;
	margin-right: auto;
}

.wedding .kontenwedding .konten h1 {
	color: #5f0f11;
	text-align: center;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Comfortaa', cursive; */
	font-family: "Handlee", cursive;
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 600;
	padding: 25px;
	font-size: 1.2em;
	margin: 0;
}

.weddingcol {
	width: 100%;
  max-width: 320px;
	max-height: 280px;
	/* box-shadow: 0 0 16px #a77b1c; */
	/* border-width: 3px; */
	/* border-style: solid; */
	border-radius: 15px;
	/* border-color: #A17558; */
	/* background-color: #E3C683; */
	background-image: url(../img/5gb1.png);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: white; */
	padding: 10px 15px 0 15px;
	margin: 20px;
	z-index: 2;
}

.weddingcol .weddingresepsi li {
	color: #5F0F11;
	font-size: 17px;
	text-align: center;
	list-style-type: none;
	/* font-family: 'Acme', sans-serif; */
	font-family: "Handlee", cursive;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Hammersmith One', sans-serif; */
	font-weight: 600;
}

.weddingcol .weddingakad li {
	color: #5F0F11;
	font-size: 17px;
	text-align: center;
	list-style-type: none;
	/* font-family: 'Acme', sans-serif; */
	font-family: "Handlee", cursive;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Hammersmith One', sans-serif; */
	font-weight: 600;
}

.weddingcol .weddingngunduh li {
	color: #6c4e3e;
	font-size: 1em;
	font-weight: 100;
	text-align: center;
	list-style-type: none;
	font-family: "Acme", sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Hammersmith One', sans-serif; */
	font-weight: 500;
}

@media (max-width: 500px) {
	.wedding {
		padding: 12vh 0;
	}

	.kontenwedding .konten {
		max-width: 100vw;
	}

	.wedding .kontenwedding .konten h1 {
		font-size: 19px;
		padding: 16px;
		padding-bottom: 10px;
	}
}

.kontenwedding .weddingcol .weddingresepsi h1 {
	list-style-type: none;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Great Vibes', cursive; */
	font-family: "valentine" !important;
	/* font-family: 'Courgette', cursive; */
	/* font-family: 'ChallistaScript' !important; */
	/* border-bottom: #C15E74 3px solid; */
	/* font-family: 'Courgette', cursive; */
	/* font-family: 'Rancho', cursive; */
	font-size: 1.75rem;
	/* text-decoration: underline; */
	padding-bottom: 10px;
	border-bottom: 2px solid #CC9933;
	color: #CC9933;
	margin-bottom: 10px;
}

.kontenwedding .weddingcol .weddingakad h1 {
	list-style-type: none;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Great Vibes', cursive; */
	font-family: "valentine" !important;
	/* font-family: 'Courgette', cursive; */
	/* font-family: 'ChallistaScript' !important; */
	/* font-family: 'Rancho', cursive; */
	/* border-bottom: #C15E74 3px solid; */
	/* font-family: 'Courgette', cursive; */
	font-size: 1.75rem;
	/* text-decoration: underline; */
	padding-bottom: 10px;
	border-bottom: 2px solid #CC9933;
	color: #CC9933;
	margin-bottom: 10px;
}

.kontenwedding .weddingcol .weddingngunduh h1 {
	list-style-type: none;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	font-family: "Great Vibes", cursive;
	/* font-family: 'ChallistaScript' !important; */
	/* font-family: 'Rancho', cursive; */
	/* border-bottom: #C15E74 3px solid; */
	/* font-family: 'Courgette', cursive; */
	font-size: 2.2em;
	/* text-decoration: underline; */
	/* padding: 5px; */
	color: #6c4e3e;
	margin-bottom: 0px;
}

.kontenwedding .weddingcol .weddingresepsi h2 {
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;
	list-style-type: none;
	font-family: "Acme", sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	padding: 5px;
	color: #332c2b;
	margin-bottom: 0px;
}

.kontenwedding .weddingcol .weddingakad h2 {
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;
	list-style-type: none;
	font-family: "Acme", sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	padding: 5px;
	color: #332c2b;
	margin-bottom: 0px;
}

.kontenwedding .weddingcol .weddingngunduh h2 {
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;
	list-style-type: none;
	font-family: "Acme", sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	padding: 5px;
	color: #332c2b;
	margin-bottom: 0px;
}

.weddingresepsi .event {
	/* padding-top: 10px; */
	text-align: center;
}

.weddingakad .event {
	/* padding-top: 10px; */
	text-align: center;
}

.weddingngunduh .event {
	/* padding-top: 10px; */
	text-align: center;
}

/* .kontenwedding .weddingakad img{
    max-width: 150px;
}
.kontenwedding .weddingresepsi img{
    max-width: 105px;
} */
@media (max-width: 440px) {
	.weddingcol {
		padding: 10px 10px 0 10px;
		margin: 20px 50px;
	}

	.kontenwedding img {
		width: 60vw;
		margin: 0;
	}
}

/* ====================
AKHIR pagefive The Wedding
==================== */

/* ====================
pagesix Maps
==================== */
.pagesix {
	height: 100vh;
	background-image: url(../img/5bgb.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.maps {
	text-align: center;
	padding: 0;
	z-index: 2;
}

.maps img {
	width: 160px;
}

@media (max-width: 440px) {
	.pagesix {
		max-height: 100vh;
	}

	.maps img {
		width: 33vw;
	}
}

.maps-responsive {
	position: relative;
}

.maps-responsive .map-border {
	margin-top: 2vh;
	width: 360px;
	height: 360px;
	background-color: transparent;
	border: 3px #e6c385 solid;
	margin-left: auto;
	margin-right: auto;
}

.maps-responsive .map-border iframe {
	padding: 10px;
	width: 350px;
	height: 350px;
}

@media (max-width: 500px) {
	.maps-responsive .map-border {
		margin-top: 5vh;
		width: 310px;
		height: 310px;
		background-color: transparent;
		border: 3px #e6c385 solid;
		margin-left: auto;
		margin-right: auto;
	}

	.maps-responsive .map-border iframe {
		padding: 10px;
		width: 300px;
		height: 300px;
	}
}

@media (max-width: 330px) {
	.maps-responsive .map-border {
		margin-top: 5vh;
		width: 290px;
		height: 290px;
		background-color: transparent;
		border: 3px #e6c385 solid;
		margin-left: auto;
		margin-right: auto;
	}

	.maps-responsive .map-border iframe {
		padding: 10px;
		width: 280px;
		height: 280px;
	}
}

.maps-responsive button {
	margin-top: 20px;
	background-color: transparent;
	border: 5px #e6c385 solid;
	border-radius: 50px;
	padding: 2px 25px;
}

.maps-responsive a {
	color: #e6c385;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: "Acme", sans-serif;
	font-size: 20px;
}

/* ====================
AKHIR pagesix Maps
==================== */

/* ====================
pageseven Family
==================== */
.pageseven {
	height: 100vh;
	background-image: url(../img/4bg.jpg);
	/* Parallax EFFECTS */
	/* background-attachment: fixed; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  overflow: hidden;
  position: relative;
}

.family {
	text-align: center;
  z-index: 2;
}

.family .judul img {
	padding-bottom: 24px;
	height: 95px;
}

.family h1 {
	color: #000;
	font-size: 20px;
	font-family: "Comfortaa", cursive;
	line-height: 1.5em;
	font-weight: 600;
	margin-top: 0vh;
	margin-bottom: 16px;
	z-index: 2;
}

.family h2 {
	color: #5f0f11;
	font-size: 20px;
	font-family: "Comfortaa", cursive;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 8px;
	z-index: 2;
}

.family .namacouple img {
	margin-top: 30px;
	height: 25px;
	z-index: 1;
}

.family .terimakasih img {
	padding-top: 42px;
	height: 110px;
}

@media screen and (max-width: 768px) {
	.family h1 {
		font-size: 18px;
	}

	.family h2 {
		font-size: 16px;
	}

	.family .judul img {
		height: 85px;
	}

	.family .namacouple img {
		height: 20px;
	}

	.family .terimakasih img {
		height: 100px;
	}
}

/* ====================
AKHIR pageseven Family
==================== */

/* ====================
pageeight RSVP
==================== */
.pageeight {
	min-height: 100vh;
	background-image: url(../img/1bg.png);

	/* Parallax EFFECTS OFF */
	/* background-attachment: fixed; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.rsvp {
	text-align: center;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.rsvp h1 {
	margin-bottom: 5px;
	font-size: 3em;
	color: #e6c385;

	/* font-family: 'ChallistaScript' !important; */
	/* font-family: 'Great Vibes', cursive; */
	font-family: "Lobster", cursive;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Acme', sans-serif; */
}

.rsvp .formrsvp {
	font-size: 1em;
	padding: 10px;
	border-radius: 10px;
}

.kontenrsvp {
	margin: 0px auto;
	width: 350px;
	background: rgba(0, 0, 0, 0.25);
	/*meletakkan form ke tengah*/
	padding: 20px 20px;
	font-size: 11pt;
	border: #e6c385 3px solid;
	border-radius: 20px;
  z-index: 2;
}

.kontenrsvp input select {
	height: 1em;
}

label {
	font-size: 11pt;
}

.formrsvp {
	/*membuat lebar form penuh*/
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	font-size: 11pt;
	/* margin-bottom: 10px; */
}

.formulir {
	text-align: center;
	font-family: "Acme", sans-serif;
}

.formulir label {
	font-size: 1.2em;
	margin-bottom: 0;
	color: #e6c385;
	font-weight: 500;
}

.formulir input {
	font-size: 1em;
	border: none;
	border-bottom: 2px solid #FFF;
	background-color: transparent;
	color: #FFF;
	border-radius: 0px;
	padding: 0;
	margin-bottom: 5px;
}

.formulir select {
	padding: 5px 10px;
	margin-bottom: 5px;
}

.formulir input::placeholder,
.formulir textarea::placeholder {
	color: #FFF;
	text-align: center;
}

.formulir input:focus,
.formulir textarea:focus {
	background-color: transparent;
	color: #FFF;
}

.formulir select:focus {
	background-color: transparent;
	color: #FFF;
}

.formulir select,
.formulir textarea {
	border: 2px solid #FFF;
	background-color: transparent;
	color: #FFF;
}

.tombolrsvp {
	background: #e6c385;
	color: #5f0f11;
	font-size: 11pt;
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 10px 20px;
}

@media (max-height: 580px) {
	.pageeight {
		min-height: 110vh;
	}

	.rsvp {
		padding: 18vh 0;
	}
}

@media (max-width: 380px) {
	.rsvp {
		padding: 7vh 0;
	}

	.kontenrsvp {
		/* padding: 20vh 0 0 0; */
		width: 90%;
	}
}

.don {
	max-width: 30vw;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2vh;
	padding-bottom: 2vh;
}

@media (max-width: 500px) {
	.don {
		margin-left: auto;
		margin-right: auto;
		max-width: 75vw;
	}
}

.don h2 {
	color: #f9d550;
	font-size: 12pt;
	/* font-family: 'Acme', sans-serif; */
	font-family: "Comfortaa", cursive;
	/* line-height: 1.3em; */
	font-weight: 600;
	margin: 0;
}

.don h3 {
	color: #f9d550;
	font-size: 15pt;
	font-family: "Acme", sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Nanum Gothic', sans-serif; */
	/* line-height: 1.3em; */
	font-weight: 600;
	margin: 0px;
}

.don .col {
	padding: 0px;
	margin: 0px;
}

.don img {
	margin: 5px;
	width: 120px;
}

.prot {
	width: 70%;
	margin: 3vh auto 0 auto;
}

.prot .row {
	margin: 10px 0;
}

.prot .col {
	padding: 0 5px;
	margin: 0;
}

.prot h6 {
	font-family: "Chicle", cursive;
	font-size: 1.2em;
	color: black;
	font-weight: 500;
	padding: 0 26vw;
	margin-bottom: 0;
}

.prot p {
	font-family: "Acme", sans-serif;
	font-size: 10pt;
	color: black;
	margin-bottom: 0;
}

.prot img {
	max-width: 120px;
	height: 100px;
	margin: 0;
}

@media (max-width: 500px) {
	.prot {
		width: 100%;
	}

	.prot h6 {
		font-size: 1em;
		color: black;
		padding: 0 5vw;
	}
}

/* ====================
AKHIR pageeight RSVP
==================== */

/* ====================
pagetwo2 DOA PENGANTIN
==================== */
.pagetwo2 {
	height: 100vh;
	background-image: url(../img/5bg2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.doa2 {
	text-align: center;
	z-index: 2;
}

.doa2judul img {
	width: 350px;
	margin-bottom: 3vh;
}

@media (max-width: 550px) {
	.doa2judul img {
		width: 63vw;
		margin-bottom: 5vh;
	}
}

.doa2konten {
	width: 600px;
	background-color: rgba(0, 0, 0, 0.25);
	opacity: 0.8;
	border-radius: 12px;
	border: 5px solid #e6c385;
	margin: auto;
	padding: 20px 25px;
}

.doa2konten .arab {
	color: #e6c385;
	padding-top: 10px;
	font-family: "Amiri", serif;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2;
	/* padding-top:10px; */
}

.doa2konten .arti {
	color: #e6c385;
	font-weight: 500;
	padding-top: 15px;
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	font-family: "Handlee", cursive;
	/* font-family: 'Acme', sans-serif; */
	font-size: 1.25rem;
}

@media (max-width: 768px) {
	.doa2konten {
		margin: auto;
		max-width: 90vw;
		padding: 10px;
	}

	
	.doa2konten .arab {
		font-size: 20px;
	}

	.doa2konten .arti {
		font-size: 18px;
	}
}

/* ====================
AKHIR pagetwo2 DOA PENGANTIN
==================== */

/* ====================
pagenine Live
==================== */
.pagenine {
	min-height: 100vh;
	background-image: url(../img/4bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.live {
	text-align: center;
	padding: 5vh 0 0 0;
}

.live .judullive img {
	margin-left: auto;
	margin-right: auto;
	padding: 5vh 0;
	width: 320px;
}

.live .judullive h1 {
	color: white;
	font-size: 2.75em;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	font-family: "Great Vibes", cursive;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Nanum Gothic', sans-serif; */
	line-height: 3em;
	font-weight: 500;
}

.live .livezoom h1 {
	color: black;
	font-size: 1.2em;
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Great Vibes', cursive; */
	font-family: "Comfortaa", cursive;
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 500;
	text-align: center;
	padding: 0px 25vw 10px 25vw;
}

.live .livezoom h2 {
	color: black;
	font-size: 1.2em;
	font-family: "Acme", sans-serif;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Great Vibes', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 600;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

.live .livezoom a {
	background-color: #b78c2f;
	color: white;
	padding: 5px 5px;
	font-size: 1em;
	/* font-family: 'Acme', sans-serif; */
	font-family: "Yanone Kaffeesatz", sans-serif;
	/* font-family: 'Great Vibes', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 500;
	text-align: center;
	border-radius: 12px;
	border: 3px solid white;
}

.live .livezoom a:hover {
	background-color: rgb(3, 49, 36);
}

.live .livezoom h3 {
	color: #0a6249;
	font-size: 1em;
	font-family: "Acme", sans-serif;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Great Vibes', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 500;
	text-align: center;
	line-height: 1em;
	margin-top: 5px;
}

.live .livezoom h4 {
	color: #754930;
	font-size: 1em;
	font-family: "Courgette", cursive;
	/* font-family: 'Rancho', cursive; */
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Great Vibes', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 600;
	text-align: center;
	line-height: 1em;
	/* margin-top: 5px; */
}

@media (max-width: 500px) {
	.live {
		padding: 5vh 0;
	}

	.live .judullive img {
		margin-left: auto;
		margin-right: auto;
		padding: 5vh 0;
		width: 275px;
	}

	.live .livezoom h1 {
		color: black;
		font-size: 1rem;
		/* font-family: 'Cookie', cursive; */
		/* font-family: 'Acme', sans-serif; */
		/* font-family: 'Yanone Kaffeesatz', sans-serif; */
		/* font-family: 'Great Vibes', cursive; */
		font-family: "Comfortaa", cursive;
		/* font-family: 'Nanum Gothic', sans-serif; */
		font-weight: 500;
		text-align: center;
		padding: 0px 3vw 10px 3vw;
	}
}

.don {
	max-width: 45vw;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.don h2 {
	color: black;
	font-size: 12pt;
	/* font-family: 'Acme', sans-serif; */
	font-family: "Comfortaa", cursive;
	/* line-height: 1.3em; */
	font-weight: 600;
	margin: 0;
}

.don h3 {
	color: black;
	font-size: 1.2rem;
	font-family: "Acme", sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Nanum Gothic', sans-serif; */
	/* line-height: 1.3em; */
	font-weight: 600;
	margin: 0px;
}

.don .don-border-bottom {
	border-bottom: 2px solid;
	padding-bottom: 10px;
}

.don img {
	width: 80%;
	margin: 0 auto;
}

.don a {
	font-size: 1rem;
	font-family: "Acme", sans-serif;
	font-weight: 400;
}

@media (max-width: 500px) {
	.don {
		margin-left: auto;
		margin-right: auto;
		max-width: 80vw;
	}
}

.amplop {
	background-image: url(../img/4bg.png);
	/* background-image: url(../img/3bg.png); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	padding: 5vh 0;
}

.amplop .title {
	/* color: #FCD174;
	font-family: 'Great Vibes', cursive;
	font-size: 4rem; */
}

.amplop .title img {
	width: 325px;
	margin-bottom: 5vh;
}

.amplop .konten p,
.modal-content2 .konten p {
	color: #5f0f11;
	text-align: center;
	font-family: "Comfortaa", cursive;
	font-weight: 600;
	font-size: 1.25rem;
}

.amplop .rekening {
	width: 50%;
}

.amplop .rekening .title,
.modal-content2 .rekening .title {
	/* font-family: 'Acme', cursive; */
	font-family: "Comfortaa", cursive;
	font-size: 1.25rem;
	font-weight: 700;
	color: #5f0f11;
}

.amplop .rekening .no,
.modal-content2 .rekening .no {
	font-family: "Comfortaa", cursive;
	font-size: 1rem;
	font-weight: 700;
	color: #5f0f11;
}

.amplop .rekening img,
.modal-content2 .rekening img {
	height: 40px;
	margin: 16px auto;
}

.amplop .rekening .copy,
.modal-content2 .rekening .copy {
	color: #e6c385;
	font-family: "Acme", cursive;
	font-size: 1rem;
	background-color: #5f0f11;
	border-radius: 10px;
	padding: 8px 16px;
	width: fit-content;
	margin: auto;
	outline: 0;
	appearance: none;
}

.amplop .rekening .name,
.modal-content2 .rekening .name {
	font-family: "Acme", cursive;
	font-size: 1.2rem;
	font-weight: 500;
	color: #5f0f11;
	text-align: center;
	border-bottom: 2px solid #e6c385;
	padding: 4px;
}

@media (max-width: 500px) {
	.amplop {
		padding: 5vh 5vw;
		background-image: url(../img/10bg.png);
	}

	.amplop .rekening {
		min-width: 85%;
	}

	.amplop .title img {
		width: 52vw;
		margin-bottom: 2vh;
	}

	.amplop .konten p,
	.modal-content2 .konten p {
		font-size: 0.9rem;
	}

	.amplop .rekening .title,
	.modal-content2 .rekening .title {
		font-size: 1.1rem;
	}

	.amplop .rekening .no,
	.modal-content2 .rekening .no {
		font-size: 0.9rem;
	}

	.amplop .rekening img,
	.modal-content2 .rekening img {
		height: 50px;
		margin: auto;
	}

	.amplop .rekening .copy,
	.modal-content2 .rekening .copy {
		font-size: 0.9rem;
		border-radius: 10px;
		padding: 6px 20px;
	}

	.amplop .rekening .name,
	.modal-content2 .rekening .name {
		padding: 4px 0;
		font-size: 1rem;
	}
}

/* ====================
pagenine Live
==================== */

/* ==================
PAGE TEN GUEST
================== */
.pageten {
	background-image: url(../img/2bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100vh;
	overflow: hidden;
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guest {
	z-index: 2;
	text-align: center;
	padding: 12vh 0 0 0;
  width: 100%;
  height: 100vh;
}

.guest-title img {
	width: 250px;
}


/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}

.customer-feedback h2 {
	/* color: #754930; */
	color: #5F0F11;
	/* font-family: 'Great Vibes', cursive; */
	/* font-family: 'Lobster', cursive; */
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	font-family: 'Cookie', cursive;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Acme', sans-serif; */
	font-size: 3em;
}

.feedback-slider-item {
	position: relative;
	padding: 20px 50px;
	margin-top: 0;
}

.customer-name {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item h3 {
	color: #5F0F11;
	font-family: 'Lobster', cursive;
  text-align: center;
	font-size: 1.5em;
}

.feedback-slider-item p {
	line-height: 1.5;
	color: #000;
	/* font-family: 'Handlee', cursive; */
	font-family: 'Courgette', cursive;
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Acme', sans-serif; */
	font-size: 16px;
	margin-bottom: 5px;
  text-align: center;
  text-wrap: pretty;
}

.feedback-slider-item h4 {
	text-align: right;
	line-height: 1;
	color: #000;
	/* font-family: 'Lobster', cursive; */
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	font-family: 'Acme', sans-serif;
	font-size: 16px;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 5px solid #5F0F11;
	border-radius: 16px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  bottom: auto;
}

.customer-feedback .owl-nav i .fas {
	background-color: transparent;
	color: #5E0F10;
	/* font-size: 25px; */
}

.customer-feedback .owl-prev {
	left: 0;
}

.customer-feedback .owl-next {
	right: 0;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
}

.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid #5F0F11;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: #5F0F11;
}

/* ==================
AKHIR PAGE TEN GUEST
================== */

/* ==================
MUSIK
================== */
.toggle-music {
	position: fixed;
	z-index: 10;
	bottom: 25px;
	left: 15px;
	width: 3rem;
	height: 3rem;
	cursor: pointer;

	/* border-radius: 100%;
  border: 2px solid white; */
}

.music-on {
	display: block;
	background: url(../img/musicon-white.svg) center center / 60% no-repeat;
}

.music-off {
	display: none;
	background: url(../img/musicoff-white.svg) center center / 60% no-repeat;
}

/* ==================
AKHIR    MUSIK
================== */

/* Modal button */
.modal-btn {
	font-family: "Rancho", cursive;
	/* font-family: 'Baloo Bhaina', cursive; */
	/* font-family: 'acme', cursive; */
	letter-spacing: 1px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 20pt;
	padding: 0px 15px;
	background-color: #5f0f11;
	color: #e6c385;
	transition: all 0.3s;
	border-radius: 18px;
	font-weight: 500;
	margin-top: 7vh;
	/* border: 3px solid white; */
}

/* .modal-btn:hover {
	background-color: #B89031;
	border-radius: 12px;
	border: 2px solid white;
} */

/* Modal */
.modal {
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	overflow: auto;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Modal Content */
.modal-content {
	position: relative;
	top: 10%;
	width: 750px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 550px) {
	.modal-content {
		width: 90%;
		top: 8%;
	}
}

@media (max-width: 360px) {
	.modal-content {
		width: 95%;
		top: 6%;
	}
}

.modal-animated-in {
	animation: totop-in 0.3s ease;
}

.modal-animated-out {
	animation: totop-out 0.3s ease forwards;
}

.modal-header {
	font-family: "Oswald", sans-serif;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Acme', cursive; */
	background-color: #5f0f11;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}

.modal-content .close {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #222;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 15px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	margin: 0px;
	font-size: 36px;
}

.modal-content .close:hover {
	background-color: #fff;
	color: #222;
}

/* Modal Body */
.modal-body {
	font-family: "Acme", cursive;
	font-size: 0.8em;
	padding: 0 0 16px 0;
}

.modal-body table {
  width: 100%;
}

.modal-body th {
	font-size: 1.2em;
}

.modal-body td {
	font-size: 1em;
}

.comment-item {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-bottom: 1px solid #FFBD2C;
}

.comment-item .nama-tamu {
  padding: 0 8px;
  font-size: 14px;
  color: #575757;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-item .ucapan {
  padding: 0 8px;
  font-size: 12px;
  color: #1A1A1A;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_pagi nate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  /* background-color: #0E2142 !important; */
  padding: 4px 16px;
  font-size: 12px;
  color: #5f0f11 !important;
  font-family: monospace;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

.dataTables_wrapper .dataTables_info {
  margin-bottom: 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #5f0f11 !important;
  background-color: transparent !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 3px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #FFF !important;
  border-radius: 4px;
  background-color: #FFBD2C !important;
}

/* Modal Footer */
.modal-footer {
	background-color: #111;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}

.modal-header h3,
.modal-footer h3 {
	color: #fff;
}

/* Keyframes */
@keyframes totop-in {
	0% {
		top: 600px;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes totop-out {
	0% {
		top: 0px;
		opacity: 1;
	}

	100% {
		top: -100%;
		opacity: 0;
	}
}

@import url("//cdn.datatables.net/1.10.2/css/jquery.dataTables.css");

td.details-control {
	background: url("http://www.datatables.net/examples/resources/details_open.png")
		no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url("http://www.datatables.net/examples/resources/details_close.png")
		no-repeat center center;
}

#cover {
	width: 100%;
	height: 100%;
	z-index: 1050;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* min-height: 100vh; */
	background-image: url(../img/0bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 48%;
	/* background-color: #ddb978; */
	position: absolute;
	opacity: 0;
	transition: opacity 1s ease-out;
}

#cover.open {
	opacity: 1;
}

#cover .name {
	font-family: "Smoothie-Shoppe";
	color: #5F0F11;
	font-size: 3.5rem;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 1.2;
}

#cover .dear {
	margin: 8px 0 16px 0;
	font-family: "Poppins", "Montserrat", sans-serif;
	font-size: 0.9rem;
  letter-spacing: 3px;
  font-weight: 400;
	color: #5F0F11;
	text-align: center;
}

#cover .info {
  font-family: 'Comfortaa', cursive;
  font-size: 0.8rem;
  padding: 0 2.5rem;
  color: #5F0F11;
  text-align: center;
  margin-bottom: 4px;
}

#cover button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 20px;
	border-radius: 15px;
	color: #ddb978;
	background-color: #5f0f11;
	outline: 0;
	border: 2px solid #ddb978;
	font-weight: 600;
	font-size: 1rem;
	appearance: none;
	font-family: "Handlee", cursive;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Comfortaa', cursive; */
}

.dec-0 {
	width: 210px;
	margin-bottom: 1vh;
}

.dec-0-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 35vw;
	z-index: 1;
}

.dec-0-1-alt {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35vw;
	transform: scale(-1);
	z-index: 1;
}

.dec-0-2 {
	position: absolute;
	top: -120px;
	right: -120px;
	width: 300px;
	z-index: 2;
}

.dec-0-2-alt {
	position: absolute;
	bottom: -120px;
	left: -120px;
	width: 300px;
	z-index: 2;
}

.dec-2-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 360px;
	/* transform: scaleY(-1); */
}

.dec-2-1-alt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 360px;
	/* transform: scale(-1); */
}

.dec-3-0 {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
}

.dec-3-0-alt {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	/* transform: scale(-1); */
}

.dec-3-1 {
	position: absolute;
	z-index: 1;
	width: 200px;
	top: 42%;
	left: -120px;
}

.dec-3-2 {
	position: absolute;
	z-index: 1;
	width: 200px;
	top: 42%;
	right: -120px;
}

.dec-4-1 {
	position: absolute;
	z-index: 1;
	width: 200px;
	top: -100px;
	right: -100px;
}

.dec-4-2 {
	position: absolute;
	z-index: 1;
	width: 200px;
	bottom: -100px;
	left: -100px;
}

.dec-4-2-alt {
	position: absolute;
	z-index: 1;
	width: 200px;
	bottom: -100px;
	right: -100px;
}

.dec-4-3 {
	position: absolute;
	z-index: 1;
	width: 150px;
	top: -170px;
	left: -80px;
}

.dec-4-4 {
	position: absolute;
	z-index: 1;
	width: 110px;
	bottom: -80px;
	right: -30px;
}

@media (max-width: 768px) {
	#cover .name {
		font-size: 3rem;
	}

	.dec-0 {
		width: 125px;
	}
	
	.dec-0-1 {
		left: -15vw;
		top: 0;
		width: 60vw;
	}

	.dec-0-1-alt {
		right: -15vw;
		bottom: 0;
		width: 60vw;
	}

	.dec-0-2 {
		top: -90px;
		right: -90px;
		width: 200px;
	}

	.dec-0-2-alt {
		bottom: -90px;
		left: -90px;
		width: 200px;
	}

	.dec-2-1 {
		left: -20vw;
		width: 60vw;
	}
	
	.dec-2-1-alt {
		right: -20vw;
		width: 60vw;
	}

	.dec-3-0 {
		width: 310vw;
		top: 0;
		right: -50vw;
	}

	.dec-3-0-alt {
		position: absolute;
		width: 310vw;
		bottom: 0;
		left: -50vw;
	}
}

@keyframes fadeInScaleY {
	0% {
		opacity: 0;

	}
	100% {
		opacity: 1;
	}
}

.spin {
	animation: spin 15s linear infinite;
	animation-delay: 2s;
	transition-property: rotate;
}

.spin-reverse {
	animation: spinReverse 15s linear infinite;
	animation-delay: 2s;
	transition-property: rotate;
}

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

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

.text-white {
	color: #FFFFFF;
}

.text-gold {
	color: #E6C385;
}

.text-red {
	color: #5F0F11;
}

.font-smoothie {
	font-family: "Smoothie-Shoppe";
	font-weight: 500;
}

.font-josefin {
	font-family: "Josefin Sans";
	font-weight: 500;
}

.text-xl {
	font-size: 70px;
	line-height: 1.25;
}

.text-base {
	font-size: 28px;
}

.font-adelline {
	font-family: "Adelline", sans-serif;
}

.text-header {
	font-size: 60px;
}

.love-story {
	position: relative;
	width: 100%;
	max-width: 800px;
	padding-inline: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.love-story .line {
	position: absolute;
	height: 110%;
	width: 8px;
	border-radius: 8px;
	background-color: #5F0F11;
	left: unset;
}

.love-story .content {
	display: flex;
	align-items: center;
	background-color: #5F0F11;
	width: calc(50% - 18px);
	flex-shrink: 0;
	padding: 4px;
	border-radius: 8px;
}

.love-story .content.left {
	flex-direction: row;
	margin-right: auto;
}

.love-story .content.right {
	flex-direction: row-reverse;
	margin-left: auto;
}

.love-story .content.not-first {
	margin-top: -45px;
}

.love-story .content .image {
	height: 100px;
	width: auto;
	border: 4px solid #E6C385;
	flex-shrink: 0;
	border-radius: 8px;
}

.love-story .content .item {
	flex-grow: 1;
	font-family: "Acme", sans-serif;
}

.love-story .content .title {
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	color: #FFF;
}

.love-story .content .sub-title {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #E6C385;
}

@media (max-width: 768px) {
	.text-xl {
		font-size: 50px;
	}

	.text-base {
		font-size: 20px;
	}
	.text-header {
		font-size: 42px;
	}	

	.love-story {
		padding-inline: 40px;
	}

	.love-story .line {
		left: 16px;
		height: 105%;
	}

	.love-story .content {
		width: 100%;
	}

	.love-story .content.right {
		flex-direction: row;
	}

	.love-story .content.not-first {
		margin-top: 10px;
	}

	.love-story .content .image {
		height: 60px;
	}

	.love-story .content .title {
		font-size: 18px;
	}

	.love-story .content .sub-title {
		font-size: 14px;
	}
}