/* FONT */
@font-face {                
    src: url(font/Housttely-Signature.ttf);
    font-family: hs;
}
@font-face {                
    src: url(font/Larosa.ttf);
    font-family: Larosa;
}
@font-face {                
    src: url(font/Braydon\ Script.ttf);
    font-family: Very;
}
@font-face {                
    src: url(font/Mason-bold.otf);
    font-family: Mason;
}
@font-face {                
    src: url(font/lambresia.otf);
    font-family: lambresia;
}
@font-face {                
    src: url(font/Larosa.ttf);
    font-family: Larosa;
}

/* END FONT */

/* NAVBAR */
.navbar-brand {
    font-size: 20px;
}
.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;
    padding-top: 6px;
    background-color: #47372dab !important;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}
/* END NAVBAR */

/* 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 */

/* JUMBOTRON */
.jumbotron {
    background-image: url(images/PA.JPG);
    background-size: cover;
    background-position: center;
    margin-top: -50px;
    height: 750px;
}
.textjumbo  {
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    text-align: center;
    margin-top: 500px;
    background-color: #cab69967;
    padding: 10px 0;
}
.textjumbo p {
    font-family:  Philosopher;
    font-weight: bold;
}
.textjumbo h1 {
    font-family: Very;
    font-size: 35px;
}
/* END JUMBOTRON */

/* PUISI */
#puisi{
    height:  100%;
    padding: 50px 0;
    background-color: #cab699e7;
    margin-top: -35px;
    position: relative;
}
#puisi img {
    margin-bottom: 30px;
}
.icon-puisi {
    margin-bottom: 20px;
    width: 150px;
}
.img-puisi{
    width: 60px;
    margin-bottom: 30px;
}
.isi-puisi{
    font-family: 'Great Vibes', cursive;
    padding: 0 20px;
    color: rgb(255, 255, 255);
}
.isi-puisi p{
    font-family: Philosopher;
    font-size: 14px;
}
.garis_puisi{
    content: '';
    background: #ffffff;
    display: block;
    height: 1.5px;
    width: 50px;
    margin: 70px auto 70px;
    -webkit-transform: rotate(90deg);
}

/* END PUISI */

/* MEMPELAI */
#mempelai {
    padding: 100px 0;
}
.judulmempelai{
    font-family: Philosopher;
    font-size: 17px;
    padding: 25px 0 10px 0;
    color: #B38C4B;
    margin-bottom: 30px;
    font-weight: bold;
}
.nama-mempelai{
    font-family: Philosopher;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0 10px 0;
    color: rgb(133, 131, 115);
    margin: 20px 0;
}
#mempelai p {
    font-family:Noto Sans SC;
    font-size: 12px;
    color: rgb(0, 0, 0); 
}
.img-profil {
    margin-top: 100px;
    width: 230px;
    border-radius: 150px;
}
#mempelai .fa{
    margin-top: 30px;
    font-size: 30px;
    height: 50px;
    width: 50px;
    color: rgb(255, 255, 255)  !important;
    background:#91613D;
    padding: 9px;
    border-radius: 50%;
}
/* END MEMPELAI */

/* ACARA */
#acara {
    background-color: #EFE6C4;
    background-size: cover;
    background-position: center;
    color: rgb(0, 0, 0);
    padding: 100px 0;
    color: #ffffff;
}
#acara hr {
    width: 100px;
    border-bottom: 2px solid #746643;
}
.bg h4 {
    font-family: Very;
    font-size: 30px;
    color: #746643;
}
.bg p {
    font-family: Sen;
    font-size: 14px;
    margin-bottom: 35px;
    color: #000000;
}
.isi-acara {
    background-image: url(images/BG.JPG);
    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: #615c4f;
    padding: 70px 20px;
    width: 80%;
    margin: 20px 0;
    font-family: Sen;
}
.isi-acara img {
    width: 100px;
    margin-bottom: 30px;
}
.nama-acara {
    font-family: Mason;
    font-size: 25px;
    color: #746643;
}
.isi-acara h4 {
    font-size: 20px;
    font-family: Acme;
    margin-top: 20px;
    margin-bottom: 50px !important;
}
.btn-map{
	font-size: 14px;
    text-decoration: none;
    background-color: #746643;
	color: rgb(255, 255, 255);
	border: #746643 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
    margin-top: 40px;
    font-family: Kaushan Script;
}
.btn-map:hover{
    text-decoration: none;
    background-color: #fff;
	color:  #746643;
}
/* END ACARA */

/* GALLERY */
#gallery {
    padding: 100px 0;
    background-color: #faf8ed;
}
.bg-gale {
    margin-bottom: 30px;
}
.judul-one {
    color: rgba(187, 122, 36, 0.377);
    font-family: Great Vibes;
    font-size: 30px;
    margin-left: 10px;
}
.judul-two {
    color: #91613D;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: -20px;
    font-size: 25px;
}
.garis_gale{
    content: '';
    background: rgb(170, 142, 103);
    display: block;
    height: 1.5px;
    width: 40px;
    margin: 30px auto 30px;
    -webkit-transform: rotate(90deg);
}
.img-gale img {
    width: 100%;
}
#headerSlider {
    margin-bottom: 50px;
}
.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.btn-gale{
	font-size: 14px;
    text-decoration: none;
    background-color: #b9a99f;
	color: rgb(255, 255, 255);
	border: #b9a99f 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
    margin-top: 40px;
}
.btn-gale:hover{
    text-decoration: none;
    background-color: #fff;
	color:  #b9a99f;
}
/* END GALLERY */

/* COUNTDOWN */
#time {
    background-image: url(images/TIME.JPG);
    background-position: center;
    background-size: cover;
    height: 800px;
}
#time h4 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.863);
    color: #fff;
    font-family: lambresia;
    margin-top: 20px;
    font-size: 15px;
}
.countdown .time{
    text-transform: uppercase;
    width: 95%;
    display: flex;
    justify-content: center;
}
.countdown .middle{
    position: absolute;
    margin-top: 60px;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-family: Sen;
}
.countdown .time span{
    background-color: #000000da;
    width: 17%;
    padding: 10px;
    font-size: 10px;
    margin-left: 7px;
    color: rgb(255, 255, 255);
}
.countdown .time span div{
    font-size: 25px;
    color: #B38C4B;
}
/* END COUNTDOWN */


/* 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 */

/* END */
#end {
    background-image:url(images/END.JPG);
    background-position: center;
    background-size: cover;
    height: 700px;
}
#end p {
    color: rgb(255, 255, 255);
    margin-top: 20px;
    font-family: Philosopher;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#end h2 {
    color: rgb(255, 255, 255);
    font-family: Larosa;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
/* END  */

/* FOOTER */
#footer{
    background-color: #1a1919!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:Mason ;
    font-size: 18px;
    font-style: normal;
    margin-left: -10px;
    padding: 0 20px;
}
#footer .kontak .fa{
    font-size: 25px;
    height: 45px;
    width: 45px;
    color: #000000  !important;
    background: rgba(194, 190, 169, 0.473) ;
    padding: 9px;
    border-radius: 50%;
    margin-left: 5px;
}
/* END FOOTER */


/* ******************************************************* */
/* JUMBOTRON gale */
.j-gale {
    background-image: url(images/GALE.JPG);
    background-size: cover;
    background-position: center;
    height: 850px;
    margin-top: -220px;
}
.textjumbo-gale  {
    color: #fff;
    text-align: center;
    margin-top: 650px;
    font-family: Mason ;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    background-color: #00000063;
}
.textjumbo-gale p {
    font-size: 15px;
    font-family:  Philosopher;
}
.textjumbo-gale h1 {
    margin-top: -5px;
    font-size: 35px;
}
/* END JUMBOTRON gale */

/* PUISI GALE*/
#puisi-gale{
    height:  100%;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: rgb(44, 27, 27);
    margin-top: -35px;
    position: relative;
}
.img-puisi-gale{
    width: 60px;
    margin-bottom: 30px;
}
.isi-puisi-gale{
    color: rgb(255, 255, 255);
    font-family: hs;
    padding: 0 20px;
}
.isi-puisi-gale p{
    font-family: Philosopher;
    font-size: 14px;
}
/* END PUISI GALE*/

/* GALEONE */
#galeone {
    background: #f2f7edda;
    padding: 80px 0;
}
#galeone img {
    width: 100%;
    margin-top: -200px;
    margin-bottom: 230px;
}
.img-beda {
    width: 80% !important;
}
.gale-p {
    width: 100%;
    border-radius: 3%;
    margin: 20px 0;
}
/* END GALEONE */

/* FOOTERGALE */
#footer-gale{
    background-color: #565c49;
    position: relative;
    height: 100%;
    padding: 70px;
    margin-top: -250px;
}
#footer-gale p{
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
}
.fa-heart-o{
    margin: 3px;
    color: red !important;
}
#footer-gale .logo{
    font-family: hs;
    font-size: 25px;
}
#footer-gale .logo_P{
    font-family:Mason ;
    font-size: 18px;
    font-style: normal;
    margin-left: -10px;
    padding: 0 20px;
}
#footer-gale .kontak .fa{
    font-size: 25px;
    height: 45px;
    width: 45px;
    color: #231e08  !important;
    background: rgba(194, 190, 169, 0.473) ;
    padding: 9px;
    border-radius: 50%;
    margin-left: 5px;
}
/* END FOOTERGALE */
/* ******************************************************* */

/* NAMA TAMU */

#bgmodal{
    background: url('images/COVERTAMU.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;
}
.modal_contend P {
    font-family: Vogue;
}
.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;
}

.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: 180px;
  }
  .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 Komen */


/* GIFT */

#gift {
    padding: 100px 0;
    background-color: #ffffff;
    color: #bb8001 !important;
}
.bg-gift {
    margin-bottom: 30px;
}
.judul-gift {
    color: #bb8001 !important;
    font-family: Great Vibes;
    font-size: 30px;
    margin-left: 10px;
}
.isi-gift {
    background-color: #000000;
    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: #bb8001;
    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: #bb8001;
}
.btn-gift{
	font-size: 14px;
    text-decoration: none;
    background-color: #bb8001 !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 */

.btn-konf{
	font-size: 15px;
    text-decoration: none;
    background-color: rgb(24, 18, 5) !important;
	color: rgb(255, 255, 255);
	border: rgb(255, 255, 255) 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
}


/* END */
/* MUSIK */
#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 MUSIK */

/* DESKTOP VERSION */
@media (min-width: 992px) {  

    .nav-link, .navbar-brand{
        color: #fff !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }
    .nav-link {
        text-transform: uppercase;
        margin-right: 30px;
    }

    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid #c5bca6;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }
    .img-beda {
        width: 50% !important;
    }
    .jumbotron {
        height: 800px;
    }
    .textjumbo  {
        margin-top: 400px;
    }
    .textjumbo p {
        font-size: 20px !important;
    }
    .textjumbo h1 {
        font-size: 165px;
    }

    .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;
    }
    .text-galetwo {
        margin-top: 100px;
    }
    .carousel-indicators li {
        width: 11px;
        height: 11px;
        border-radius: 50%;
    }
    #headerSlider {
        margin-top: 100px !important;
    }
}
