* {
    margin: 0;
    padding: 0;
}
@font-face {                
    src: url("../fonts/Housttely-Signature.ttf");
    font-family: hs;
}
@font-face {                
    src: url("../fonts/CaviarDreams.ttf");
    font-family: cd;
}
@font-face {                
    src: url("../fonts/Romantic\ Couple\ Script.ttf");
    font-family: rc;
}
@font-face {                
    src: url("../fonts/bromello-Regular.ttf");
    font-family: br;
}
@font-face {                
    src: url("../fonts/raustila-Regular.ttf");
    font-family: rr;
}
@font-face {                
    src: url("../fonts/The\ Sayinistic\ DEMO.ttf");
    font-family: ts;
}
.responsive {
    width: 100%;
    height: auto;
  }
/* COVER */
#cover{
    background-image: url("../images/P1.JPG");
    background-size: cover;
    background-position: top;
	height: 800px;
}
.caption p{
    font-size: 20px;
    margin: 0 !important;
    font-family: 'Cormorant Garamond', cursive;
}
.caption h3{
    font-size: 50px !important;
    font-family: rr;
}
.caption{
    margin-top: 150px;
    font-weight: bold;
    color: #70590c;
}
@media(max-width: 768px){
    .caption h3{
        font-size: 80px;
    }
}
/* END COVER */

/* PUISI */
#puisi{
    background-color: rgb(43, 38, 30);
    height:  100%;
    padding: 120px 0;
}
.isi-puisi{
    color: #a47f0e;
    font-family: 'Great Vibes', cursive;
}
#puisi img{
    width: 60px;
    margin-bottom: 40px;
}
#puisi h3{
    font-size: 40px !important;
    margin-bottom: 30px;
}
#puisi p{
    font-size: 18px !important;
    font-family: 'Cormorant Garamond', cursive;
    margin-bottom: 8px !important;
}

@media(max-width: 768px){
    #puisi{
        height: 100%;
    }
    #puisi h3{
        font-size: 30px !important;
    }
    #puisi .p-puisi{
        margin-top: 25px !important;
    }
    #puisi p{
        font-size: 14px !important;
    }
}
/* END PUISI */


/* PEMBELAI */

#pembelai{
    background-image: url('../images/NIAFAISAL-BG.jpg');
    background-size: cover;
    background-position: top;
}
.img-boy{
    width: 230px !important;
    margin-top: 70px;
    height: 260px !important;
    border-radius: 30% ;
}
.img-girl{
    width: 230px !important;
    margin-top: 70px;
    height: 260px !important;
    border-radius: 30% ;
}
.sambut-pembelai h5{
    margin-top: 100px;
    font-size: 30px;
    font-family: cd;
    color: rgb(43, 38, 30);
}
.sambut-pembelai p{
    margin-top: 30px;
    font-family: 'Cormorant Garamond', cursive; 
    font-size: 18px;
}
.isi-profil h5{
    margin-top: 30px;
    font-size: 30px;
    font-family: rc;
    color: rgb(43, 38, 30);
}
.isi-profil p{
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 18px;
    font-family: 'Cormorant Garamond', cursive;
    color: rgb(0, 0, 0);
}

.isi-profil .fa{
    font-size: 30px;
    height: 50px;
    width: 50px;
    color: rgb(43, 38, 30);
    background: rgba(0, 0, 0, 0.2) ;
    padding: 9px;
    border-radius: 50%;
    margin-bottom: 70px;
}
/* END PEMBELAI */

/* ACARA */

#acara{
    padding: 100px 0;
    background-image: url('../images/bg2.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}
#acara h4{
    margin-top: 60px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-family: 'Satisfy', cursive;
}
#acara p{
    margin-bottom: 70px ;
    font-size: 20px !important;
    font-family: cd;
    color: rgb(255, 255, 255);
}
.single-paket{
    background: linear-gradient(to top, rgba(253, 253, 253, 0.541), rgb(255, 255, 255));
    display: inline;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    color: rgb(0, 0, 0);
}
.paket-content{
    float: left;
    width: 100%;
    padding: 50px 15px;
    color: #847f74;
}
.paket-content hr{
    content: '';
    background: #535352;
    display: block;
    height: 2px;
    width: 80px;
    margin: 20px auto 5px;
    margin-bottom: 40px !important;
    
}
.paket-content ul li{
    padding: 7px 10px;
    list-style: none;
    font-family: cd;
    font-size: 15px;
}
.paket-content ul{
    margin-bottom: 50px;
    font-weight: bold;
}
ul li:last-child{
    border: none;
}
#acara h6{
    text-align: center;
    font-family: 'Abel', cursive;
    font-size: 30px;
    margin-top: 40px;
    color: #3d3d3b;
}
#acara p{
    font-size: 14px;
}
#acara .almt{
    font-weight: normal;
}
.img-ring{
    margin-top: 70px;
    width: 150px;
}
.btn-map{
	font-size: 15px;
	text-decoration: none;
	color: rgb(255, 255, 255);
    border: rgb(58, 54, 48) 1px solid;
    background-color:rgb(58, 54, 48) ;
	padding: 10px 20px;
    border-radius: 10px; 
}
.btn-map:hover{
	text-decoration: none;
	background-color:rgb(58, 54, 48) ;
	color:  rgb(255, 255, 255);
}
@media(max-width: 768px){
    #acara p{
        margin-bottom: 70px ;
        font-size: 15px !important;
        font-family: cd;
        color: rgb(255, 255, 255);
    }
    #acara{
        height: 100% !important;
    }
    .btn-map{
        border: rgb(58, 54, 48) 1px solid;
        background-color:rgb(58, 54, 48) ;
        font-size: 14px;
        padding: 7px 15px;
    }
    .btn-map:hover{
        text-decoration: none;
        background-color:rgb(255, 255, 255) ;
        color:  rgb(58, 54, 48);
    }
    .single-paket{
        width: 80%;
        text-align: center;
        margin-left: 10% !important;
        margin-bottom: 30px;
        height: 108%;
    }
    .img-ring{
        width: 110px;
    }
}
/* END ACARA */

/* GALLERY */
#gallery{
    padding: 100px 0;
    background-color: rgba(223, 219, 219, 0.452);
    width: 100%;
    height: 100%;
}
#gallery .end{
    padding-bottom: 130px;
}
#gallery h1{
    font-size: 65px;
    font-family: rr;
    color: #70590c;
    margin-bottom: 100px;
}
#gallery h3{
    margin-top: 50px;
    color: #70590c;
    font-family: 'Aladin', cursive;
}
#gallery .slider img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#gallery .img-three{
    margin-top: 80px !important;
    width: 100% !important;
    height: 80% !important;
}
@media screen and (max-width: 1000px){
    #gallery{
        padding: 50px 0 ;
        height: 100%;
        flex: 100%;
    }
    #gallery .col{
        height: 100%;
        flex: 100%;
    }
    #gallery h1{
        font-size: 55px;
    }
    #gallery h3{
        font-size: 25px;
    }
    #gallery .slider img {
        width: 100%;
    }
    #gallery .img-three{
        width: 100% !important;
        height: 80% !important;
    }
    .countdown{
        margin-left: 0% !important;
    }
}
/* END GALLERY */

/* PENUTUP */
#penutup{
    background: linear-gradient(to bottom, rgba(253, 253, 253, 0), rgb(43, 38, 30)), url('../images/LD1.JPG');    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 800px !important;
    width: 100%;
}
#penutup h2{
    font-size: 20px;
    font-family: 'Satisfy', cursive !important;
    color: rgb(255, 255, 255);
    margin-top: 250px !important;
}
.t_penutup p{
    font-size: 22px;
    margin: 0 !important;
}
.t_penutup h3{
    font-size: 60px;
    font-family: 'Merienda', cursive;
}
.t_penutup{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #fff;
    margin-top: 100px;
}

@media(max-width: 768px){
    #penutup{
        height: 400px !important;
    }
    .t_penutup h3{
        font-size: 30px;
    }
    .t_penutup p{
        font-size: 15px;
        margin: 0 !important;
    }
}
/* END PENUTUP */

/* FOOTER */

#footer{
    background-color: rgb(43, 38, 30) !important;
    height: 100%;
    padding: 70px;
}
#footer p{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Merienda', cursive;
    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: 10px;
}
@media(max-width: 768px){
    #footer p{
        margin-top: 100px;
        color: #ffffff;
        font-size: 15px;
    }
}
/* 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 */