/*---------------------------
  Fonts
----------------------------*/

/* font untuk nama,dll */
@font-face{
  font-family: "Just";
  src: url("../fonts/JustAnotherHand.ttf") format("truetype");
}
/* font untuk judul => ex: Acara,Album,Cerita,Dll */
@font-face{
  font-family: "Great Vibes";
  src: url("../fonts/GreatVibes.ttf") format("truetype");
}
/* font untuk text biasa */
@font-face{
  font-family: "Poppins";
  src: url("../fonts/Poppins.ttf") format("truetype");
}

/* ========= COLOR PALLETE =========
primary : #00a5b1;
secondary : #f5f6fa;
background : #f5f6fa;

*/


html {
    /*position: relative;*/
    /*overflow: hidden;*/
    height: 100%;
}
body {
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    /*color:#000;*/
    /* height: 100%; */
    min-height: 100vh;
    /*padding-top:30px;*/
    display: flex;
    flex-direction: column;
    /*padding-bottom: 50px; */
    font-family: "Poppins";
    background: #f5f6fa;  /* ganti background global*/
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2f2f;
}

.section-title h2, .section-title-s2 h2 {
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  color: #00a5b1;
  margin: 0;
  padding-top: 30px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.mobile-bottom-nav2 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fffcf5;
}


.mobile-bottom-nav__item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  color: #00a5b1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.mobile-bottom-nav__item--active {
  color: #535c68;
}
.mobile-bottom-nav__item-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
  transition-duration:0.7s;
}

#konten{
  display: flex;
  flex-grow: 1;
  flex-direction: row;
}

.konten {
    text-align: center;
    background-size: contain;
    background-position: center;   
    flex: 1;            
}

.mdi.navbar-icon{
  font-size: 22px;
}


/* ============ DEKORASI ============*/

.dekorasi-all-bawah{
  margin-bottom: 60px
}

.dekorasi-sampul-bawah{
  margin-bottom: 60px;
}

.imgbawah{
  width: 100%;
  max-height: 25px;
}

.imgbawah-kanan{
  width:80px;
  float: right;
}

.imgbawah-kiri{
  width:80px;
}

.imgatas{
  width: 100%;
  max-height: 25px;
}

.imgatas-kanan{
  width:80px;
  right: 0;
  position: absolute;
}

.imgatas-kiri{
  width:80px;
  left: 0;
  position: absolute;
}


/* ============ THE BEGINING ============*/

.thebegining{
    background : #f5f5f5;
    z-index: 999999;
    /*height: 100vh;*/
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
}

.content-thebegining{
  margin: 50px 20px;
  text-align: center;
  
}

.salam{
  position: relative; 
  left: 0; 
  right: 0;
  top : 0;
  margin: auto; 
  border: solid #c3acac;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #d9a1a138;
  padding: 20px;
}

.cover-thebegining {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  -webkit-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
  -o-filter: grayscale(20%);
  -ms-filter: grayscale(20%);
  filter: grayscale(20%);
  object-fit: cover;
  position: relative;
  background: #575349;
  padding: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ============ SAMPUL KONTEN ============*/


.cover-foto{
  height: 255px;
  width: 255px;
  border-radius: 100%;
  -webkit-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
  -o-filter: grayscale(20%);
  -ms-filter: grayscale(20%);
  filter: grayscale(20%);
  object-fit: cover;
  position: relative;
  background: #f5f6fa;
  padding: 5px;
}

.cover-border{
  height: 300px;
  width: 300px;
  margin-left: -273px;
  margin-top: -9px;
  position: absolute;
}

#sampul-konten{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  top: 0;
  margin: auto;
  align-items: center;
  display: flex;
  background: url('../../sketchflower/img/bg.png') no-repeat; /* ganti background khusus sampul, set 'transparent' jika tidak diguunakan*/
  background-size: cover;
}

.sampul-dan{
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  color: #2f3640;
  margin-top: 0px;
  margin-bottom: 0px;
}

.nama-mempelai{
  font-family: "Great Vibes" ;
  font-size: 4rem;
  /* margin-top: 0px;
  margin-bottom: 0px; */
  color: #000000;
  /* text-transform: uppercase; */
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000; 
  display: inline;
  padding-top: 5px;
}

.the-wedding{
    font-family: "Just" ;
    font-size: 2.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
    padding: 5px;
}

.tanggal-weddingnya{
  font-family: "Poppins" ;
  font-size: 14px;
  display: block;
  color: #000000;
  background:#000000;
  padding:5px;
  border-radius:5px;
  color:#fff; 
  display: inline;
  padding: 5px 10px 3px 10px;
}


/*========== Mempelai Konten ===========*/

.dengan{
  color:#000;
  
  margin-top: 5px;
  margin-bottom:15px;
  font-family: 'Great Vibes';
}

.mempelai-salam-pembuka{
  width: 200px;
  margin-top: 30px;
}

.mempelai-intermezzo{
  font-size:13px;
  color:#000;
  margin-bottom: 25px;
  margin-top: 10px;
  white-space: pre-line;
}


.mempelai-wanita-nama{
  font-family: "Just";

  margin-top: 10px;
  margin-bottom: 0px;
  color:#00a5b1;
  text-transform: uppercase;
  /*font-weight: bold;*/
}

.mempelai-wanita-ortu{
  color:#000;
  font-size: 13px;
}

.mempelai-img{
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  filter: grayscale(30%);
  border-radius: 80px;
  width: 80px; 
  height: 80px; 
  object-fit: contain;
  padding: 4px;
  background: #00a5b1;
  box-shadow: 0 1px 8px 0 #00a5b1, 0 1px 8px 0 #00a5b1;
}

.mempelai-pria-nama{
  font-family: "Just";
  margin-top: 10px;
  margin-bottom: 0px;
  color:#00a5b1;
  text-transform: uppercase;
  /*font-weight: bold;*/
}

.mempelai-pria-ortu{
  color:#000;
  font-size: 13px;
}

/*================ Gallery Konten =====================*/


.gallery-section {
  padding-top: 15px;
  padding-bottom: 0;
}

.youtube {
  padding: 0px 8px 0px 8px;
  margin-bottom: 25px;
  /*width: 360px;*/
}

.gallery-section .gallery-grids .grid {
  width: calc(25% - 15px);
  margin: 0 7.5px 15px;
  float: left;
  top: 0; left: 0; bottom: 0; right: 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .gallery-section .gallery-grids .grid {
    width: calc(33.33% - 15px);
  }
}

@media (max-width: 767px) {
  .gallery-section .gallery-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}

.gallery-section .grid img {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  object-position: center;
  object-fit: cover;
  width: 200px;
  height: 150px;
}

.gallery-section .grid:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.2) rotate(-3deg);
  -moz-transform: scale(1.2) rotate(-3deg);
  -o-transform: scale(1.2) rotate(-3deg);
  -ms-transform: scale(1.2) rotate(-3deg);
  transform: scale(1.2) rotate(-3deg);
}

.gallery-section .video-play-btn i {
  width: 45px;
  height: 45px;
  background: #00a5b1;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  position: absolute;
  left: calc(50% - 22.5px);
  top: calc(50% - 22.5px);
}


/*========== PETA ===========*/

  .maps {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 800px;
    padding: 10px;
  }

  @media (max-width: 575.98px) {
  
    .maps iframe{
      width: 100%;
      height: 350px;
    }
   }
  
  
  @media (min-width: 576px) {
  
    .maps iframe{
       width: 100%;
       height: 350px;
     }
   }
  
  @media (min-width: 768px) {
  
    .maps iframe{
      width: 100%;
      height: 450px;
    }
  }
  
  @media (min-width: 992px) {
  
     .maps iframe{
       width: 100%;
       height: 500px;
     }
  }


  /* ======== START MENU CERITA ======= */


.main-timeline{
    position: relative;
    transition: all 0.4s ease 0s;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.main-timeline:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #d1d8e0;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline{
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fffcf5;
    border: 2px solid #00a5b1;
    position: absolute;
    top: 0;
    left: 1px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.main-timeline .timeline-content{
    width: 45%;
    padding: 15px 15px 10px 0px;
    border-radius: 1px;
    text-align: right;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.main-timeline .date{
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding: 10px 20px;
    background: #00a5b1;
    border-radius: 18px;
}

.main-timeline .title{
    font-size: 20px;
    font-weight: 500;
    color: #5c5151;
    margin-top: 15px;
}

.main-timeline .description{
    font-size: 14 px;
    color: #606060;
    line-height: 2;
    text-align: justify;
}

.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}

@media only screen and (max-width: 767px){
    .main-timeline:before{
        left: 0;
    }
    .main-timeline .timeline-icon{
        left: -8px;
        margin: 0;
    }
    .main-timeline .timeline-content{
        width: 90%;
        float: right;
        text-align: left;
    }
}


/*========== MENU UCAPAN =============*/
#ucapan-konten{
  margin : 10px 25px;
}

.ucapan-field{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.komen-netizen{
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.komen{
  display:none;
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

#submitKomen{
   margin-top: 15px;
    padding: 5px;
    text-align: center;
    background-color: #00a5b1;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #00a5b1;
    /*box-shadow: 0 1px 1px #ccc;*/
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#submitKomen:hover{
   background-color: #fff;
    color: #00a5b1;
}

#loadMore {
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    color: #00a5b1;
    border-width: 1px;
    border-style: solid;
    border-color: #00a5b1;
    /*box-shadow: 0 1px 1px #ccc;*/
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #00a5b1;
    color: #fff;
}

.komen-nama{
  color: #00a5b1;
  font-weight: bold;
}

.komen-isi{
  color: #2f3640;
}


/*============== ACARA =============*/

.acaranya{
  margin-left: 20px;
  margin-right: 20px;
}

.icon-acara{
  font-size: 14px;
  color: #2f3640;
}

.acara-title{
  text-align: center;
  color: #00a5b1;
  font-size: 2.5rem;
  font-family: 'Just';
}

.tb-acara > tbody > tr > th{
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
}

.tb-acara > thead > tr > th {
    padding: 10px;
    line-height: 1.42857143;
}

.tb-acara{
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;

}

.tb-ic-acara{
  width: 30px;
  text-align: center;
}

.tb-ket-acara{
  width: 70px;
  text-align: left;
}

.tb-isi-acara{
  text-align: left;
}

.tb-anu-acara{
  width: 5px;
  text-align: left;
}

.bulat{
	position:fixed;
	width:40px;
	height:30px;
	bottom:25%;
	left:0px;
	background-color:#25d366;
	color:#FFF;
	/*border-radius:50px;*/
	text-align: center;
	font-size:20px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  border-top-right-radius :50px;
  border-bottom-right-radius :50px;
}

.my-musik{
	margin-top:6px;
}
.box-hadiah{
	position:fixed;
	width:110px;
	height:20px;
	top:1%;
	right:0px;
	background-color:#25d366;
	color:#FFF;
	/*border-radius:50px;*/
	text-align: center;
	font-size:12px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  border-top-left-radius :50px;
  border-bottom-left-radius :50px;
}

.my-hadiah{
	margin-top:4px;
}

.utama-foto{
  height: 100px;
  width: 100px;
  border-radius: 100%;
  -webkit-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
  -o-filter: grayscale(20%);
  -ms-filter: grayscale(20%);
  filter: grayscale(20%);
  
  position: relative;
  object-fit: contain;
  padding: 4px;
  background: #00a5b1;
  box-shadow: 0 1px 8px 0 #00a5b1, 0 1px 8px 0 #00a5b1;

}
.save-date{
  height: auto;
  width: 200px;
  position: relative;
  padding-bottom: 6px;
}

.utama-mempelai{
font-family: "Great Vibes" ;
  font-size: 3rem;
  color: #00000;
  /* text-transform: uppercase; */
  border-top: 4px solid #00000;
  border-bottom: 4px solid #00000; 
  display: inline;
  padding-top: 5px;
  position :relative;
}

#over-lay-welcome {
        position:fixed;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255,255,255,0.85);
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        margin: 0px;
        cursor: pointer;    
        z-index:9999;
        display: -webkit-flex; /* Safari */
        -webkit-align-items: center; /* Safari 7.0+ */
        display: flex;
        align-items: center;
        color: #000;
    }

 #over-lay-welcome p{
    font-size: 17px;
 }

#over-lay-welcome h4{
    font-size:22px;
    font-weight:600;
    padding: 0px;
    text-transform: uppercase;
}
#over-lay-welcome img{
    display : block;
    margin-left: auto;
    margin-right : auto;
    width: 100%;
    height: auto;
}

/* Boostrap Buttons Styling */

.btn-default {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: rgba(108, 88, 179, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(108, 89, 179, 0.75);
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.btn-default:hover {
  color: #FFF;
  background: rgba(108, 88, 179);
  border: 2px solid rgba(108, 89, 179, 0.75);
}

.btn-primary {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: rgba(58, 133, 191, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(58, 133, 191, 0.75);
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.btn-primary:hover {
  color: #FFF;
  background: rgba(58, 133, 191);
  border: 2px solid rgba(58, 133, 191, 0.75);
}

.btn-success {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: rgba(103, 192, 103, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(103, 192, 103, 0.75);
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.btn-success:hover {
  color: #FFF;
  background: rgb(103, 192, 103);
  border: 2px solid rgb(103, 192, 103, 0.75);
}

.btn-info {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: rgba(91, 192, 222, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(91, 192, 222, 0.75);
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.btn-info:hover {
  color: #FFF;
  background: rgba(91, 192, 222);
  border: 2px solid rgba(91, 192, 222, 0.75);
}

.btn-warning {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: rgba(240, 173, 78, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(240, 173, 78, 0.75);
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.btn-warning:hover {
  color: #FFF;
  background: rgb(240, 173, 78);
  border: 2px solid rgba(240, 173, 78, 0.75);
}

.btn-danger {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: rgba(217, 83, 78, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(217, 83, 78, 0.75);
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.btn-danger:hover {
  color: #FFF;
  background: rgba(217, 83, 78);
  border: 2px solid rgba(217, 83, 78, 0.75);
}
.social-share {
    position: relative;
    text-align: center;
}

.social-share ul{
    padding: 0px;
}

.social-share li{
    list-style: none;
    display: inline-block;
}
.social-share li a{
    background: #111111;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    margin:10px;
    display: inline-block;
}

.social-share li a:hover{
    opacity: 0.8;
}
.social-share li a.facebook{
    background: #3b5998;
}

.social-share li a.instagram{
    background: #FF1493;
}

.social-share li a.youtube-live{
    background: #FF0000;
}
#ribbon {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	font-weight: 400;
	padding: 15px;
	position: fixed;
	right: -269px;
	text-align: center;
	top: -125px;
	transform: rotate(45deg);
	transform-origin: 0 0 0;
	width: 500px;
	color: #333;
	z-index: 999999;
}
.write {
  position: fixed;
  background-color: #23BCCC;
  color: #FFF;
  left: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all .1s ease;
  cursor: pointer;
  z-index: 999999;
}
.write:hover {
  height: 50px;
  width: 150px;
  border-radius: 25px 30px 5px 25px;
}
.write:hover:after {
  display: inline-table;
  content: "Buat Sekarang";
}
.write:hover .mdi-pencil {
  display:none;
}