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

/* ====================
        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: 15%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 24px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

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

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

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

	.overlay a {
		font-size: 20px
	}

	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}


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

/* ====================
        ~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: rgba(77, 51, 45, 1);
		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: rgba(77, 51, 45, 1);
	}

	.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(77, 51, 45, 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; */
}

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

.namamanten img {
	max-width: 275px;
	/* text-align: center; */
	/* max-width: 19vw; */
	/* max-height: 600px; */

}

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

.hi button {
	/* font-family: 'Cookie', cursive; */
	font-family: 'Dancing Script', cursive;
	background-color: rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	border: none;
	color: white;
	font-weight: 500;
	padding: 0px 30px 0px 30px;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 22px;
	display: inline-block;
	margin-bottom: 17vh;
	border-radius: 30px;
}

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

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

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

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

	.namamanten {
		padding: 10vh 0 0 0;
	}

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

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


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

.countdown ul {
	font-family: 'Cookie', cursive;
	list-style: none;
	margin: 55px 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: black;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 40px;
	margin: 0px;
	padding: 5px 10px;
}

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

.countdown li p {
	/* color: #a7abb1; */
	font-size: 20px;
}

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



/* ====================
pagetwo Do'a
==================== */
.pagetwo {
	background-image: url(../img/2bg.png);
	/* Parallax EFFECTS */
	/* background-attachment: fixed; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* position: fixed; */
	text-align: center;
}

.doa {
	text-align: center;
	min-height: 100vh;
	max-width: 65vw;
	margin-left: auto;
	margin-right: auto;
	padding: 25vh 10vw;
	color: black;
}

/* @media(max-height: 800px){
    .kontendoa h1{
        padding-top: 30vh;
    }
}
@media(max-height: 600px){
    .kontendoa h1{
        padding-top: 20vh;
    }
} */
@media(max-width: 768px) {
	.doa {
		text-align: center;
		min-height: 100vh;
		max-width: 100vw;
		padding: 20vh 10vw;
	}
}

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

.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: 500px) {
	.doa {
		padding: 37vh 10vw;
	}

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

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

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

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

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

@media(max-width: 360px) {
	.kontendoa h1 {
		font-weight: 700;
		font-size: 1em;
		padding: 0px;
	}

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


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

.couple {
	text-align: center;
	min-height: 100vh;
	padding: 10vh 17vw;
}

.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: 'ChallistaScript' !important; */
	font-family: 'Yanone Kaffeesatz', sans-serif;
	/* font-family: 'Great Vibes', cursive; */
	font-weight: 600;
	font-size: 2em;
	color: black;
	padding: 10px 0 0 0;
	margin-bottom: 5px;
}

.kontencouple h3 {
	text-align: center;
	font-family: 'Cookie', cursive;
	/* font-family: 'Courgette', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	font-weight: 600;
	font-size: 1.1em;
	color: #9D7827;
	/* padding: 5px; */
	line-height: 1;
}

.kontencouple img {
	width: 175px;
	padding: 10px 0;
	margin-bottom: 0vh;
}

.kontencouple .couplecowo {
	padding: 10px 5px;
}

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

.kontencouple .couplecewe {
	padding: 10px 5px;
}

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

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

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

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

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

	.kontencouple .dan {
		margin: auto;
		padding: 0px 0px 20px 0px;
	}

	.couple {
		text-align: center;
		min-height: 100vh;
		padding: 10vh 10vw;
	}
}

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

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

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

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

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

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

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

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

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


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

.story {
	/* font-family: 'Lobster', cursive; */
	text-align: center;
	min-height: 100vh;
	padding: 15vh 0;
}

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

.storyjudul h1 {
	font-family: 'Acme', sans-serif;
	font-size: 2.5em;
	color: #DAB96B;
	margin-bottom: 5vh;
}

.storyjudul h2 {
	font-family: 'Acme', sans-serif;
	font-size: 1.5em;
	color: white;
	margin-top: 5vh;
}

@media(max-width: 550px) {
	.storyjudul img {
		width: 250px;
		margin-top: 7vh;
	}
}

.kontenstory img {
	/* padding: 10vh 0; */
	max-width: 400px;
}


/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	max-width: 80vw;
	margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
/* GARIS */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #B78C2F;
	top: 7%;
	bottom: 10%;
	left: 50%;
	margin-left: -3px;
}

/* Container around content */
.containertl {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 40%;
}

.containertl2 {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 40%;
}

.containertl3::before {
	position: relative;
	content: '';
	width: 0px;
	height: 0px;
	top: 0px;
	z-index: 1;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 25px #9D7827;
}

/* The circles on the timeline */
.containertl::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: #9D7827;
	top: 28px;
	border-radius: 50%;
	z-index: 1;
}

.containertl2::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: #9D7827;
	/* border: 4px solid #FF9F55; */
	/* border: 4px solid #B78C2F; */
	top: -25px;
	border-radius: 50%;
	z-index: 1;
}

.containertl2::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: #9D7827;
	/* border: 4px solid #FF9F55; */
	/* border: 4px solid #B78C2F; */
	top: -25px;
	border-radius: 50%;
	z-index: 1;
}

/* .containertl3::after {
    bottom: -10px;
  }
   */
/* HATI */
.heart-shape {
	position: relative;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: white;
}

.heart-shape:before,
.heart-shape:after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: white;
	/* right: -13px;
    background-color: white ;
    top: 28px; */
}

.heart-shape:before {
	bottom: 0px;
	left: -10px;
}

.heart-shape:after {
	top: -10px;
	right: 0px;
}

/* Place the container to the left */
.left {
	left: 10%;
}

.left2 {
	left: 10%;
}

/* Place the container to the right */
.right {
	left: 50%;
}


/* SEGITIGA KIRI DAN KANAN */
/* Add arrows to the left container (pointing right) */
.left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 20px;
	width: 0;
	z-index: 1;
	right: 20px;
	border: medium solid #5F5D5D;
	border-width: 20px 0 17px 20px;
	border-color: transparent transparent transparent #5F5D5D;
}

.left2::before {
	content: " ";
	height: 0;
	position: absolute;
	top: -30px;
	width: 0;
	z-index: 1;
	right: 20px;
	border: medium solid #5F5D5D;
	border-width: 20px 0 17px 20px;
	border-color: transparent transparent transparent #5F5D5D;
}

/* Add arrows to the right container (pointing left) */
.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: -30px;
	width: 0;
	z-index: 1;
	left: 23px;
	border: medium solid #5F5D5D;
	border-width: 20px 17px 20px 0;
	border-color: transparent #5F5D5D transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
	left: -12px;
}

/* AKHIR SEGITIGA KIRI DAN KANAN */

/* The actual content */
.content {
	padding: 5px 10px;
	background-color: #5F5D5D;
	position: relative;
	border-radius: 10px;
}

/* The actual content */
.content2 {
	margin-top: -15%;
	padding: 5px 10px;
	background-color: #5F5D5D;
	position: relative;
	border-radius: 10px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 769px) {
	.left {
		left: 0%;
	}

	.left2 {
		left: 0%;
	}

	/* GARIS */
	/* Place the timelime to the left */
	.timeline::after {
		left: 20px;
	}


	/* Kotak story */
	/* Full-width containers */
	.containertl {
		width: 100%;
		padding-left: 50px;
		padding-right: 0px;
	}

	.containertl2 {
		width: 100%;
		padding-left: 50px;
		padding-right: 0px;
	}

	.containertl3 {
		width: 100%;
		padding-left: 50px;
		padding-right: 0px;
	}

	/* Segitiga story */
	/* Make sure that all arrows are pointing leftwards */

	.containertl::before {
		left: 40px;
		border: medium solid #5F5D5D;
		border-width: 15px 13px 15px 0;
		border-color: transparent #5F5D5D transparent transparent;
	}

	.containertl2::after {
		content: '';
		position: absolute;
		width: 25px;
		height: 25px;
		right: -13px;
		background-color: #9D7827;
		/* border: 4px solid #FF9F55; */
		/* border: 4px solid #B78C2F; */
		top: 28px;
		border-radius: 50%;
		z-index: 1;
	}

	.containertl2::before {
		top: 20px;
		left: 40px;
		border: medium solid #5F5D5D;
		border-width: 15px 13px 15px 0;
		border-color: transparent #5F5D5D transparent transparent;
	}

	.containertl3::before {
		position: relative;
		content: '';
		width: 0px;
		height: 0px;
		top: 35px;
		right: 7%;
		z-index: 1;
		border-left: solid 15px transparent;
		border-right: solid 15px transparent;
		border-top: solid 25px #5F5D5D;
	}


	/* Lingkaran */
	/* Make sure all circles are at the same spot */
	.left::after,
	.right::after {
		left: 8px;
	}

	.left2::after {
		left: 8px;
	}

	/* Make all right containers behave like the left ones */
	.right {
		left: 0%;
	}

	/* The actual content */
	.content2 {
		margin-top: 0;
		padding: 5px 10px;
		background-color: #5F5D5D;
		position: relative;
		border-radius: 10px;
	}
}




/* 
.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
} */

.faq {
	background: #5F5D5D;
	/* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px; */
}

.faq .card {
	border: none;
	background: none;
	/* border-bottom: 1px dashed black; */
}

.faq .card .card-header {
	padding: 5px 7px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* .faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
} */

.faq .card .card-header img {
	width: 80px;
	height: 80px;
	padding: 0;
	float: left;
	border-radius: 12px;
	margin: 0px;
	margin-right: 10px;
}

.faq .card .card-header .faq-title {
	width: 100%;
	text-align: center;
	/* padding: 0px; */
	/* padding-left: 30px;
  padding-right: 30px; */
	font-weight: 600;
	font-size: 1.5em;
	/* letter-spacing: 1px; */
	line-height: 1;
	font-family: 'Acme', sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	/* color: #3B566E; */
	color: white;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding: 10px 0 0 0;
	margin: 0px;
}

.faq .card .card-header .faq-title2 {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1;
	font-family: 'Acme', sans-serif;
	color: white;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding: 10px 0 0 0;
	margin: 0px;
}

.faq .card .card-header .faq-text {
	width: 100%;
	text-align: center;
	font-weight: 100;
	font-size: 1em;
	color: white;
	/* font-family: 'Acme', sans-serif;     */
	font-family: 'Comfortaa', cursive;
	padding: 0px;
}

/* .faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
} */


.faq .card .card-body {
	padding: 30px;
	padding-left: 35px;
	/* padding-bottom: 16px; */
	font-weight: 400;
	font-size: 16px;
	color: white;
	line-height: 28px;
	letter-spacing: 1px;
	/* border-top: 1px dashed black; */
}

.card-body img {
	max-width: 275px;
}

.faq .card .card-body p {
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	color: white;
	font-family: 'Acme', sans-serif;
	margin: 10px 0 0 0;
	line-height: 1em;
}

@media (max-width: 991px) {

	/* .faq {
    margin-bottom: 30px;
  } */
	.faq .card .card-header .faq-title {
		line-height: 1;
		padding-top: 5x;
		font-size: 24px;
	}

	.faq .card .card-header .faq-title2 {
		line-height: 1;
		padding-top: 5x;
		font-size: 24px;
	}

	.faq .card .card-header .faq-text {
		line-height: 1.25;
		/* margin-top: 10px; */
		font-size: 12px;
	}
}


@media(max-width: 420px) {
	.kontenstory img {
		width: 300px;
	}

	.faq .card .card-header .faq-title {
		font-size: 24px;
	}

	.faq .card .card-header .faq-title2 {
		font-size: 24px;
	}

	.faq .card .card-header .faq-text {
		font-size: 20px;
	}
}

@media(max-width: 380px) {
	.faq .card .card-header .faq-title {
		font-size: 20px;
	}

	.faq .card .card-header .faq-title2 {
		font-size: 20px;
	}

	.faq .card .card-header .faq-text {
		font-size: 16px;
	}
}

@media(max-width: 370px) {
	.faq .card .card-header .faq-title {
		font-size: 18px;
	}

	.faq .card .card-header .faq-title2 {
		font-size: 18px;
	}

	.faq .card .card-header .faq-text {
		font-size: 14px;
	}
}

@media(max-width: 350px) {
	.faq .card .card-header .faq-title {
		font-size: 17px;
	}

	.faq .card .card-header .faq-title2 {
		font-size: 17px;
	}

	.faq .card .card-header .faq-text {
		font-size: 13px;
	}
}

@media(max-width: 335px) {
	.faq .card .card-header .faq-title {
		font-size: 16px;
	}

	.faq .card .card-header .faq-title2 {
		font-size: 16px;
	}

	.faq .card .card-header .faq-text {
		font-size: 12px;
	}
}

@media(max-width: 325px) {
	.faq .card .card-header .faq-title {
		font-size: 16px;
	}

	.faq .card .card-header .faq-title2 {
		font-size: 16px;
	}

	.faq .card .card-header .faq-text {
		font-size: 12px;
	}
}



/* UKURAN GAMBAR */
@media (max-width: 1024px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 300px;
	}
}

@media (max-width: 770px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 400px;
	}
}

@media (max-width: 660px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 340px;
	}
}

@media (max-width: 630px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 300px;
	}
}

@media (max-width: 500px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 275px;
	}
}

@media (max-width: 460px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 250px;
	}
}

@media (max-width: 430px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 225px;
	}
}

@media (max-width: 420px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 225px;
	}
}

@media (max-width: 400px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 200px;
	}
}

@media (max-width: 380px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 175px;
	}
}

@media (max-width: 370px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 160px;
	}
}

@media (max-width: 350px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 150px;
	}
}

@media (max-width: 320px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 125px;
	}
}

@media (max-width: 300px) {
	.faq .card .card-body {
		padding: 10px;
	}

	.card-body img {
		max-width: 100px;
	}
}

/* ====================
AKHIR pagefour STORY
==================== */


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

.gallery {
	font-family: 'Lobster', cursive;
	text-align: center;
	min-height: 100vh;
	padding: 8vh 0;
}

.galleryjudul img {
	width: 200px;
	/* margin-bottom: 20px; */
}

@media(max-width: 550px) {
	.galleryjudul img {
		width: 175px;
	}
}

.gallerykonten {
	position: relative;
	padding: 7vh 0 0 0;
	/* height: 100%; */
}

.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: 12vw;
	background-position: center;
	padding: 0;
	margin: 10px;
}

.gallerycol img {
	background-position: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* 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: 33vw;
	}
}

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

/* ====================
pagefive The Wedding
==================== */
.pagefive {
	min-height: 100vh;
	background-image: url(../img/6bg.png);

	/* Parallax EFFECTS */
	/* background-attachment: fixed; */

	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	/* position: fixed; */
}

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

.kontenwedding img {
	text-align: center;
	width: 200px;
	/* margin: 10px;    */
	/* margin-top: 10vh; */
}

.kontenwedding .addeventatc {
	z-index: 1;
	/* background-color: #982022; */
}

.kontenwedding .addeventatc p {
	padding: 0px;
}

span.addeventatc {
	margin-top: 20px;
}

.weddingcol {
	width: 400px;
	max-height: 280px;
	/* box-shadow: 0 0 16px #a77b1c; */
	border-width: 5px;
	border-style: solid;
	border-color: #B2872F;
	border-radius: 20px;
	/* background-color: white; */
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: bottom left;
	background-image: url(../img/6gb1.png);
	padding: 10px 15px 0px 15px;
	margin: 20px 20px;
}

.weddingcol .weddingresepsi li {
	color: black;
	font-size: 1.1em;
	font-weight: 100;
	text-align: center;
	list-style-type: none;
	font-family: 'Cookie', cursive;
	/* font-family: 'Acme', sans-serif;   */
	/* font-family: 'Handlee', cursive; */
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Hammersmith One', sans-serif; */
	font-weight: 500;
}

.weddingcol .weddingakad li {
	color: black;
	font-size: 1.1em;
	font-weight: 100;
	text-align: center;
	list-style-type: none;
	font-family: 'Cookie', cursive;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Hammersmith One', sans-serif; */
	font-weight: 500;
}

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

.wedding .kontenwedding .konten h1 {
	color: black;
	text-align: center;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Comfortaa', cursive; */
	font-family: 'Cookie', cursive;
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 500;
	padding: 25px;
	padding-bottom: 0px;
	padding-top: 25px;
	font-size: 1.5em;
}

@media(max-width: 500px) {
	.kontenwedding .konten {
		max-width: 100vw;
	}

	.wedding .kontenwedding .konten h1 {
		padding: 20px;
		padding-bottom: 10px;
	}
}

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

.kontenwedding .weddingcol .weddingakad h1 {
	list-style-type: none;
	/* font-family: 'Cookie', cursive; */
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	font-family: 'Great Vibes', cursive;
	/* font-family: 'ChallistaScript' !important; */
	/* font-family: 'Rancho', cursive; */
	/* border-bottom: #FF8061 3px solid; */
	/* font-family: 'Courgette', cursive; */
	font-size: 2em;
	/* text-decoration: underline; */
	/* padding: 5px; */
	color: black;
	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: #FF8061;
	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: #FF8061;
	margin-bottom: 0px;
}

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

.weddingakad .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: 15px 20px 0px 20px;
		margin: 20px 25px;
	}

	.kontenwedding img {
		width: 150px;
	}
}


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


/* ====================
pagesix Maps
==================== */
.pagesix {
	background-image: url(../img/7bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.maps {
	text-align: center;
	height: 100vh;
	padding: 7vh 0;
	font-family: 'Hammersmith One', sans-serif;
	color: #CB9C3D;
}

.maps img {
	width: 150px;
}

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

	.maps {
		padding: 10vh 0;
	}

	.maps img {
		width: 130px;
	}
}


/* .maps-responsive{
    position: relative; 
    height: 80vh; 
    overflow: hidden;
    float: center;
}
.maps-responsive iframe{
    position: absolute; 
    top: 10vh; 
    right: 5vw;
    left: 5vw; 
    bottom: 5vh;
    width: 90% !important; 
    height: 80% !important;
}

.tab-slider--nav {
    padding-left: 30px;
    width: 100%;
    float: center;
    margin: 20px 0 0 0;
    z-index: 2;
  }
  
  .tab-slider--tabs {
    z-index: 2;
    display: block;
    float: left;
    margin: auto;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: rgb(163, 124, 46);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
  }
  .tab-slider--tabs.slide:after {
    left: 50%;
  }
  
  .tab-slider--trigger {
    font-family: 'Acme', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #CB9C3D;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tab-slider--trigger.active {
    color: white;
  }
  
  .tab-slider--body {
    margin-bottom: 20px;
  }
   */


.maps-responsive {
	position: relative;
	height: 80vh;
	overflow: hidden;
	float: center;
}

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

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

@media(max-width: 400px) {
	.maps-responsive .map-border {
		margin-top: 5vh;
		width: 310px;
		height: 310px;
		background-color: white;
		border: 3px #B78C2F 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: white;
		border: 3px #B78C2F 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: white;
	border: 5px #B78C2F solid;
	border-radius: 50px;
	padding: 2px 25px;
}

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

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


/* ====================
pageseven Family
==================== */
.pageseven {
	background-image: url(../img/8bg.png);

	/* Parallax EFFECTS */
	/* background-attachment: fixed; */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.family {
	text-align: center;
	min-height: 100vh;
	margin-left: auto;
	margin-right: auto;
	padding: 10vh 30vw;
}

.family h1 {
	font-size: 2.2em;
	padding: 8vh 10vw 15vh 10vw;
}

.family h2 {
	color: black;
	font-size: 1.2em;
	font-family: 'Acme', sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Nanum Gothic', sans-serif; */
	line-height: 1.25em;
	font-weight: 500;
}

.family .col {
	padding: 0px;
}

.family h3 {
	font-size: 1.55em;
	padding: 8vh 5vw;

}

.family h4 {
	font-size: 2em;
	font-family: 'Pacifico', serif;
}

.family .judul img {
	padding: 20px 0 0vh 0;
	width: 300px;
}

.family .namacouple img {
	padding: 7vh 0 0 0;
	width: 250px;
}

.family .terimakasih img {
	margin: auto;
	padding: 4vh 0;
	width: 180px;
}

@media (max-width: 500px) {
	.family {
		min-height: 100vh;
		padding: 15vh 5vw;
	}

	.family .namacouple img {
		padding: 7vh 0 0 0;
		width: 60vw;
	}

	.family .terimakasih img {
		padding: 7vh 0;
		width: 40vw;
	}

	.family .judul img {
		width: 270px;
		padding: 20px 0 0vh 0;
	}
}

@media (max-width: 370px) {
	.family {
		min-height: 100vh;
		padding: 15vh 5vw;
	}

	.family .namacouple img {
		padding: 5vh 0 0 0;
		width: 50vw;
	}

	.family .terimakasih img {
		padding: 5vh 0;
		width: 40vw;
	}

	.family .judul img {
		width: 250px;
		padding: 20px 0 0vh 0;
	}
}

@media (max-width: 340px) {
	.family {
		min-height: 100vh;
		padding: 10vh 5vw;
	}

	.family .namacouple img {
		padding: 5vh 0 0 0;
		width: 50vw;
	}

	.family .terimakasih img {
		padding: 5vh 0;
		width: 40vw;
	}

	.family .judul img {
		width: 250px;
		padding: 20px 0 0vh 0;
	}
}

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


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

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

.rsvp {
	text-align: center;
	max-height: 90vh;
	padding: 5vh 0;
	font-family: 'Acme', sans-serif;
	/* font-family: 'Hammersmith One', sans-serif; */
	font-size: 1em;
}

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

.kontenrsvp {
	margin: 0px auto;
	width: 350px;
	background: transparent;
	/*meletakkan form ke tengah*/
	padding: 20px 20px;
	font-size: 11pt;

	/* border: #48BAB4 3px solid;
    border-radius: 20px; */
}

.kontenrsvp h1 {
	color: #DAA520;
}

.rsvp img {
	width: 170px;
	margin-bottom: 10px;
}

.rsvp input,
.rsvp select {
	background-color: transparent;
}

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


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

@media (max-width: 380px) {
	.kontenrsvp {
		/* padding: 20vh 0 0 0; */
		width: 280px;
	}
}

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

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






/* ==================
MUSIK
================== */
.toggle-music {
	position: fixed;
	z-index: 10;
	bottom: 20px;
	left: 10px;
	width: 3rem;
	height: 3rem;
	background: url(../img/musicoff-black.svg) center center / 60% no-repeat;
	/* background: url('https://res.cloudinary.com/elliepooh/image/upload/v1491889929/music_s7aiet.svg') center center / 60% no-repeat; */
	cursor: pointer;
	/* background: no-repeat; */
}

.music-off {
	position: fixed;
	z-index: 10;
	bottom: 20px;
	left: 10px;
	width: 3rem;
	height: 3rem;
	background: url(../img/musicon-black.svg) center center / 60% no-repeat;
	cursor: pointer;
	/* background: url('https://res.cloudinary.com/elliepooh/image/upload/v1491890054/music-off_nrnsni.svg') center center / 60% no-repeat; */
}

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


/* ====================
pagenine Live
==================== */
.pagenine {
	min-height: 100vh;
	background-image: url(../img/10bg.png);
	background-position: center bottom;
	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: 3vh 0 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 iframe {
	/* margin-bottom: 10px; */
	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;
	margin-bottom: 5vh;
}

.live .livezoom h1 {
	color: black;
	font-size: 1.6em;
	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 20vw 10px 20vw;
}

.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 2vh 0;
	}

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

	.live .livezoom h1 {
		color: black;
		font-size: 1.6em;
		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;
	}

	.live iframe {
		width: 75vw;
		height: 75vw;
	}
}



.countdown2 {
	/* color: #E477B3; */
	color: white;
}

.countdown2 ul {
	/* font-family: 'Great Vibes', cursive; */
	/* font-family: 'Handlee', cursive; */
	/* font-family: 'Acme', sans-serif; */
	font-family: 'Cookie', cursive;
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
	text-align: center;
}

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

.countdown2 ul li span {
	font-size: 30px;
	font-weight: 500;
	line-height: 15px;
	color: white;
	background-color: transparent;
	border-radius: 40px;
	margin: 0px;
	padding: 5px 10px;
}

.countdown2 li.seperator {
	font-size: 24px;
	line-height: 20px;
	font-weight: 600;
	vertical-align: top;
	color: white;
}

.countdown2 li p {
	color: white;
	font-size: 18px;
	margin-top: -10px;
}


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


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

/* ==================
PAGE TEN GUEST
================== */
.pageten {
	background-image: url(../img/11bg.png);
	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;
	/* background-color: #E1E4B7;
	height: 85vh;
	text-align: center; */
}

.guest {
	text-align: center;
	padding: 10vh 0 0 0;
}

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

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

.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: 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: 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: rgba(183, 140, 47, 0.6);
	/* border: 5px solid #1E4223; */
	border: 5px solid #B78C2F;
	/* 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: #B78C2F;
	/* 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 #B78C2F;
	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: #B78C2F;
}

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


/* Modal button */
.modal-btn {
	font-family: 'Baloo Bhaina', cursive;
	font-family: 'acme', cursive;
	letter-spacing: 1px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 20px;
	background-color: #B78C2F;
	color: #fff;
	transition: all .3s;
	border-radius: 12px;
	border: 2px solid white;
}

.modal-btn:hover {
	background-color: white;
	border-radius: 12px;
	color: #B78C2F;
	border: 3px solid #B78C2F;
}

/* Modal */
.modal {
	background-color: rgba(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: 80%;
		top: 8%;
	}
}

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

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

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

.modal-header {
	font-family: 'Oswald', sans-serif;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	/* font-family: 'Acme', cursive; */
	background-color: #B78C2F;
	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 .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: #9C5225;
  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: #9C5225 !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: #9C5225 !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;
}
