/* ====================
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 {
	font-family: 'Oswald', sans-serif;
	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: #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;
	/* position: relative; */
}

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

.namamanten .name img {
	max-width: 350px;
	/* text-align: center; */
	/* max-width: 19vw; */
	/* max-height: 600px; */
	margin-bottom: 5vh;
}

.namamanten .date img {
	width: 200px;
}

.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; */
	/* font-family: 'Comfortaa', cursive; */
	background-color: #CF7531;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 25px;
	color: white;
	font-weight: 500;
	padding: 0px 25px 0px 25px;
	text-align: center;
	text-transform: capitalize;
	/* text-transform: uppercase; */
	text-decoration: none;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 5vh;
}

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

	.namamanten .name img {
		margin: auto;
		max-width: 85vw;
		margin-bottom: 10vh;
	}

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

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

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

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

	.namamanten .name img {
		margin: auto;
		max-width: 80vw;
		margin-bottom: 3vh;
	}

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

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


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

.countdown ul {
	font-family: 'Cookie', cursive;
	list-style: none;
	margin: 30px 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: white;
	background-color: #CF7531;
	border-radius: 40px;
	margin: 0px;
	padding: 5px 10px;
}

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

.countdown li p {
	color: #CF7531;
	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: 15vh 10vw;
	color: white;
}

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

.kontendoa h1 {
	/* font-family: 'Courgette', cursive; */
	font-family: 'Comfortaa', cursive;
	/* font-family: 'Acme', sans-serif; */
	font-weight: 500;
	font-size: 1.1em;
	padding: 10px;
	padding-bottom: 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: 400px) {
	.doa {
		padding: 15vh 10vw;
	}

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

@media(max-width: 360px) {
	.kontendoa h1 {
		font-weight: 500;
		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 bottom;
	position: relative;
}

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

.kontencouple .namacowo {
	padding-top: 45px;
}

.kontencouple .namacewe {
	padding-top: 45px;
}

.kontencouple .namacowo h2 {
	/* font-family: 'Comfortaa', cursive; */
	font-family: 'Yanone Kaffeesatz', sans-serif;
	/* font-family: 'Great Vibes', cursive; */
	font-weight: 500;
	font-size: 1.9em;
	color: white;
	padding: 0;
	text-align: right;
	margin: 0px;
}

.kontencouple .namacewe h2 {
	/* font-family: 'Comfortaa', cursive; */
	font-family: 'Yanone Kaffeesatz', sans-serif;
	/* font-family: 'Great Vibes', cursive; */
	font-weight: 500;
	font-size: 1.8em;
	color: white;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

.kontencouple .namacowo h3 {
	font-family: 'Didact Gothic', sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	font-weight: 500;
	font-size: 0.85em;
	color: white;
	padding-top: 0px;
	text-align: right;
	/* line-height: 2; */
}

.kontencouple .namacewe h3 {
	font-family: 'Didact Gothic', sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	font-weight: 500;
	font-size: 0.85em;
	color: white;
	padding-top: 0px;
	text-align: left;
	/* line-height: 2; */
}

* .float-left {
	float: left;
}

* .float-right {
	float: right;
}

.nopadding {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.kontencouple img {
	width: 175px;
	padding: 0;
}

.kontencouple .col {
	padding: 0px;
}

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

.kontencouple .couplecowo {
	min-width: 500px;
	/* padding: 10px 5px; */
	padding: 0px;
	padding-top: 10vh;
	margin: 0px;
	/* margin-left: -20px; */
}

.kontencouple .couplecewe {
	min-width: 500px;
	/* padding: 10px 5px; */
	padding: 0px;
	padding-top: 10vh;
	margin: 0px;
	/* margin-right: -20px; */
}

.dan {
	position: absolute;
	left: 48%;
	top: 51.5%;
	z-index: 2;
}

.dan img {
	/* padding: 14vh 0; */
	width: 50px;
}

.kontencouple .couplecowo img {
	/* background-position: center center; */
	width: 170px;
	/* background-repeat: no-repeat; */
	padding: 0px;
	padding-left: 10px;
	float: right;
}

.kontencouple .couplecewe img {
	width: 175px;
	padding: 0px;
	padding-right: 10px;
	float: left;
}

.kontencouple .couplecowo .namacowo img {
	width: 150px;
	padding: 0px;
	/* margin-top: 50px;
    margin-left: 20px;
    float: center; */
}

.kontencouple .couplecewe .namacewe img {
	width: 220px;
	padding: 0px;
	/* margin-top: 60px;
    margin-right: 20px;
    float: center; */
}

@media(max-width: 600px){
    .couple{
        padding: 5vh 0 5vh 0;
    }
    .dan{
        position: relative;
    }
    .dan img{
        padding: 7vh 0x;
        width: 50px;
        margin-left: -20px;
    }
    .kontencouple .couplecowo{
        max-width: 550px;
        padding-top: 5vh;
        padding-bottom: 5vh;
        margin: 0;
    }
    .kontencouple .couplecowo .namacowo{
        max-width: 300px;
        float: right;
    }
    .kontencouple .couplecewe{
        max-width: 550px;
        padding: 0;
        padding-top: 0vh;
        padding-bottom: 17vh;
        margin: 0;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 300px;
        float: left;
    }
    .kontencouple img{
        padding: 0;
        max-width: 175px;
    }
}
@media(max-width: 450px){
    .kontencouple .namacowo{
        padding-top: 30px;
    }
    .kontencouple .namacewe{
        padding-top: 30px;
    }
    .kontencouple .couplecowo .namacowo{
        max-width: 270px;
        float: right;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 270px;
        float: left;
    }
    .kontencouple .dan{
        padding: 5vh 0;
    }
    .kontencouple .couplecowo img{
        padding: 0px 10px 0px 10px;
        max-width: 170px;
    }
    .kontencouple .couplecewe img{
        padding: 0px 10px 0px 10px;
        max-width: 170px;
    }
}
@media(max-width: 435px){
    .kontencouple .couplecowo .namacowo{
        max-width: 255px;
        float: right;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 255px;
        float: left;
    }
    .kontencouple .couplecowo img{
        padding: 0px 10px 0px 10px;
        max-width: 170px;
    }
    .kontencouple .couplecewe img{
        padding: 0px 10px 0px 10px;
        max-width: 170px;
    }
    .kontencouple .namacowo h2{
        font-size: 1.5em;
    }
    .kontencouple .namacewe h2{
        font-size: 1.5em;
    }
    .kontencouple .namacowo h3{
        font-size: 0.9em;
    }
    .kontencouple .namacewe h3{
        font-size: 0.9em;
    }
}
@media(max-width: 420px){
    .kontencouple .couplecowo .namacowo{
        max-width: 250px;
        float: right;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 250px;
        float: left;
    }
    /* .kontencouple .couplecowo{
        max-width: 250px;
        padding-top: 7vh;
        margin: 0;
    }
    .kontencouple .couplecewe{
        max-width: 250px;
        padding-top: 0vh;
        padding-bottom: 10vh;
        margin: 0;
    } */
    .kontencouple img{
        padding: 0;
        max-width: 175px;
    }
    .dan img{
        padding: 5vh 0x;
        width: 50px;
        margin-left: -20px;
    }
    .kontencouple .couplecowo img{
        padding: 0px 10px 0px 10px;
        max-width: 160px;
    }
    .kontencouple .couplecewe img{
        padding: 0px 10px 0px 10px;
        max-width: 160px;
    }
    .kontencouple .couplecewe{
        padding-bottom: 20vh;
    }
    .kontencouple .dan{
        padding: 5vh 0;
    }
}
@media(max-width: 410px){
    .kontencouple .couplecowo .namacowo{
        max-width: 250px;
        float: right;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 250px;
        float: left;
    }
    .kontencouple .couplecowo img{
        padding: 0px 15px 0px 10px;
        max-width: 155px;
    }
    .kontencouple .couplecewe img{
        padding: 0px 10px 0px 15px;
        max-width: 155px;
    }
    .kontencouple .namacowo h2{
        font-size: 1.5em;
    }
    .kontencouple .namacewe h2{
        font-size: 1.5em;
    }
    .kontencouple .namacowo h3{
        font-size: 0.85em;
    }
    .kontencouple .namacewe h3{
        font-size: 0.85em;
    }
}
@media(max-width: 400px){
    .kontencouple .couplecowo .namacowo{
        max-width: 240px;
        float: right;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 240px;
        float: left;
    }
    .kontencouple .couplecowo img{
        padding: 0px 10px 0px 5px;
        max-width: 150px;
    }
    .kontencouple .couplecewe img{
        padding: 0px 5px 0px 10px;
        max-width: 150px;
    }
    .kontencouple .namacowo h2{
        font-size: 1.5em;
    }
    .kontencouple .namacewe h2{
        font-size: 1.5em;
    }
    .kontencouple .namacowo h3{
        font-size: 0.8em;
    }
    .kontencouple .namacewe h3{
        font-size: 0.8em;
    }
}
@media(max-width: 393px){
    .kontencouple .couplecowo .namacowo{
        max-width: 230px;
        float: right;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 230px;
        float: left;
    }
    .kontencouple .couplecowo img{
        padding: 0px 15px 0px 10px;
        max-width: 140px;
    }
    .kontencouple .couplecewe img{
        padding: 0px 10px 0px 15px;
        max-width: 140px;
    }
    .kontencouple .namacowo h2{
        font-size: 1.5em;
    }
    .kontencouple .namacewe h2{
        font-size: 1.5em;
    }
    .kontencouple .namacowo h3{
        font-size: 0.8em;
    }
    .kontencouple .namacewe h3{
        font-size: 0.8em;
    }
    .kontencouple .namacowo{
        padding-top: 35px;
    }
    .kontencouple .namacewe{
        padding-top: 35px;
    }
}
@media(max-width: 380px){
    .kontencouple .couplecowo img{
        padding: 0px 10px 0px 5px;
        max-width: 140px;
    }
    .kontencouple .couplecewe img{
        padding: 0px 5px 0px 10px;
        max-width: 140px;
    }
    .kontencouple .namacowo{
        padding-top: 35px;
    }
    .kontencouple .namacewe{
        padding-top: 35px;
    }
    .kontencouple .dan{
        padding: 5vh 0;
    }
    .kontencouple .namacowo h2{
        font-size: 1.5em;
    }
    .kontencouple .namacewe h2{
        font-size: 1.5em;
    }
    .kontencouple .namacowo h3{
        font-size: 0.75em;
    }
    .kontencouple .namacewe h3{
        font-size: 0.75em;
    }
}
@media(max-width: 360px){
    .kontencouple .couplecowo .namacowo{
        max-width: 220px;
        float: right;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 220px;
        float: left;
    }
    .kontencouple img{
        padding:0px;
    }
    .kontencouple .couplecowo img{
        padding: 0px 10px 0px 5px;
        max-width: 130px;
    }
    .kontencouple .couplecewe img{
        padding: 0px 5px 0px 10px;
        max-width: 130px;
    }
    .kontencouple .dan{
        padding: 5vh 0;
    }
    .kontencouple .dan img{
        padding: 20px 0;
        max-width: 50px;
    }
    .kontencouple .namacowo{
        padding-top: 30px;
    }
    .kontencouple .namacewe{
        padding-top: 30px;
    }
    .kontencouple .namacowo h2{
        font-size: 1.5em;
    }
    .kontencouple .namacewe h2{
        font-size: 1.5em;
    }
    .kontencouple .namacowo h3{
        font-size: 0.7em;
    }
    .kontencouple .namacewe h3{
        font-size: 0.7em;
    }
}
@media(max-width: 345px){
    .kontencouple .couplecowo .namacowo{
        max-width: 210px;
        float: right;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 210px;
        float: left;
    }
    .kontencouple img{
        padding:0px;
    }
    .kontencouple .namacowo h2{
        font-size: 1.4em;
        padding-left: 0px;
    }
    .kontencouple .namacewe h2{
        font-size: 1.4em;
        padding-right: 0px;
    }
    .kontencouple .namacowo h3{
        font-size: 0.67em;
        padding-left: 0px;
    }
    .kontencouple .namacewe h3{
        font-size: 0.67em;
        padding-right: 0px;
    }
    .kontencouple .dan{
        padding: 5vh 0;
    }
}
@media(max-width: 335px){
    .kontencouple .couplecowo .namacowo{
        max-width: 200px;
        float: right;
    }
    .kontencouple .couplecewe .namacewe{
        max-width: 200px;
        float: left;
    }
    .kontencouple .namacowo h2{
        font-size: 1.4em;
        padding-left: 0px;
    }
    .kontencouple .namacewe h2{
        font-size: 1.4em;
        padding-right: 0px;
    }
    .kontencouple .namacowo h3{
        font-size: 0.65em;
        padding-left: 0px;
    }
    .kontencouple .namacewe h3{
        font-size: 0.65em;
        padding-right: 0px;
    }
}
@media(max-width: 330px){
    .kontencouple .couplecowo img{
        padding: 0px 10px 0px 5px;
        max-width: 120px;
    }
    .kontencouple .couplecewe img{
        padding: 0px 5px 0px 10px;
        max-width: 120px;
    }
}
/* ====================
AKHIR pagethree The Couple
==================== */

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

.doa2 {
	text-align: center;
	min-height: 100vh;
	padding: 15vh 0;
}

.doa2judul img {
	width: 225px;
	margin-bottom: 5vh;
}

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

.doa2konten {
	width: 600px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 12px;
	border: 5px solid #CF7531;
	margin: auto;
	padding: 20px 25px;
}

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

.doa2konten .arti h2 {
	color: #2A1500;
	padding-top: 15px;
	/* font-family: 'Cookie', cursive; */
	font-family: 'Comfortaa', cursive;
	/* font-family: 'Acme', sans-serif; */
	font-size: 1em;
}

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

@media (max-width: 450px) {
	.doa2 {
		padding: 15vh 0 0 0;
	}

	.doa2konten {
		margin: auto;
		max-width: 75vw;
		padding: 20px;
	}

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

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

	.doa2konten {
		margin: auto;
		max-width: 75vw;
		padding: 15px;
	}

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

/* ====================
AKHIR pagefour Doa Pengantin
==================== */


/* ====================
pagefour Story
==================== */
.pagefour{
    height: 100vh;
    background-image: url(../img/5bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.story{
    text-align: center;
    max-height: 100vh;
    padding: 10vh 0 0 0;
}
.storyjudul img{
    width: 300px;
    margin-bottom: 30px;
}
@media(max-width: 550px){
    .storyjudul img{
        width: 80vw;
    }
}
.kontenstory{
    position: relative;
    /* height: 100%; */
}
.storyline img{
    position: absolute;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    top: 50px;
    left: 0px;
    right: 0px;
}
.story1 img{
    position: absolute;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 60px;
    right: 0px;
}
.story2 img{
    position: absolute;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    top: 110px;
    left: 0px;
    right: 60px;
}
.story3 img{
    position: absolute;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    top: 220px;
    left: 60px;
    right: 0px;
}
.story4 img{
    position: absolute;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    top: 285px;
    left: 0px;
    right: 60px;
}
.story5 img{
    position: absolute;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    top: 380px;
    left: 60px;
    right: 0px;
}
.story6 img{
    position: absolute;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 375px;
    left: 130px;
    right: 0;
}
.story7 img{
    position: absolute;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 450px;
    left: 0px;
    right: 130px;
}


@media(max-width: 500px){
	.pagefour{
		max-height: 100vh;
	}
    .storyline img{
        width: 420px;
        top: 50px;
        left: 0px;
        right: 0px;
    }
    .story1 img{
        width: 280px;
        left: 60px;
        right: 0px;
    }
    .story2 img{
        width: 280px;
        left: 0px;
        right: 60px;
        top: 100px;
    }
    .story3 img{
        width: 280px;
        left: 60px;
        right: 0px;
        top: 200px;
    }
    .story4 img{
        width: 280px;
        left: 0px;
        right: 60px;
        top: 260px;
    }
    .story5 img{
        width: 280px;
        left: 60px;
        right: 0;
        top: 350px;
    }  
    .story6 img{
        width: 280px;
        left: 0;
        right: 60px;
        top: 500px;
    }
    .story7 img{
        width: 280px;
        left: 60px;
        right: 0;
        top: 600px;
    } 
}
@media(max-width: 440px){
	.pagefour{
		max-height: 100vh;
	}
    .storyline img{
        width: 370px;
        top: 50px;
        left: 0px;
        right: 0px;
    }
    .story1 img{
        width: 260px;
    }
    .story2 img{
        width: 260px;
    }
    .story3 img{
        width: 260px;
    }
    .story4 img{
        width: 260px;
    }
    .story5 img{
        width: 260px;
    }  
    .story6 img{
        width: 260px;
    }
    .story7 img{
        width: 260px;
    } 
}
@media(max-width: 396px){
	.pagefour{
		max-height: 100vh;
	}
    .storyline img{
        width: 340px;        
        top: 40px;
        left: 0px;
        right: 0px;
    }
    .story1 img{
        width: 240px;
        left: 50px;
        right: 0px;
    }
    .story2 img{
        width: 240px;
        left: 0px;
        right: 50px;
        top: 90px;
    }
    .story3 img{
        width: 240px;
        left: 50px;
        right: 0px;
        top: 180px
    }
    .story4 img{
        width: 240px;
        left: 0px;
        right: 55px;
        top: 240px
    }
    .story5 img{
        width: 240px;
        left: 55px;
        right: 0;
        top: 320px;
    }
    .story6 img{
        width: 240px;
        left: 0;
        right: 55px;
        top: 450px
    }
    .story7 img{
        width: 240px;
        left: 0;
        right: 55px;
        top: 540px;
    }
      
}
@media(max-width: 360px){
	.pagefour{
		max-height: 100vh;
	}
    .storyline img{
        width: 310px;        
        top: 40px;
        left: 0px;
        right: 0px;
    }
    .story1 img{
        width: 220px;
    }
    .story2 img{
        width: 220px;
        top: 80px;
    }
    .story3 img{
        width: 220px;
        top: 160px;
    }
    .story4 img{
        width: 220px;
        top: 210px;
    }
    .story5 img{
        width: 220px;
        top: 280px;
    }  
    .story6 img{
        width: 220px;
        top: 400px;
    }
    .story7 img{
        width: 220px;
        top: 480px;
    } 
}
@media(max-width: 340px){
	.pagefour{
		max-height: 100vh;
	}
    .storyline img{
        width: 280px;        
        top: 30px;
        left: 0px;
        right: 0px;
    }
    .story1 img{
        width: 200px;
        left: 50px;
        right: 0px;
    }
    .story2 img{
        width: 200px;
        left: 0px;
        right: 40px;
        top: 70px;
    }
    .story3 img{
        width: 200px;
        left: 40px;
        right: 0px;
        top: 140px;
    }
    .story4 img{
        width: 200px;
        left: 0px;
        right: 50px;
        top: 195px;
    }
    .story5 img{
        width: 200px;
        left: 50px;
        right: 0px;
        top: 260px;
    } 
    .story6 img{
        width: 200px;
        left: 0px;
        right: 50px;
        top: 350px;
    }
    .story7 img{
        width: 200px;
        left: 50px;
        right: 0px;
        top: 420px;
    } 
}
/* ====================
AKHIR pagefour Story
==================== */

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

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

.galleryjudul img {
	width: 250px;
	/* 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
==================== */


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

.video {
	text-align: center;
	min-height: 100vh;
	padding: 13vh 0;
}

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

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

	.videojudul img {
		width: 70vw;
		margin-bottom: 5vh;
	}
}

.videokonten {
	position: relative;
	padding: 5vh 0 0 0;
	/* height: 100%; */
}

.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/6bg.png);

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

	background-position: center center;
	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: 180px;
	/* margin: 10px;    */
	/* margin-top: 10vh; */
}

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

.weddingcol .weddingresepsi li {
	color: #2A1500;
	font-size: 0.8em;
	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: 500;
}

.weddingcol .weddingakad li {
	color: #2A1500;
	font-size: 0.8em;
	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;
}

.weddingcol .weddingngunduh li {
	color: #2A1500;
	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;
}

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

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

@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: 'Yanone Kaffeesatz', sans-serif;
	/* font-family: 'Great Vibes', cursive; */
	/* font-family: 'ChallistaScript' !important; */
	border-bottom: #CF7531 3px solid;
	/* font-family: 'Courgette', cursive; */
	/* font-family: 'Rancho', cursive; */
	font-size: 1.75em;
	/* text-decoration: underline; */
	/* padding: 5px; */
	color: #CF7531;
	margin-bottom: 0px;
}

.kontenwedding .weddingcol .weddingakad 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: #CF7531 3px solid;
	/* font-family: 'Courgette', cursive; */
	font-size: 1.75em;
	/* text-decoration: underline; */
	/* padding: 5px; */
	color: #CF7531;
	margin-bottom: 0px;
}

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

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

.kontenwedding .weddingcol .weddingakad h2 {
	font-size: 0.8em;
	font-weight: 500;
	text-align: center;
	list-style-type: none;
	font-family: 'Acme', sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	padding: 5px;
	color: #2A1500;
	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: #C15E74;
	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;
		margin: 20px 25px;
	}

	.kontenwedding img {
		width: 175px;
	}
}


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


/* ====================
pagesix Maps
==================== */
.pagesix {
	height: 100vh;
	/* background-image: url(../img/6bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; */
    background-color: #553113;
}

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

.maps img {
	width: 130px;
}

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

	.maps img {
		width: 120px;
	}
}


/* .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: #B78C2F;
    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: 'Courgette', cursive;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #B78C2F;
    text-transform: capitalize;
    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: transparent;
	border: 3px white 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: transparent;
		border: 3px white solid;
		margin-left: auto;
		margin-right: auto;
	}

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

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

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

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


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

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

.family {
	text-align: center;
	max-height: 100vh;
	padding: 10vh 0;
}


.family h2 {
	color: white;
    font-size: 1.5em;
	/* font-family: 'Didact Gothic', sans-serif;     */
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Comfortaa', cursive; */
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 2em;
	font-weight: 500;
	margin-top: 25vh;
}

.family h3 {
	color: white;
	font-size: 1.2em;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Comfortaa', cursive; */
	font-family: 'Didact Gothic', sans-serif;        
	line-height: 1.3em;
	font-weight: 500;
}

.family .judul img {
	padding: 0px 0 7vh 0;
	width: 150px;
}

.family .namacouple img {
	padding: 2vh 0 0 0;
	width: 220px;
}

.family .terimakasih img {
	margin: auto;
	padding: 20vh 0 0 0;
	width: 130px;
}

@media (max-width: 420px) {
	.family .namacouple img {
		padding: 10vh 0 0 0;
		width: 190px;
	}

	.family .terimakasih img {
		padding: 25vh 0 0 0;
		width: 140px;
	}

	.family .judul img {
		width: 150px;
	}
}

@media (max-width: 380px) {
	.family .namacouple img {
		padding: 7vh 0 0 0;
		width: 175px;
	}

	.family .terimakasih img {
		padding: 20vh 0 0 0;
		width: 125px;
	}

	.family .judul img {
		width: 150px;
	}
}

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


/* ====================
pageeight RSVP
==================== */
.pageeight {
	min-height: 100vh;
	background-image: url(../img/3bg.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: 10vh 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: white;
	/*meletakkan form ke tengah*/
	padding: 20px 20px;
	font-size: 11pt;
	/* border: #D48C9D 3px solid; */
	/* border-radius: 20px; */
}

.kontenrsvp img {
	width: 150px;
	margin: 0 auto;
}

.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: #CF7531;
	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: 2;
	top: 92vh;
	left: 10px;
	width: 3rem;
	height: 3rem;
	background: url(../img/musicon-gold.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 {
	background: url(../img/musicoff-gold.svg) center center / 60% no-repeat;
	/* background: url('https://res.cloudinary.com/elliepooh/image/upload/v1491890054/music-off_nrnsni.svg') center center / 60% no-repeat; */
}

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