/* FONT */
@font-face {                
    src: url(font/Housttely-Signature.ttf);
    font-family: hs;
}
@font-face {                
    src: url(font/lambresia.otf);
    font-family: lambresia;
}
@font-face {                
    src: url(font/atwriter.ttf);
    font-family: atwriter;
}
@font-face {                
    src: url(font/type-ra.ttf);
    font-family: type;
}
/* END FONT */


/* JUMBOTRON */
.jumbotron {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #d1c8b7), url(images/P_AWAL.jpg) ;
    background-size: cover;
    background-position: center;
    height: 650px;
    margin-top: -50px;
}
.textjumbo  {
    color: #fff;
    text-align: center;
    margin-top: 480px;
    font-family: type;
}
.textjumbo p {
    font-family:  atwriter;
}
.textjumbo h1 {
    font-size: 55px;
    margin-top: -20px;
    margin-bottom: 23px;
}
/* END JUMBOTRON */

/* PUISI */
#puisi{
    height:  100%;
    padding: 100px 0;
    background-color: #d1c8b7;
    margin-top: -35px;
    position: relative;
}
.icon-puisi {
    margin-bottom: 20px;
    width: 150px;
}
.img-puisi{
    width: 48px;
    margin-bottom: 30px;
}
.isi-puisi{
    font-family: 'Great Vibes', cursive;
    padding: 0 20px;
    color: rgb(255, 255, 255);
}
.isi-puisi p{
    font-family: atwriter;
    font-size: 15px;
}
.isi-puisi h3{
    font-family: atwriter;
}
/* END PUISI */

/* MEMPELAI */
#mempelai {
    padding: 100px 0;
}
#mempelai h1 {
    font-family: atwriter;
    font-size: 20px;
    padding: 25px 0 10px 0;
    color: #aaa7a3;
}
#mempelai p {
    font-family:atwriter;
    font-size: 13px;
    margin-bottom: 50px;
    color: rgb(0, 0, 0); 
}
.img-profil {
    width: 200px;
    border-radius: 5px;
}
#mempelai .fa{
    font-size: 23px;
    height: 40px;
    width: 40px;
    color: rgb(255, 255, 255)  !important;
    background: #aaa7a3; 
    padding: 9px;
    border-radius: 50%;
    margin-bottom: 70px;
}
/* END MEMPELAI */

/* ACARA */
#acara {
    background-image: url(images/bg.jpg);
    background-size: cover;
    background-position: center;
    color: rgb(0, 0, 0);
    padding: 100px 0;
}
.bg h4 {
    font-family: atwriter;
    font-size: 30px;
    color: #9b8866;
    margin-bottom: 30px;
}
.bg p {
    font-family: atwriter;
    font-size: 12px;
    margin-bottom: 50px;
    color: #9b8866;
}
.isi-acara {
    background: linear-gradient(to bottom, rgba(253, 253, 253, 0.308), rgb(255, 255, 255));
    border-radius: 2%;
    color: #9b8866;
    padding: 70px 0;
    width: 80%;
    font-family: atwriter;
}
.isi-acara img {
    width: 120px;
    margin-bottom: 30px;
}
.nama-acara {
    font-family: atwriter;
    font-size: 22px;
}
.isi-acara h4 {
    font-size:20px ;
    font-family: atwriter;
    margin-bottom: 50px !important;
}
.btn-map{
	font-size: 15px;
    text-decoration: none;
    background-color: #9b8866;
	color: rgb(255, 255, 255);
	border: #9b8866 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
}
.btn-map:hover{
    text-decoration: none;
    background-color: #fff;
	color:  #9b8866;
}
/* END ACARA */

/* GALLERY */
#gallery {
    padding: 100px 0;
    background-color: rgba(186, 172, 147, 0.26);
}
.judul-one {
    color: #96856aa4;
    font-family: atwriter;
    font-size: 25px;
    margin-left: 10px;
}
.judul-two {
    color: #9b8866;
    font-family:atwriter;
    margin-top: -10px;
    margin-bottom: 60px;
    font-size: 20px;
}
.img-gale img {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    top: 0px;
}
.text-img {
    position: absolute;
    top: 100px !important;
    z-index: 2;
    color: #fff;    
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.842);
    padding: 0 40px;
}
#headerSlider {
    margin-bottom: 50px;
}
.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
/* END GALLERY */


#time1 {
    padding: 50px 0;
    background-image: url(images/BGKOMEN.jpg);
    margin-bottom: 100px;
}
.bg-time1 {
    margin-bottom: 1000px;
}
.isi-time1 {
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.411), 0 10px 10px 0 rgba(0, 0, 0, 0.281);
    color: rgba(32, 19, 1, 0.562);
    padding: 70px 20px;
    width: 80%;
    margin: 20px 0;
    font-family: Sen;
}
.isi-time1 img {
    width: 95%;
}

.countdown .time{
    text-transform: uppercase;
    width: 80%;
    display: flex;
    justify-content: center;

}
.countdown .middle{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.countdown .time span{
    background-color: #6e6c66;
    width: 30%;
    padding: 5px;
    font-size: 10px;
    color: #ffffff;
}
.countdown .time span div{
    font-size: 25px;
}
.time-text {
    margin-top: 150px;
}


/* COUNTDOWN */
#time {
    background-image:url(images/p4.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
}
#time h4 {
    color: #fff;
    font-family: atwriter;
    margin-top: 50px;
}
/* END COUNTDOWN */

/* FOOTER */
#footer{
    background-color: #a1957e !important;
    position: relative;
    height: 100%;
    padding: 70px;
}
#footer p{
    color: #fff;
    font-size: 15px;
    margin-top: 100px;
}
.fa-heart-o{
    margin: 3px;
    color: red !important;
}
#footer .logo{
    font-family: hs;
    font-size: 25px;
}
#footer .kontak .fa{
    font-size: 25px;
    height: 45px;
    width: 45px;
    color: #ffffff  !important;
    background: rgba(194, 190, 169, 0.473) ;
    padding: 9px;
    border-radius: 50%;
    margin-left: 5px;
}
/* END FOOTER */

/* DESKTOP VERSION */
@media (min-width: 992px) {  

    .jumbotron {
        height: 800px;
    }
    .textjumbo  {
        margin-top: 500px;
    }
    .textjumbo p {
        font-size: 20px !important;
    }
    .textjumbo h1 {
        font-size: 45px;
    }

    .isi-puisi {
        padding: 0 280px;
    }
    .isi-puisi h3{
        font-size: 35px;
    }
    .isi-puisi p{
        font-size: 17px;
    }
    .judul-one {
        font-size: 40px;
    }
    .judul-two {
        font-size: 35px;
    }
    .gale-bot {
        margin-top: 170px;
    }
    .carousel-indicators li {
        width: 11px;
        height: 11px;
        border-radius: 50%;
    }
}




.center {
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }
  .popup {
    width:85%;
    height:550px;
    padding:30px 20px;
    background-image:url(images/bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius:10px;
    box-sizing:border-box;
    z-index:2;
    text-align:center;
    opacity:1;
    top:-200%;
    transform:translate(-50%,-50%) scale(0.5);
    transition: opacity 300ms ease-in-out,
                top 1000ms ease-in-out,
                transform 1000ms ease-in-out;
  }
  .popup.active {
    background-image:url(images/bg.jpg);
    opacity:1;
    top:50%;
    transform:translate(-50%,-50%) scale(1);
    transition: transform 300ms cubic-bezier(0.18,0.89,0.43,1.19);
  }
  .isi_tamu {
      margin-top: 40px;
  }
  .isi_tamu img {
      width: 200px;
  }
  .popup .dismiss-btn button {
    padding:10px 20px;
    background:#a1957e;
    color:#f5f5f5;
    border:2px solid #a1957e;
    font-size:16px;
    outline:none;
    border-radius:10px;
    cursor:pointer;
    transition: all 300ms ease-in-out;
    font-family: atwriter;
  }

  .popup .dismiss-btn button:hover {
    color:#111;
    background:#f5f5f5;
  }
  .popup > div {
    position:relative;
    top:10px;
    opacity:0;
  }
  .popup.active > div {
    top:0px;
    opacity:1;
  }
  .popup.active .icon {
    transition: all 300ms ease-in-out 250ms;
  }
  .popup.active .title {
    transition: all 300ms ease-in-out 300ms;
  }
  .popup.active .description {
    transition: all 300ms ease-in-out 350ms;
  }
  .popup.active .dismiss-btn {
    transition: all 300ms ease-in-out 400ms;
  }

  .nama_undang {
    font-size: 26px;
    font-family: Vogue;
    padding: 0 2px;
}

#popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.877);
    display: none;
} 
#popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    padding: 50px 20px;
    background: rgb(243, 242, 242);
}
.popup-content .icon-gift {
    width: 100px;
}

.popup-content img {
    width: 350px;
}

#popup a.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: black;
} 
#popup:target {
    display: block;
}

#audioControl img{
    background-image: url(images/play.jpg);
    border: none;
    width: 40px;
    height:40px;
    cursor: pointer;
    border-radius: 100%;
    outline:none !important ;
    position:fixed;
    bottom:30px;
    left:20px;
    z-index:100;
}

/* END Komen */



/* GIFT */

#gift {
    padding: 100px 0;
    background-image: url(images/BGKOMEN.jpg);
}
.bg-gift {
    margin-bottom: 30px;
}
.judul-gift {
    color: #ffffff;
    font-family: Great Vibes;
    font-size: 30px;
    margin-left: 10px;
}
.isi-gift {
    background-color: #a5a3a1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.411), 0 10px 10px 0 rgba(0, 0, 0, 0.281);
    color: #ffffff;
    padding: 70px 20px;
    width: 80%;
    margin: 20px 0;
    font-family: Sen;
}
.isi-gift img {
    width: 30%;
    margin-bottom: -20px;
}
.isi-gift h4 {
    font-size: 15px;
    font-family: Philosopher ;
    margin-top: 50px;
    margin-bottom: 50px !important;
    color: #ffffff;
}
.btn-gift{
	font-size: 14px;
    text-decoration: none;
    background-color: #81817a !important;
	color: rgb(255, 255, 255);
	border: rgb(255, 255, 255) 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
    margin-top: 40px;
    font-family: Kaushan Script;
}
.btn-gift:hover{
    text-decoration: none;
    background-color: #fff;
	color:  rgb(0, 0, 0);
}

#popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.877);
    display: none;
} 
#popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    padding: 50px 20px;
    background: rgb(243, 242, 242);
}
.popup-content .icon-gift {
    width: 100px;
}

.popup-content img {
    width: 300px;
}

#popup a.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: black;
} 
#popup:target {
    display: block;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* END GIFT */


.btn-konf{
	font-size: 15px;
    font-family: atwriter;
    text-decoration: none;
    background-color: #646464 !important;
	color: rgb(255, 255, 255);
	border: rgb(255, 255, 255) 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
}
