/* FONT */
@font-face {                
    src: url(font/Housttely-Signature.ttf);
    font-family: hs;
}
@font-face {                
    src: url(font/Aloha\ Friday\ -\ Personal\ Use.otf);
    font-family: Vtks;
}
@font-face {                
    src: url(font/Vogue.ttf);
    font-family: Vogue;
}
@font-face {                
    src: url(font/Pinky\ Cupid.otf);
    font-family: Pinky;
}
@font-face {                
    src: url(font/Feelgoodnes_demo.ttf);
    font-family: Feelgoodnes_demo;
}
@font-face {                
    src: url(font/Cookie-Regular.ttf);
    font-family: Cookie;
}
@font-face {                
    src: url(font/Aurella.ttf);
    font-family: Aurella;
}
/* END FONT */
body {
    background-color: #d8d3bf;
}
/* NAVBAR */
.navbar-brand {
    font-family: Feelgoodnes_sans;
    font-size: 22px;
}
.navbar-collapse {
    background: none;
 }
 .nav-link, .navbar-brand{
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.navbar-toggler{
    width: 47px;
    height: 34px;
    border:none;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}
/* END NAVBAR */

/* JUMBOTRON */
.jumbotron-index { 
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #221604), url(images/p_awal.jpg);    */
    background-image: url(images/PA.jpeg);    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
    height: 800px;
    margin-top: -200px;
}
/* END JUMBOTRON */

/* PUISI */
#puisi{
    height:  230px;
    padding: 100px 0;
    background: linear-gradient(to top, #d4d0b8, #131212);
    width: 90%;
    height: 260px;
    margin-left: 5%;
    margin-top: -60px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.568), 0 5px 10px 0 rgba(0, 0, 0, 0.568);
}
.textjumbo  {
    color: rgb(255, 255, 255) !important;
    text-align: center;
    font-family: Vtks;
    margin-top: -20px;
    color: #ffe9c2 !important;
}
.textjumbo h6 {
    font-family:  Philosopher !important;
}
.textjumbo h1 {
    font-size:45px;
}
.embed-responsive {
    margin-top: 30px;
}
/* END PUISI */

/* MEMPELAI */
#mempelai {
    padding: 60px 0;
    margin-top: 30px;
    background-color: #f5f3e7;
}
.judul-mempelai {
    font-family:  Philosopher;
    font-size: 15px;
    color: rgb(0, 0, 0);
    margin-bottom: 60px;
}
.boy {
    background: linear-gradient(to top, #d4d0b8 80%, rgb(51, 48, 45));
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.411), 0 10px 10px 0 rgba(0, 0, 0, 0.281);
    width: 80%;
    margin-bottom: 80px;
    padding: 30px 0;
}
.girl {
    background: linear-gradient(to bottom, #d4d0b8 80%, rgb(51, 48, 45));
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.411), 0 10px 10px 0 rgba(0, 0, 0, 0.281);
    width: 80%;
    margin-bottom: 80px;
    padding: 30px 0;
}
.nama-mempelai {
    color: rgb(79, 80, 38);
    font-family: Feelgoodnes_demo;
    margin-top: 40px;
}
#mempelai p {
    font-family:Noto Sans SC;
    font-size: 12px;
    color: #68553a !important; 
    margin: 20px 0;
}
.img-profil {
    border-radius: 150px  ;
    width: 180px;
}
#mempelai .fa{
    font-size: 24px;
    height: 38px;
    width: 38px;
    color: rgb(255, 255, 255)  !important;
    background: rgb(54, 3, 3);
    padding: 7px;
    margin-top: 40px;   
    margin-bottom: 70px;
}
/* END MEMPELAI */
.img-center {
    background-image: url(images/img_center.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 250px;
}
/* ACARA */
#acara {
    background-image: url(images/BG.jpg);
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
    padding: 100px 0;
}
.bg h4 {
    font-family:Pinky ;
    font-size: 34px;
    color: #ffffff !important;
    margin-bottom: 30px;
}
#acara hr {
    border: 1px solid rgb(54, 3, 3);
    width: 180px;
}
.bg p {
    font-family: Titillium Web;
    font-size: 14px;
    margin-bottom: 30px;
    color: rgb(0, 0, 0) !important;
}
.isi-acara {
    background: linear-gradient(to bottom , rgba(253, 253, 253, 0.589) 80%, rgb(255, 255, 255));
    border-radius: 10px;
    color: rgb(0, 0, 0) !important;
    padding: 70px 10px;
    width: 80%;
    font-family: Philosopher;
}
.isi-acara img {
    width: 100px;
    margin-bottom: 10px;
    margin-left: 15px;
}
.nama-acara {
    font-family:Vogue;
    font-size: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
}

/* **************************** */
.grup-time {
    padding: 0 10px;
    margin-bottom: 30px;
}
.garis_isi_1, .garis_isi_2  {
    content: '';
    display: block;
    margin-top: -15px;
    width: 40px !important;
    -webkit-transform: rotate(90deg);
}

.tgl {
    margin-top: -40px;
    font-size: 40px;
}
.bln {
    margin-top: -30px;
    font-size: 20px;
}
.thn {
    margin-top: -30px;
    font-size: 20px;
}
.pkl { 
    font-size: 20px;
    margin-left: 20px;
}


/* **************************** */

.isi-acara h6 {
    margin-bottom: 50px !important;
    margin-left: 20px;
}
.hari{
    font-size: 20px;
    color: black !important;
    margin-bottom: 60px;
}
.isi-acara p {
    color: black !important;
    margin-top: -10px;
}
.btn-map{
	font-size: 15px;
    text-decoration: none;
    background-color: rgb(94, 90, 61);
	color: rgb(255, 255, 255);
	border: rgb(94, 90, 61) 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
    font-family: Kaushan Script;
    margin-left: 20px;
}
.btn-map:hover{
    text-decoration: none;
    background-color: #fff;
	color:  rgb(94, 90, 61);
}
/* END ACARA */

/* GALLERY */
#gallery {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: rgba(186, 172, 147, 0.26);
    margin-bottom: 50px;
}
.judul-two {
    color: #202c12;
    font-family: Great Vibes;
    margin-top: -20px;
    margin-bottom: 60px;
    font-size: 25px;
}
.img_awal_left {
    background-color: #a8a38a;
}
.img_awal_left img {
    width: 100%;
    margin: 30px 0 30px 0;
}

.img_awal_right {
    background-color: #bbb7a3;   
}
.img_awal_right img {
    width: 100%;
    margin: 30px 0 30px 0;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
/* END GALLERY */

/* COVID */

#covid {
    background-image: url(images/bg.png);
    color: rgb(0, 0, 0) !important;
    margin-top: 60px;
}
#covid p {
    font-family: Philosopher;
    font-size: 14px;
    margin-top: 10px;
    color: #000000 !important;
}
#covid h1{
    font-family: Aloha;
}
#covid img {
    width: 120px;
    margin-top: 50px;
    margin-bottom: 20px;
}
#covid .peringatan {
    margin-top: -30px;
}
#covid .peringatan img {
    width: 70px;
    margin-bottom: 20px;
}

/* END END */

/* COUNTDOWN */
#time {
    background-color: rgba(186, 172, 147, 0.26);
}
#time iframe {
    margin-right: 80px;
}
.img-time {
    background-image: url(images/TIME.jpeg);
    background-position: center;
    background-size: cover;
    height: 700px;
}
.time-isi {
    background-image: url(images/COVERTAMU.jpg);
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 90%;
    border-radius: 20px;
    text-align: center;
    margin-top: -120px;
}
.time-isi h2 {
    color: rgb(53, 39, 2);
    font-family:  Vtks;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 30px;
}
.countdown .time{
    text-transform: uppercase;
    width: 95%;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.countdown .middle{
    position: absolute;
    margin-top: 40px;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.countdown .time span{
    background-color: #352a1bea;
    width: 20%;
    padding: 10px;
    font-size: 10px;
    color: rgb(250, 250, 250);
}
.countdown .time span div{
    font-size: 17px;
}
.time-text {
    margin-top: 150px;
}
/* END COUNTDOWN */

/* BG END */

#bg_end {
    background-image: url(images/END.jpeg);
    background-position: center;
    background-size: cover;
    height: 600px;
}
#bg_end p{
    margin-top: 30px;
    font-family: Philosopher ;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
#bg_end h1{
    font-family: Vtks;
    color: #ffffff;
    font-size: 53px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

/* END BG END */

/* FOOTER */
#footer{
    background-color: #083004 !important;
    position: relative;
    height: 100%;
    padding: 70px;
}
#footer p{
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
}
.fa-heart-o{
    margin: 3px;
    color: red !important;
}
#footer .logo{
    font-family: hs;
    font-size: 25px;
}
#footer .logo_P{
    font-family:Vogue ;
    font-size: 18px;
    font-style: normal;
    margin-left: -10px;
    padding: 0 20px;
}
#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 */

/* ******************************************************* */


/* MUSIK */
#audioControl img{
    background-image: url(images/play.png);
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    outline:none !important ;
    position:fixed;
    bottom:40px;
    left:40px;
    z-index:100;
}
/* END MUSIK */
/* NAMA TAMU */

#bgmodal{
    background: url('images/BG.jpg'); 
    background-size: cover;
    background-position: center;
    height: 1000px;
    opacity: 0.7;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_contend {
    background-color: rgba(253, 253, 253, 0.247);
    height: 500px;
    width: 350px;
    border-radius: 4px;
    color: rgb(0, 0, 0);
    font-family: Vogue;
}
.modal_contend img {
    width: 200px;
    margin-top: 30px;
}
.nama_undang {
    font-size: 26px;
    font-family: Vogue;
    padding: 0 2px;
}
.btn-tamu{
	font-size: 14px;
    text-decoration: none;
    background-color: #4e4928;
	color: rgb(255, 255, 255);
	border: #000000 1px solid;
	padding: 20px 30px;
    border-radius: 20px;
    margin-top: 70px !important;
    font-family: Philosopher;
}
.btn-tamu:hover{
    text-decoration: none;
    background-color:#a3a08a;
	color:  #000000;
}

/* END */

/* DESKTOP VERSION */
@media (min-width:  px) {  

    .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%;
    }
}


/* MUSIK */
#audioControl img{
    background-image: url(images/play.png);
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    outline:none !important ;
    position:fixed;
    bottom:40px;
    left:40px;
    z-index:100;
}
/* END MUSIK */

/* GIFT */

#gift {
    padding: 100px 0;
    background-color: #faf8ed;
}
.bg-gift {
    margin-bottom: 30px;
}
.judul-one {
    color: rgb(255, 255, 255);
    font-family: Great Vibes;
    font-size: 30px;
    margin-left: 10px;
}
.isi-gift {
    background-color: #473606;
    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: rgb(255, 255, 255);
    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: rgb(255, 255, 255);
}
.btn-gift{
	font-size: 14px;
    text-decoration: none;
    background-color: rgb(199, 167, 99) !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(161, 139, 12);
}

#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 */


.center {
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }
  .popup {
    width:85%;
    height:550px;
    padding:30px 20px;
    background-image:url(images/COVERTAMU.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/COVERTAMU.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:#111;
    color:#f5f5f5;
    border:2px solid #111;
    font-size:16px;
    outline:none;
    border-radius:10px;
    cursor:pointer;
    transition: all 300ms ease-in-out;
    font-family: Philosopher;
  }

  .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;
}

/* END GIFT */

.btn-konf{
	font-size: 15px;
    text-decoration: none;
    background-color: rgba(83, 69, 39, 0.89) !important;
	color: rgb(255, 255, 255);
	border: rgb(255, 255, 255) 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
}
