@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Finlandica:ital,wght@0,400;0,500;1,400;1,500&family=Great+Vibes&family=Kanit:wght@300&family=Roboto+Condensed&display=swap');

*   {
    margin: 0;
    padding: 0;
    font-family: 'Finlandica', sans-serif;
    color: #3c0d00;
}

body {
    position: relative;
    display: block;
}

.container {
    position: relative;
    display: block;
    width: 100%;
}

/* = = = = =  H O M E  = = = = = */

.cover   {
    position: fixed;
    display: block;
    background-color: #f5f5f5;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.3), rgb(0,0,0,0.3)), url(assets/bg.img/thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position-x: -60px;
    background-position-y: bottom;
    z-index: 99;
    animation: none;
}

.cover.hide {
    animation: cover 1s forwards;
}

@keyframes  cover {
    0%      {top: 0; display: block;}
    100%    {top: -100vh; display: none;}
}

.snow1 {
    display: grid;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url(assets/bg.img/snow1.png), url(assets/bg.img/snow2.png), url(assets/bg.img/snow3.png);
    animation: animate 10s linear infinite;
}

.cover img   {
    display: flex;
    padding-top: 20px;
    margin: auto;
    /* opacity: 0; */
    width: 25%; opacity: 1;
    animation: none;
}

.cover h3    {
    position: relative;
    font-family: 'Dancing Script', cursive;
    /* opacity: 0; */
    text-align: center;
    color: #c6a05f;
    opacity: 1;
    top: 10px;
    animation: none;
}

/* .cover h1    {
    position: relative;
    display: flex;
    font-size: 2em;
} */

.cover .hendra-cover    {
    position: relative;
    opacity: 1;
    margin: 50px 0 10px;
    font-size: 3.2em;
    text-align: center;
    /* color: #78390D; */
    color: #c6a05f;
    font-family: 'Great Vibes', cursive;
    text-shadow: 1px 1px 2px rgb(44, 44, 44);
    animation: none;
}

.cover .dan-cover    {
    margin: 20px 0 0 0;
    color: #c6a05f;
    font-family: 'Great Vibes', cursive;
    text-shadow: 1px 1px 2px rgb(44, 44, 44);
    animation: none;
}

.cover .diah-cover  {
    margin: 20px 0 0;
    color: #c6a05f;
    font-family: 'Great Vibes', cursive;
    text-shadow: 1px 1px 2px rgb(44, 44, 44);
    animation: none;
}

.cover p {
    position: relative;
    opacity: 0;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    /* padding-bottom: 500px; */
    font-size: 1.2em;
    font-weight: 700;
    opacity: 1;
    top: -5px;
    color: #c6a05f;
    animation: none;
}

.cover .footer-cover {
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    top: 70%;
    left: 50%;
    -ms-transform: translate(0, 0);
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    /* position: relative;
    display: flex;
    margin-top: 50px;
    flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center;
    justify-content: center; */
    animation: none;
}

.cover .for {
    position: relative;
    display: flex;
    justify-content: center;
    /* text-align: center; */
    font-size: 1.2rem;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 30px;
    animation: none;
}

.cover h4 {
    position: relative;
    text-transform: capitalize;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    color: #c6a05f;
    margin: 5px;
    animation: none;
}

.contButton {
    position: relative;
    display: flex;
    justify-content: center;
    animation: none;
}

.cover button {
    /* width: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    border: 2px solid #c6a05f;
    border-radius: 5px;
    outline: none;
    margin-top: 10px;
    color: #c6a05f;
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: rgba(0, 0, 0, .5);

}

.responsive {
    position: fixed;
    display: none;
    width: calc(100% - 600px);
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.3), rgb(0,0,0,0.3)), url(assets/bg.img/thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-position-x: 0px;
    /* background-position-y: -50px; */
    animation: none;
}

/* = = = = =  H O M E  = = = = = */

.home   {
    display: none;
    background-color: #f5f5f5;
    width: 100%;
    height: 100vh;
    background-image: url(assets/bg.img/cover.jpg);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position-x: -60px;
    background-position-y: bottom;
}

.home img   {
    display: flex;
    padding-top: 20px;
    margin: auto;
    animation: release 2s 1s forwards;
    opacity: 0;
}

@keyframes  release {
    0%      {width: 0%; opacity: 0;}
    100%    {width: 25%; opacity: 1;}
}

.home h3    {
    position: relative;
    font-family: 'Dancing Script', cursive;
    opacity: 0;
    text-align: center;
    animation: releaseh3 2s 1s forwards;
}

@keyframes  releaseh3 {
    0%      {opacity: 0; top: -100px;}
    50%     {opacity: 0.5;}
    100%    {opacity: 1; top: 10px;}
}

.home h1    {
    position: relative;
    display: flex;
    flex-direction: column;
}

.home .home-hendra    {
    position: relative;
    opacity: 0;
    margin: 20px 0 0;
    text-align: center;
    font-size: 3.5em;
    color: #78390D;
    color: #78390D;
    font-family: 'Great Vibes', cursive;
    text-shadow: 1px 1px 2px rgb(44, 44, 44);
    animation: releaseh1 2s 1s forwards;
}

@keyframes  releaseh1 {
    0%      {opacity: 0; left: -500px;}
    100%    {opacity: 1; left: 0;}
}

.home .home-dan    {
    position: relative;
    text-align: center;
    opacity: 0;
    color: #78390D;
    font-family: 'Great Vibes', cursive;
    text-shadow: 1px 1px 2px rgb(44, 44, 44);
    animation: releaseh4 2s 1s forwards;
}

@keyframes  releaseh4 {
    0%      {opacity: 0; font-size: 0;}
    100%    {opacity: 1; font-size: 3.5em;}
}

.home .home-diah.dd  {
    position: relative;
    text-align: center;
    opacity: 0;
    font-size: 3.5em;
    color: #78390D;
    color: #78390D;
    font-family: 'Great Vibes', cursive;
    text-shadow: 1px 1px 2px rgb(44, 44, 44);
    animation: releaseh2 2s 1s forwards;
}

@keyframes  releaseh2 {
    0%      {opacity: 0; right: -500px;}
    100%    {opacity: 1; right: 0;}
}

.home p {
    position: relative;
    opacity: 0;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    padding-bottom: 500px;
    font-size: 1.2em;
    font-weight: 700;
    animation: releasep 2s 1s forwards;
}

@keyframes releasep {
    from {opacity: 0; top: 300px;}
    to {opacity: 1; top: -5px;}
}

.homediv    {
    width: 100%;
    position: absolute;
    display: flex;
    margin-top: -30px;
    transform: rotate(180deg);
}


/* = = = = =  I N T R O  = = = = = */

.intro  {
    display: none;
    position: relative;
    background-color: #FFF7EB;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.doa    {
    display: block;
    position: relative;
}

.doa img    {
    display: flex;
    position: relative;
    width: 90%;
    height: 225px;
    margin: auto;
    padding-top: 50px;
}


.doa p {
    position: relative;
    font-size: .8em;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin: -237px 15% 0 15%;
    padding-top: 60px;
    padding-bottom: 70px;
}


/* = = = = =  C O U P L E  = = = = = */

.couple {
    position: relative;
    display: none;
    background-image: linear-gradient(rgba(0,0,0,0.3), rgb(0,0,0,0.3)), url(assets/bg.img/hendradiah.jpg);
    background-size: cover;
    background-position-y: -10px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.div1a  {
    width: 100%;
    position: absolute;
    display: flex;
    margin: -5px auto 0;
}
.snow {
    display: grid;
    position: absolute;
    width: 100%;
    height: 600px;
    background-image: url(assets/bg.img/snow1.png), url(assets/bg.img/snow2.png), url(assets/bg.img/snow3.png);
    animation: animate 10s linear infinite;
}
@keyframes animate {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
    100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
.div1    {
    position: relative;
    display: flex;
    width: 80%;
    height: 50px;
    margin: 50px auto 0;
}
.pria   {
    position: relative;
    text-align: center;
}
.bio_pria  {
    position: relative;
    width: 100%;
    margin: 1px;
    text-align: center;
}
.bio_pria h2    {
    position: inherit;
    font-family: 'Great Vibes', cursive;
    font-size: 2.5em;
    line-height: 50px;
    color: #FFF7EB;
}
.bio_pria h4    {
    font-size: 1.1em;
    color: #FFF7EB;
}
.bio_pria p    {
    position: relative;
    font-size: .8em;
    margin-bottom: 0px;
    color: #FFF7EB;
}
.div2   {
    position: relative;
    display: flex;
    width: 80%;
    height: 330px;
    height: 3.5em;
    margin: 15px auto 0;
}
.wanita   {
    position: relative;
    text-align: center;
}
.bio_wanita  {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 1px;
}
.bio_wanita h2    {
    position: relative;
    font-family: 'Great Vibes', cursive;
    font-size: 2.5em;
    line-height: 50px;
    color: #FFF7EB;
}
.bio_wanita h4    {
    font-size: 1.2em;
    color: #FFF7EB;
}
.bio_wanita p    {
    position: relative;
    font-size: .8em;
    margin-bottom: 0px;
    color: #FFF7EB;
}
.div3    {
    position: relative;
    width: 80%;
    height: 50px;
    display: flex;
    margin: 0 auto 50px;
    transform: rotate(180deg);
}
.div1b  {
    width: 100%;
    position: absolute;
    display: flex;
    margin-top: -60px;
    transform: rotate(180deg);
}


/* = = = = =  C E L E B R A T I O N  = = = = = */

.event_celebration  {
    display: none;
    position: relative;
    background-color: #FFF7EB;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.event_celebration h1 {
    position: relative;
    color: #000;
    font-family: 'Dancing Script', cursive;
    height: 10px;
    font-size: 2.7em;
    font-weight: 700;
    padding-top: 20px;
}
.ct1  {
    text-align: center;
    position: relative;
    height: 8em;
    padding-top: 2em;
    margin-bottom: 50px;
}
.ct1 .countdown  {
    display: inline-block;
    width: 100%;
    height: 10em;
    line-height: 2.7em;
    overflow: hidden;
}
.ct1 .countdown .value  {
    color: #000;
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1em;
    margin-top: 50px;
    overflow: hidden;
}
.ct1 .countdown .label  {
    position: relative;
    font-size: 2em;
    font-weight: 600;
    overflow: hidden;
}
.ct2    {
    text-align: center;
    margin-bottom: 2em;
    overflow: hidden;
}
.ct2 .countdown  {
    display: inline-block;
    width: 3em;
    height: auto;
    border-radius: 10px;
    line-height: 1.2em;
    text-align: center;
    margin: 0 1em 0 1em;
    overflow: hidden;
}
.ct2 .countdown .value  {
    position: relative;
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
    overflow: hidden;
}
.ct2 .countdown .label  {
    position: relative;
    /*width: 500px;*/
    font-size: .8em;
    font-weight: 600;
    overflow: hidden;
    /*background-color: green;*/
}
.std    {
    position: relative;
    display: flex;
    width: fit-content;
    margin: auto;
    background-image: url(assets/icons/calendar.png);
    background-repeat: no-repeat;
    background-position-x: 8%;
    background-position-y: 45%;
    background-size: 1.5em;
    border: 2px;
    border-radius: 30px;
    border-style: solid;
    border-color: #3c0d00;
    text-decoration: none;
    padding: .2em 1em .2em 2.5em;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: .9em;
    border-radius: 25px;
    border-color: #3c0d00;
    overflow: hidden;
}
.akad h2    {
    margin-bottom: 20px;
    overflow: hidden;
}
.akad p    {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 1em;
    overflow: hidden;
}
.div11    {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.div22   {
    width: 80%;
    height: 3.5em;
    margin-bottom: 1.5em;
    overflow: hidden;
}
.div33    {
    width: 80%;
    margin: auto;
    transform: rotate(180deg);
    overflow: hidden;
}


/* = = = = =  L O C A T I O N  = = = = = */

.event_location {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFF7EB;
    display: none;
    flex-direction: column;
}
.eloc_header    {
    position: relative;
    display: flex;
    margin: auto;
    font-family: 'Dancing Script', cursive;
    font-size: 2.7em;
    line-height: 50px;
    font-weight: 700;
    padding-top: 20px;
}
.alamat {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
    padding: 1em;
}
.gmaps  {
    position: relative;
    display: flex;
    margin: auto;
    width: 90%;
    height: 350px;
    border: none;
    border-radius: 10px;
    margin: 20px 0 20px 5%;
    overflow: hidden;
}
.maps   {
    position: relative;
    display: flex;
    width: fit-content;
    margin: auto;
    background-image: url(assets/icons/maps.png);
    background-repeat: no-repeat;
    background-position-x: 7%;
    background-position-y: 45%;
    border: 2px;
    border-radius: 30px;
    border-style: solid;
    border-color: #3c0d00;
    text-decoration: none;
    padding: .2em 1em .2em 2.5em;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: .9em;
    overflow: hidden;
}
.bgp2   {
    display: flex;
    position: relative;
    width: 90%;
    height: 175px;
    margin: auto;
    padding-top: 50px;
    overflow: hidden;
}
.p2 {
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 1em;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin: -185px 20% 0 20%;
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden;
}


/* = = = = =  G A L L E R Y  = = = = = */


.gallery_photo {
    display: none;
    text-align: center;
    background-color: #FFF7EB;
    overflow: hidden;
}
.gallery_header  {
    color: #000;
    font-family: 'Dancing Script', cursive;
    font-size: 2.7em;
    font-weight: 700;
    padding: 20px 0 70px;
    overflow: hidden;
}
.gallery {
    width: 95%;
    height: auto;
    margin: 10px auto 0;
    list-style: none;
    overflow: hidden;
    display: grid;;
    grid-template-areas: 
        'foto1 foto1'
        'foto2 foto4'
        'foto3 foto4'
        'foto5 foto6'
        'foto7 foto8'
        'foto7 foto9'
        'foto10 foto10';
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.gallery li img  {
    width: 100%;
    border-radius: 15px;
}
.foto1  {
    position: relative;
    grid-area: foto1;
    display: flex;
}
.foto2  {
    position: relative;
    grid-area: foto2;
    display: flex;
}
.foto3  {
    position: relative;
    grid-area: foto3;
    display: flex;
}
.foto4  {
    position: relative;
    grid-area: foto4;
    display: flex;
}
.foto5  {
    position: relative;
    grid-area: foto5;
    display: flex;
}
.foto6  {
    position: relative;
    grid-area: foto6;
    display: flex;
}
.foto7  {
    position: relative;
    grid-area: foto7;
    display: flex;
}
.foto8  {
    position: relative;
    grid-area: foto8;
    display: flex;
}
.foto9  {
    position: relative;
    grid-area: foto9;
    display: flex;
}
.foto10 {
    height: auto;
    position: relative;
    grid-area: foto10;
    display: flex;
}


/* = = = = =  R S V P  = = = = = */


.reservasi {
    position: relative;
    text-align: center;
    background-color: #FFF7EB;
    padding-top: 50px;
    overflow: hidden;
    display: none;
}
.rsvp_header  {
    color: #000;
    font-family: 'Dancing Script', cursive;
    font-size: 2.7em;
    font-weight: 700;
    padding-top: 20px;
    overflow: hidden;
}
.rsvp_p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding-top: 20px;
    margin: 0 50px;
    overflow: hidden;
}
.radio_button1    {
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    overflow: hidden;
}
.rb_header  {
    padding: 20px 0 10px;
}
.rsvp {
    display: block;
    position: relative;
    padding: 2px 0 10px 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rsvp input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Custom Radio Button */
.check {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.rsvp:hover input ~ .check {
    background-color: #ccc;
}
.rsvp input:checked ~ .check {
    background-color: #3c0d00;
}
.check:after {
    content: "";
    position: absolute;
    display: none;
}
.rsvp input:checked ~ .check:after {
    display: block;
}
.rsvp .check:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.radio_button2   {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}
.name   {
    padding: 2px 10px;
    border: 2px solid #3c0d00;
    border-radius: 7px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}
#simpan  {
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    width: 75px;
    padding: 5px;
    border-radius: 10px;
    border-color:#3c0d00;
}


/* = = =  A M P L O P   D I G I T A L  = = = */

.amplop_digital {
    display: none;
    text-align: center;
    background-color: #FFF7EB;
    padding-top: 50px;
    overflow: hidden;
}
.ad_header  {
    color: #000;
    font-family: 'Dancing Script', cursive;
    font-size: 2.7em;
    font-weight: 700;
}
.ad_p   {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding-top: 20px;
}
.bca    {
    display: flex;
    width: 40%;
    margin: auto;
}
.lihat   {
    position: relative;
    display: flex;
    width: fit-content;
    margin: 10px auto 0;
    border: 2px;
    border-radius: 30px;
    border-style: solid;
    border-color: #3c0d00;
    text-decoration: none;
    padding: .2em 1em .2em 1em;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: .9em;
}
/* Jendela Pop Up */
#popup-rekening {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    animation: popup-out 2s forwards;
}
@keyframes popup-out    {
    0%      {opacity: 1;}
    100%    {opacity: 0;}
}
.popup-container {
	width: 100%;
	height: auto;
	border-radius: 10px;
	position: relative;
	text-align: center;
	margin: 15% auto;
}
.popup-container img    {
    width: 100%;
    height: 325px;
}
.popup-content  {
    display: flex;
    margin: -300px auto 0;
    width: 88%;
    height: 275px;
    flex-direction: column;
    border-radius: 15px;
    background-color: #FFF7EB;
}
.popup-content h2 {
    margin: 30px 0;
}
.popup-content h3 {
    font-size: 2rem;
}

.popup-content input {
    font-size: 2rem;
    font-weight: bold;
    border: none;
    width: 100%;
    text-align: center;
    outline: none;
    background-color: transparent;
}
.popup-content h3:nth-child(3) {
    margin-bottom: 20px;
}
.popup-content p   {
    margin-top: -20px;
}
.popup-content .norek2   {
    margin-top: 30px;
}
.popup-content button   {
    font-size: .7em;
    width: fit-content;
    margin: 0 auto;
    padding: 3px;
    border-radius: 20px;

}
/* Button Close */
.close-button {
	width: 1.2em;
    font-size: 1.2em;
    font-weight: 600;
	border-radius: 50%;
    background-color: #3c0d00;
	border: 3px solid #3c0d00;
	display: block;
	text-align: center;
	color: #FFF7EB;
	text-decoration: none;
	position: absolute;
	top: 45px;
	right: 40px;	
}
/* Memunculkan Jendela Pop Up*/
#popup-rekening:target {
	visibility: visible;
    animation: popup 1s forwards;
}
@keyframes popup {
    0%    {opacity: 0; transform: scale(0);}
    100%     {opacity: 1; transform: scale(1);}
}


/* = = =  W I S H E S  = = = */

.wishes {
    display: none;
    position: relative;
    margin: auto;
    flex-direction: column;
    width: 100%;
    text-align: center;
    background-color: #FFF7EB;
    padding-top: 50px;
    overflow: hidden;
}
.wishes_header  {
    color: #000;
    font-family: 'Dancing Script', cursive;
    font-size: 2.7em;
    font-weight: 700;
    padding-top: 20px;
}
.wishes_p   {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding-top: 20px;
}
.textarea   {
    width: 100%;
    margin: 20px 5% 5px;
    align-items: center;
    text-align: center;
    position: relative;
    display: grid;
    grid-template-areas: 
            'nama domisili'
            'pesan pesan';
    grid-template-columns: 45% 45%;
    gap: 5px;
}
.nama_tamu  {
    grid-area: nama;
    display: flex;
    position: relative;
    background-color: #eae9e9;
    padding: 10px;
    border: 2px;
    border-top-left-radius: 20px;
    border-color: #3c0d00;
    border-style: solid;
    outline: none;
}
.domisili_tamu  {
    grid-area: domisili;
    display: flex;
    position: relative;
    text-align: right;
    background-color: #eae9e9;
    padding: 10px;
    border: 2px;
    border-top-right-radius: 20px;
    border-color: #3c0d00;
    border-style: solid;
    outline: none;
}
#coment {
    grid-area: pesan;
    display: flex;
    position: relative;
    height: 150px;
    background-color: #eae9e9;
    padding: 10px;
    border: 2px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: #3c0d00;
    border-style: solid;
    outline: none;
}
.submit_wishes  {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    width: 75px;
    padding: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: #3c0d00;
}
.hapus_wishes   {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    width: 75px;
    padding: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #3c0d00;
}
.comment {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    width: 100%;
    height: 500px;
}
.comment-container   {
    position: relative;
    display: flex;
    margin: auto;
    padding: 25px 0;
    flex-direction: column;
    text-align: center;
    width: 90%;
    height: auto;
    overflow: scroll;
}
.comment-column {
    position: relative;
    display: grid;
    margin: 10px auto;
    width: 100%;
    grid-template-areas: 
        'ava comment';
    grid-template-columns: 20% 80%;
}
.comment-column:nth-child(even) {
    position: relative;
    display: grid;
    margin: 10px auto;
    width: 100%;
    grid-template-areas: 
        'comment ava';
    grid-template-columns: 80% 20%;
    
}
.comment-ava    {
    grid-area: ava;
    position: relative;
    display: flex;
    margin: 10px;
    width: 50px;
    height: 50px;
    background-color: #3c0d00;
    border: 2px solid;
    border-radius: 50%;
}
.comment-content  {
    position: relative;
    display: block;
    margin: 20px 15px 0;
    padding: 0 10px;
    box-shadow: 5px 5px 5px #000;
    border: 2px solid #3c0d00;
    border-top-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.comment-column:nth-child(even) .comment-content {
    position: relative;
    display: block;
    box-shadow: -5px 5px 5px #000;
    border: 2px solid #3c0d00;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.comment-child    {
    position: relative;
    display: block;
}
.comment-container h2    {
    font-size: 1.2em;
    font-family: 'Dancing Script', cursive;
    margin-top: 5px;
    margin-bottom: 5px;
}
.comment-ava h2 {
    position: relative;
    display: flex;
    margin: auto;
    font-size: 1.5em;
    color: #FFF7EB;
}
.comment-container p {
    font-size: .7em;
    margin: -5px 0 5px;
}

/* = = =  R E V E A L   E F F E C T  = = = */

/* DOA - IMG */

.rev1   {
    opacity: 1;
    animation: rev1a 1s forwards;
}

@keyframes  rev1a {
    0%      {width: 90%; opacity: 1;}
    100%    {width: 0%; opacity: 0;}
}

.rev1.active{
    opacity: 0;
    animation: rev1b 1s .5s forwards;
}

@keyframes  rev1b {
    0%      {width: 0%; opacity: 0;}
    100%    {width: 90%; opacity: 1;}
}

 /*DOA - P | ANAK | ORTU */

.rev2   {
    opacity: 0;
    animation: rev2a 1s forwards;
}

@keyframes  rev2a {
    0%      {opacity: 1;}
    100%    {opacity: 0;}
}

.rev2.active{
    opacity: 0;
    animation: rev2b 1s 1s forwards;
}

@keyframes  rev2b {
    0%      {opacity: 0;}
    100%    {opacity: 1;}
}

 /*MEMPELAI - DIVIDER | AKAD DIVIDER */

.rev3   {
    opacity: 0;
    width: 0%;
    animation: rev3a 1s forwards;
}

@keyframes  rev3a {
    0%      {opacity: 1; width: 80%;}
    100%    {opacity: 0; width: 0%;}
}

.rev3.active{
    opacity: 0;
    width: 80%;
    animation: rev3b 1s forwards;
}

@keyframes  rev3b {
    0%      {opacity: 0; width: 0%;}
    100%    {opacity: 1; width: 80%;}
}

 /*NAMA PRIA | NAMA WANITA | COUNT DAYS | AKAD | RESEPSI */

.rev4   {
    animation: rev4a 1s forwards;
}

@keyframes  rev4a {
    0%      {opacity: 1; transform: scale(1);}
    100%    {opacity: 0; transform: scale(0);}
}

.rev4.active{
    animation: rev4b 1s forwards;
}

@keyframes  rev4b {
    0%      {opacity: 0; transform: scale(5);}
    100%    {opacity: 1; transform: scale(1);}
}

 /*MEMPELAI - BAPAK | COUNT HOURS | HARI AKAD | HARI RESEPSI*/

.rev5   {
    animation: rev5a 1s forwards;
}

@keyframes  rev5a {
    0%      {opacity: 1; left: 0px;}
    100%    {opacity: 0; left: -200px;}
}

.rev5.active{
    animation: rev5b 1s forwards;
}

@keyframes  rev5b {
    0%      {opacity: 0; left: -200px;}
    100%    {opacity: 1; left: 0px;}
}

 /*MEMPELAI - IBU | COUNT SECONDS | JAM AKAD | JAM RESEPSI */

.rev6   {
    animation: rev6a 1s forwards;
}

@keyframes  rev6a {
    0%      {opacity: 1; right: 0px;}
    100%    {opacity: 0; right: -200px;}
}

.rev6.active{
    animation: rev6b 1s forwards;
}

@keyframes  rev6b {
    0%      {opacity: 0; right: -200px;}
    100%    {opacity: 1; right: 0px;}
}

 /*EVENT CELEBRATION */

.rev7   {
    animation: rev7a 1s forwards;
}

@keyframes  rev7a {
    0%      {opacity: 1; transform: scale(1);}
    100%    {opacity: 0; transform: scale(0);}
}

.rev7.active{
    animation: rev7b 1s forwards;
}

@keyframes  rev7b {
    0%      {opacity: 0; transform: translateY(-50px);}
    100%    {opacity: 1; transform: translateY(0px);}
}

 /*COUNT MINUTES */

.rev8   {
    animation: rev8a 1s forwards;
}

@keyframes  rev8a {
    0%      {opacity: 1; transform: scale(1);}
    100%    {opacity: 0; transform: scale(0);}
}

.rev8.active{
    animation: rev8b 1s forwards;
}

@keyframes  rev8b {
    0%      {opacity: 0; transform: scale(0);}
    100%    {opacity: 1; transform: scale(1);}
}

 /*COUNT HOURS */

.rev9   {
    animation: rev9a 1s forwards;
}

@keyframes  rev9a {
    100%    {opacity: 0; left: -50px;}
    0%      {opacity: 1; left: 0px;}
}

.rev9.active{
    animation: rev9b 1s forwards;
}

@keyframes  rev9b {
    0%      {opacity: 0; left: -50px;}
    100%    {opacity: 1; left: 0px;}
}

 /*COUNT SECONDS */

.rev10   {
    animation: rev10a 1s forwards;
}

@keyframes  rev10a {
    0%      {opacity: 1; right: 0px;}
    100%    {opacity: 0; right: -50px;}
}

.rev10.active{
    animation: rev10b 1s forwards;
}

@keyframes  rev10b {
    0%      {opacity: 0; right: -50px;}
    100%    {opacity: 1; right: 0px;}
}

 /*LABEL HARI */

.rev11   {
    animation: rev11a 1s forwards;
}

@keyframes  rev11a {
    0%      {opacity: 1;}
    100%    {opacity: 0;}
}

.rev11.active{
    animation: rev11b 2s forwards;
}

@keyframes  rev11b {
    0%      {opacity: 0;}
    100%    {opacity: 1;}
}

 /*LABEL JAM */

.rev12   {
    animation: rev12a 1s forwards;
}

@keyframes  rev12a {
    0%      {opacity: 1;}
    100%    {opacity: 0;}
}

.rev12.active{
    animation: rev12b 1s forwards;
}

@keyframes  rev12b {
    0%      {opacity: 0; transform: rotateZ(-90deg); left: 50px; top: -50px;}
    100%    {opacity: 1; transform: rotateZ(0deg); left: 0px; top: 0px;}
}

 /*LABEL MENIT */

.rev13   {
    animation: rev13a 1s forwards;
}

@keyframes  rev13a {
    0%      {opacity: 1;}
    100%    {opacity: 0;}
}

.rev13.active{
    animation: rev13b 2s forwards;
}

@keyframes  rev13b {
    0%      {opacity: 0; transform: rotateY(90deg);}
    100%    {opacity: 1; transform: rotateY(0deg);}
}

 /*LABEL DETIK */

.rev14   {
    animation: rev14a 1s forwards;
}

@keyframes  rev14a {
    0%      {opacity: 1;}
    100%    {opacity: 0;}
}

.rev14.active{
    animation: rev14b 1s forwards;
}

@keyframes  rev14b {
    0%      {opacity: 0; transform: rotateZ(90deg); right: 50px; bottom: 50px;}
    100%    {opacity: 1; transform: rotateZ(0deg); right: 0px; bottom: 0px;}
}

 /*ALAMAT */

.rev15   {
    animation: rev15a 1s forwards;
}

@keyframes  rev15a {
    0%      {opacity: 1; transform: rotateX(0deg);}
    100%    {opacity: 0; transform: rotateX(90deg);}
}

.rev15.active{
    animation: rev15b 1s forwards;
}

@keyframes  rev15b {
    0%      {opacity: 0; transform: rotateX(90deg);}
    100%    {opacity: 1; transform: rotateX(0deg);}
}

 /*MAPS */

.rev16   {
    animation: rev16a 1s forwards;
}

@keyframes  rev16a {
    0%      {opacity: 1; right: 0px;}
    100%    {opacity: 0; right: 150px;}
}

.rev16.active{
    animation: rev16b 1s forwards;
}

@keyframes  rev16b {
    0%      {opacity: 0; right: 150px;}
    100%    {opacity: 1; right: 0px;}
}

 /*SAVE THE DATE */

.rev17   {
    animation: rev17a 1s forwards;
}

@keyframes  rev17a {
    0%      {opacity: 1; transform: scale(1);}
    100%    {opacity: 0; transform: scale(0);}
}

.rev17.active{
    animation: rev17b 1s forwards;
}

@keyframes  rev17b {
    0%      {opacity: 0; transform: scale(0);}
    100%    {opacity: 1; transform: scale(1);}
}

 /*GALLERY PHOTO | RESERVASI */

.rev18   {
    animation: rev18a 1s forwards;
}

@keyframes  rev18a {
    0%      {opacity: 1; transform: scale(1);}
    100%    {opacity: 0; transform: scale(0);}
}

.rev18.active{
    animation: rev18b 1s forwards;
}

@keyframes  rev18b {
    0%      {opacity: 0; transform: translateY(-50px);}
    100%    {opacity: 1; transform: translateY(0px);}
}

 /*PHOTO 1 */

.rev19   {
    animation: rev19a 1s forwards;
}

@keyframes  rev19a {
    0%      {opacity: 1; bottom: 0px;}
    100%    {opacity: 0; bottom: 50px;}
}

.rev19.active{
    animation: rev19b 1s forwards;
}

@keyframes  rev19b {
    0%      {opacity: 0; bottom: 50px;}
    100%    {opacity: 1; bottom: 0px;}
}

 /*PHOTO 2 3 5 7 */

.rev20   {
    animation: rev20a 1s forwards;
}

@keyframes  rev20a {
    0%      {opacity: 1; right: 0px;}
    100%    {opacity: 0; right: 50px;}
}

.rev20.active{
    animation: rev20b 1s forwards;
}

@keyframes  rev20b {
    0%      {opacity: 0; right: 50px;}
    100%    {opacity: 1; right: 0px;}
}

 /*PHOTO 4 6 7 8 9 */

.rev21   {
    animation: rev21a 1s forwards;
}

@keyframes  rev21a {
    0%      {opacity: 1; left: 0px;}
    100%    {opacity: 0; left: 50px;}
}

.rev21.active{
    animation: rev21b 1s forwards;
}

@keyframes  rev21b {
    0%      {opacity: 0; left: 50px;}
    100%    {opacity: 1; left: 0px;}
}

 /*PHOTO 10 */

.rev22   {
    animation: rev22a 1s forwards;
}

@keyframes  rev22a {
    0%      {opacity: 1; top: 0px;}
    100%    {opacity: 0; top: 50px;}
}

.rev22.active{
    animation: rev22b 1s forwards;
}

@keyframes  rev22b {
    0%      {opacity: 0; top: 50px;}
    100%    {opacity: 1; top: 0px;}
}

 /*KONFIRMASI KEHADIRAN */

.rev23   {
    animation: rev23a 1s forwards;
}

@keyframes  rev23a {
    0%      {opacity: 1; transform: scaleX(1);}
    100%    {opacity: 0; transform: scaleX(0);}
}

.rev23.active{
    animation: rev23b 1s forwards;
}

@keyframes  rev23b {
    0%      {opacity: 0; transform: scaleX(0);}
    100%    {opacity: 1; transform: scaleX(1);}
}

 /*KOMENTAR */

.rev24  {
    animation: rev24a 1s forwards;
}

@keyframes rev24a   {
    0%      {opacity: 1; transform: scaleX(1);}
    100%    {opacity: 0; transform: scaleX(0);}
}

.rev24.active{
    animation: rev24b 1s forwards;
}

@keyframes  rev24b {
    0%      {opacity: 0; transform: scaleX(0);}
    100%    {opacity: 1; transform: scaleX(1);}
}
.rev25  {
    animation: rev25a 1s forwards;
}

@keyframes rev25a {
    from    {opacity: 1; right: 0px;}
    to      {opacity: 0; right: 200px;}
}

.rev25.active   {
    animation: rev25b 1s forwards;
}

@keyframes rev25b   {
    from    {opacity: 0; right: 200px;}
    to      {opacity: 1; right: 0px;}
}

@media only screen and (min-width: 600px) {
    .home,
    .intro,
    .couple,
    .div1b,
    .event_celebration,
    .event_location,
    .amplop_digital,
    .wishes {
        max-width: 600px;
        margin-left: calc(100% - 600px);
    }
    .home {
        background-position-y: 0px;
    }
    .div1b {
        margin-top: -90px;
    }
    .wishes {
        margin-left: calc(100% - 600px);
    }
    .couple {
        position: relative;
        display: none;
        background-image: linear-gradient(rgba(0,0,0,0.3), rgb(0,0,0,0.3)), url(assets/bg.img/hendradiah.jpg);
        background-size: cover;
        background-position-y: -270px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .cover   {
        background-image: linear-gradient(rgba(0,0,0,0.3), rgb(0,0,0,0.3)), url(assets/bg.img/thumbnail.jpg);
        background-repeat: no-repeat;
        background-size: 130%;
        background-position-x: -60px;
        background-position-y: center;
        z-index: 99;
        animation: none;
    }

    .home .home-hendra,
    .home .home-dan,
    .home .home-diah    {
        font-size: 4em;
    }
    
    .responsive {
        display: flex;
    }
}

.footer {
    background-color: #FFF7EB;
    position: inherit;
    display: flex;
    justify-content: center;
}

.footer p {
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-style: italic;
}