/* ====================
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;
}

/* ====================
        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: .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: .25s;
	}

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

	.menu img {
		/* width: 8em; */
		height: 25px;
		transition: .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: .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: .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: .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;
  /* background-color: #8B2D30; */
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

.namamanten .save img {
	width: 420px;
	margin-left: -1.5rem;
  /* margin-left: auto; */
  margin-right: auto;
}

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

.namamanten .date img {
	padding-top: 10px;
	width: 180px;
}

.hi {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.hi button {
	font-family: 'Handlee', cursive;
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Dancing Script', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	background-color: #AB8738;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
	outline: none;
  border: 1px solid #AB8738;
	border-radius: 25px;
  font-weight: 600;
	/* border: 1px solid white; */
	color: #FFF;
	padding: 10px 20px;
	text-align: center;
	/* text-transform: capitalize; */
	/* text-transform: uppercase; */
	text-decoration: none;
	font-size: 16px;
	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 {
  height: 7vh;
  position: absolute;
  top: 0;
  z-index: 1;
}

.decor-1-alt {
  height: 7vh;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.decor-2 {
  width: 5vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.decor-2-alt {
  width: 5vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.decor-2b {
  width: 5vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.decor-2b-alt {
  width: 5vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: scaleX(-1);
}

@media (max-width: 768px) {
  /* .pageone {
	  background-position: 52%;
	} */

	.namamanten img {
		margin: auto;
		max-width: 85vw;
	}
}

@media (max-width: 500px) {
	.pageone {
		min-height: 100vh;
    /* background-position: 52%; */
	}

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

  .decor-2 {
    width: 90vw;
    left: -35vw;
    /* top: 50%; */
    /* transform: translate(0, -50%); */
    /* left: -12vw; */
    /* height: 83%; */
    /* height: 83vh; */
  }
  
  .decor-2-alt {
    width: 105vw;
    right: -61vw;
    /* top: 50%; */
    /* right: -12vw; */
    /* transform: translate(0, -50%); */
    /* height: 83%; */
    /* height: 83vh; */
  }

  .decor-2b {
    width: 16vw;
    left: -6vw;
    /* top: 50%;
    transform: translate(0, -54%);
    left: -12vw;
    height: 87vh; */
  }
  
  .decor-2b-alt {
    width: 16vw;
    right: -6vw;
    /* top: 50%;
    right: -12vw;
    transform: translate(0, -54%);
    height: 87vh; */
  }

	.namamanten {
		padding: 0;
	}

	.namamanten .save img {
		width: 90vw;
	}

	.namamanten .name img {
		width: 75vw;
	}

	.namamanten .date img {
		padding-top: 15px;
		width: 40vw;
	}
}

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

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

	.namamanten .save img {
		width: 85vw;
	}

	.namamanten .name img {
		width: 70vw;
	}

	.namamanten .date img {
		padding-top: 15px;
		width: 35vw;
	}
}

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

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


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


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

.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: 32px;
	font-weight: 200;
	line-height: 50px;
	color: #FFF;
	background-color: #AB8738;
	border-radius: 40px;
	margin: 0px;
	padding: 5px 10px;
}

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

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

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



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

.decor-2-main {
  position: absolute;
  z-index: 1;
  width: 45vw;
}

.decor-3-left {
  height: 35vh;
  position: absolute;
  top: 0;
  left: -28vw;
  z-index: 1;
}

.decor-3-left-alt {
  height: 47vh;
  position: absolute;
  bottom: -14vh;
  left: -26vw;
  z-index: 1;
}

.decor-3-right {
  height: 41vh;
  position: absolute;
  top: 0;
  right: -33vw;
  z-index: 1;
}

.decor-3-right-alt {
  height: 25vh;
  position: absolute;
  bottom: 0;
  right: -5vw;
  z-index: 1;
}

.decor-3-main {
  position: absolute;
  z-index: 1;
  width: 15vw;
}

@media(max-width: 728px) {
  .decor-2-main {
    width: 95vw;
  }

  .decor-3-left {
    height: 19vh;
    top: 2vh;
    left: -95vw;
    z-index: 1;
  }
  
  .decor-3-left-alt {
    height: 26vh;
    left: -74vw;
    z-index: 1;
  }
  
  .decor-3-right {
    right: -79vw;
    height: 20vh;
    z-index: 1;
  }
  
  .decor-3-right-alt {
    height: 20vh;
    bottom: -7vh;
    right: -58vw;
    z-index: 1;
  }
  
  .decor-3-main {
    width: 55vw;
  }
}

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

@media(max-width: 768px) {
  .pagetwo {
    background-position: 60%;
  }

	.doa {
		text-align: center;
    height: 100vh;
		max-width: 100vw;
		padding: 0 12vw;
	}
}

.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;
}

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

  .kontendoa .surat h2 {
		font-size: 1.3em;
	}

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

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

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

	.kontendoa .arti h2 {
		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;
  /* background-color: #8B2D30; */
  position: relative;
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.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: 600;
	font-size: 1.75em;
	color: #000;
	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: 1.1em;
	color: #AB8738;
	/* 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: 180px;
	/* 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: 4vh 0;
	width: 300px;
	background-repeat: no-repeat;
}

.kontencouple .couplecewe img {
	background-position: center center;
	width: 180px;
	/* 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: 0;
	}

	.couple {
		padding: 3vh 0;
	}
}

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

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

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

	.kontencouple .dan img {
		padding: 0;
		width: 60vw;
		margin: 12px 0;
	}
}

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

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

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

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

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


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

.story {
	font-family: 'Lobster', cursive;
	text-align: center;
	max-height: 100vh;
	padding: 7vh 0 0 0;
}

.storyjudul img {
	width: 320px;
	margin-bottom: 5vh;
}

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

	.storyjudul img {
		width: 70vw;
	}
}

@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/1bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
  /* background-color: #FFFFFF; */
  position: relative;
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  z-index: 1;
}

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

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

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

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

@media (max-width: 768px) {
  .pagefourb {
    background-position: center right;
  }
}

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

	.galleryjudul img {
		width: 50vw;
	}
    
  .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: 10vw;
	background-position: center;
	padding: 0;
	margin: 10px;
  z-index: 2;
}

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

/* @media(max-width: 992px) {
	.gallerycol {
		width: 15vw;
	}
}

@media(max-width: 825px) {
	.gallerycol {
		width: 20vw;
	}
}

@media(max-width: 600px) {
	.gallerycol {
		width: 25vw;
	}
} */

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

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


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

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

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

@media(max-width: 768px) {
  .pagefourc {
    background-position: 98%;
  }

	.video {
		padding-bottom: 10vh;
	}

	.videojudul img {
		width: 55vw;
		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/2bgb.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  /* background-color: #FFFFFF; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	/* position: fixed; */
}

.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: #AB8738;
	text-align: center;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Comfortaa', cursive; */
	font-family: 'Handlee', cursive;
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 500;
	padding: 25px;
	font-size: 1.2em;
  margin: 0;
}

.weddingcol {
	width: 400px;
	max-height: 280px;
	/* box-shadow: 0 0 16px #a77b1c; */
	border-width: 3px;
	border-style: solid;
	border-color: #000;
	border-radius: 15px;
	/* background-color: #E3C683; */
	background-image: url(../img/6gb1.png);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: white; */
	padding: 15px 25px;
	margin: 20px 50px;
}

.weddingcol .weddingresepsi li {
	color: #A88332;
	font-size: 0.9em;
	font-weight: 100;
	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: #A88332;
	font-size: 0.9em;
	font-weight: 100;
	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: #A88332;
	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: 768px) {
  .pagefive {
    background-position: 93%;
  }

	.wedding {
		padding: 5vh 0;
	}

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

	.wedding .kontenwedding .konten h1 {
		font-size: 1.1em;
		padding: 20px;
		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.7em;
	text-decoration: underline;
	/* padding: 5px; */
	color: #000;
	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.7em;
	text-decoration: underline;
	/* padding: 5px; */
	color: #000;
	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: #000;
	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: #217847;
	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: #217847;
	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: #217847;
	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 20px;
		margin: 20px 25px;
	}

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


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



/* ====================
pagesix Maps
==================== */
.pagesix {
	height: 100vh;
	background-image: url(../img/3bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  /* background-color: #F0D597; */
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

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

.maps img {
	width: 160px;
}

@media(max-width: 768px) {
	.pagesix {
    max-height: 100vh;
    background-position: 98%;
	}

	.maps img {
		width: 30vw;
	}
}

.tab-slider--nav {
  background-color: #C5A35A;
	border-radius: 35px;
  width: 25vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 4vh auto 0;
  -webkit-box-shadow: inset 0px 0px 0px 3px #AB8738;
  -moz-box-shadow: inset 0px 0px 0px 3px #AB8738;
  box-shadow: inset 0px 0px 0px 3px #AB8738;
}

.tab-slider-tab {
  width: 50%;
  padding: 12px 30px;
	font-family: 'Acme', sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: color 250ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: unset;
}

.tab-slider-tab.active {
	border-radius: 35px;
	background: #AB8738;
  /* border: 3px solid #381E06; */
}

.tab-slider--body {
	margin-bottom: 0;
}

.maps-responsive {
	position: relative;
}

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

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

@media(max-width: 500px) {
  .tab-slider--nav {
    width: 310px;
  }

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

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

@media(max-width: 330px) {
  .tab-slider--nav {
    width: 300px;
  }

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

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

.maps-responsive button {
	margin-top: 15px;
	background-color: transparent;
	border: 3px #000 solid;
	border-radius: 50px;
	padding: 2px 25px;
}

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

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


/* ====================
pageseven Family
==================== */
.pageseven {
	height: 100vh;
	background-image: url(../img/1bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  /* background-color: #FFFFFF; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.family {
	text-align: center;
}

.family .judul img {
	padding-bottom: 5vh;
	width: 250px;
}

.family .isi {
  width: 85vw;
}

.family h2 {
	color: #99793C;
	font-size: 1.1rem;
	/* font-family: 'Acme', sans-serif; */
	font-family: 'Comfortaa', cursive;
	/* font-family: 'Nanum Gothic', sans-serif; */
	line-height: 1.5em;
	font-weight: 600;
	margin-top: 0vh;
	margin-bottom: 0vh;
	z-index: 2;
}


.family .namacouple img {
  padding-top: 5vh;
	width: 400px;
	z-index: 1;
}

.family .terimakasih img {
	padding-top: 3vh;
	width: 220px;
}

@media (max-width: 768px) {
  /* .pageseven {
    background-position: 52%;
  }   */
}

@media (max-width: 420px) {
	.family .judul img {
		padding-bottom: 5vh;
		width: 45vw;
	}

	.family .namacouple img {
    padding-top: 5vh;
		width: 60vw;
	}
  
	.family .terimakasih img {
    padding-top: 3vh;
		width: 55vw;
	}
}

@media (max-width: 380px) {
  .family .judul img {
    padding-bottom: 2vh;
		width: 45vw;
	}
  
	.family .namacouple img {
    padding-top: 5vh;
		width: 60vw;
	}

	.family .terimakasih img {
		padding-top: 3vh;
		width: 55vw;
	}
}

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


/* ====================
pageeight RSVP
==================== */
.pageeight {
	min-height: 100vh;
	background-image: url(../img/2bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  /* background-color: #F0D597; */
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.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: #99793C;

	/* 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.1);
	/*meletakkan form ke tengah*/
	padding: 20px 20px;
	font-size: 11pt;
	border: #99793C 3px solid;
	border-radius: 20px;
}

.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: #000;
	font-weight: 500;
}


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

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


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


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


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


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


.tombolrsvp {
	background: #99793C;
	color: #FFFFFF;
	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) {
  .pageeight {
    background-position: 79%;
  }

	.rsvp {
		padding: 7vh 0;
	}

	.kontenrsvp {
		/* padding: 20vh 0 0 0; */
		width: 280px;
	}
}


.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/4bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  /* background-color: #F0D597; */
  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: 400px;
	margin-bottom: 5vh;
}

@media(max-width: 768px) {
  .pagetwo2 {
	  /* background-position: center center; */
    background-position: 2%;
	}

	.doa2judul img {
		width: 75vw;
		margin-bottom: 5vh;
	}
}

.doa2konten {
	width: 600px;
	background-color: #FFFFFFbb;
	opacity: 0.8;
	border-radius: 12px;
	border: 5px solid #AB8738;
	margin: auto;
	padding: 20px 25px;
}

.doa2konten .arab h2 {
	color: #AB8738;
	padding-top: 10px;
	font-family: 'Amiri', serif;
	font-weight: 600;
	font-size: 1.4em;
	line-height: 2;
	/* padding-top:10px; */
}

.doa2konten .arti h2 {
	color: #AB8738;
	padding-top: 15px;
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	font-family: 'Handlee', cursive;
	/* font-family: 'Acme', sans-serif; */
	font-size: 1.5em;
  font-weight: 600;
}

@media (max-width: 770px) {
	.doa2konten {
		margin: auto;
		max-width: 75vw;
	}
}

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

	.doa2konten .arti h2 {
		font-size: 1.2em;
	}
}

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

	.doa2konten .arti h2 {
		font-size: 1.1em;
	}
}

/* ====================
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-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  /* background-color: #FFFFFF; */
	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: #000;
	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: #000;
}

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

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

.amplop .rekening .copy,
.modal-content2 .rekening .copy {
	color: #FFFFFF;
	font-family: 'Acme', cursive;
	font-size: 1rem;
	background-color: #AB8738;
	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: #8A6754;
	text-align: center;
	border-bottom: 2px solid #8A6754;
	padding: 4px;
}

@media(max-width: 500px) {
	.amplop {
		padding: 8vh 9vw;
    background-position: 95%;
	}

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

	.amplop .title img {
		width: 59vw;
		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: 55px;
		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/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;
  /* background-color: #8B2D30; */
	height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.guest {
  z-index: 2;
	text-align: center;
	padding: 19vh 0 0 0;
}

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

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

.customer-feedback h2 {
	/* color: #754930; */
	color: #99793C;
	/* 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;
}

@media(max-width: 768px) {
  .pageten {
    background-position: 1%;
  }

	.guest-title img {
		width: 47vw;
	}
	.customer-feedback h2 {
		font-size: 3.5em;
	}
}

.feedback-slider-item {
	position: relative;
	padding: 60px;
	margin-top: -35px;
}

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

.feedback-slider-item h3 {
	/* color: #57BAB7; */
	color: #A88332;
	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: 1.5em;
}

.feedback-slider-item p {
	line-height: 1.5;
	color: black;
	/* font-family: 'Handlee', cursive; */
	/* font-family: 'Courgette', cursive; */
	font-family: 'Cookie', cursive;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Acme', sans-serif; */
	font-size: 1.5em;
	margin-bottom: 5px;
}

.feedback-slider-item h4 {
	text-align: right;
	line-height: 1;
	color: black;
	/* 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: 1em;
}

.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: 103px;
	background-color: #dab96b30;
	/* border: 5px solid #1E4223; */
	border: 5px solid #DAB96B;
	/* border: 1px solid rgba(251, 90, 13, .1); */
	border-radius: 10px;
	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: relative;
	display: inline-block;
	bottom: 45px;
	transition: all .2s ease-in;
}

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

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

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

.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 #DAB96B;
	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: #DAB96B;
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}

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

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

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

}

/* ==================
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: none;
  background: url(../img/musicon-black.svg) center center / 60% no-repeat;
}

.music-off {
  display: block;
	background: url(../img/musicoff-black.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: #9E834C;
	color: #FFF;
	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: #D07676;
	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: #193D4F;
  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: #193D4F !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: #193D4F !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/4bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  background-color: #FFF; 
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-out;
}

#cover.open {
  opacity: 1;
}

#cover .name {
  font-family: 'Smoothie-Shoppe';
  color: #111;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2vh;
  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: #D07676;
  text-align: center;
}

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

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


.dec-0-top {
  position: absolute;
  z-index: 1;
  top: 0;
  /* left: 0; */
  height: 8vh;
}

.dec-0-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  /* left: 0; */
  height: 8vh;
  transform: scaleY(-1);
}

@media (max-width: 768px) {
  #cover {
    background-position: 10%;
  }

  .dec-0-top {
    height: 10vh;
  }
  
  .dec-0-bottom {
    height: 10vh;
  }
}


.dec-0 {
  width: 200px;
  margin-bottom: 4vh;
}

.dec-0-1 {
	position: absolute;
	height: 240px;
	transform: scaleX(-1);
	top: 7px;
	right: -509px;
}

.dec-0-2 {
	position: absolute;
	height: 310px;
	bottom: -140px;
	right: -494px;
	transform: rotate(-14deg);
}