@import "fonts.css";

/* Helpers */
.flex { display: flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.flex-col { flex-direction: column; }
/* Helpers End */

/* Opening text start */
.opening-text-section {
  min-height: 100vh;
}
.recipient-name-wrapper #recipient-name {
  background: rgba(0,0,0, .8);
  padding: 8px 32px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #b39701;
}
.open-invitation-button {
  border: 1px solid #B39700;
  background: #B39700;
  color: #fff;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
/* Opening text end */

/* Flexslider */
.flex-pauseplay {
  opacity: 0 !important;
}

.opening-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease;
}

.opening-img.active {
  opacity: 1;
  visibility: visible;
}

.opening-img .logo {
  max-width: 250px;
  margin-top: 150px;
  border-radius: 4px;
}

.opening-img .text {
  max-width: 100%;
}

/* Footer */
.footer a {
  color: #b39700;
}
.footer .socmed {
  padding: 0 !important;
  margin-bottom: 30px;
}
.footer .socmed .socmed-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 20px;
  background-color: #b39700;
}

.footer .socmed .socmed-item:last-child {
  margin-right: 0 !important;
}

.footer .socmed .socmed-item a {
  color: #fff !important;
  font-size: 20px;
}

/* Avatar */
.avatar-bride {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

/* Counter */
.inline{
  display: inline-block;
}

.main-counter{
  padding-top: 5%;
  position: relative;
  z-index: 2;
}

.main-counter .counter{
  background-color: #fff;
  width: 95px;
  margin: 0 2px;
  color: #534741 !important;
  text-align: center;
}

.main-counter .counter h2{
  color:#534741 !important; 
  margin-bottom: 0 !important;
}

.main-counter .counter .head{
  padding: 20px 0px;
}
.main-counter .counter .head.bordered {
  border: 1px solid #b39701;
}

.main-counter .counter .head h3{
  text-align: center;
  margin: 0px;
}

.main-counter .counter .text{
  padding: 10px;
  text-align: center;
  background-color: #b39700;
  color: #fff;
}

/* Responsive */
@media(max-width:766px){
  .main-counter .counter .head{
    padding: 15px 0px;
  }
}

@media(max-width:587px){
  .main-counter .counter{
    width: 100px;
    margin-right: 10px;
  }
}

@media(max-width:500px){
  .main-counter{
    margin-top: 10%;
  }
  .main-counter .counter{
    width:70px; 
    margin-right: 2px;
  }
  .main-counter .counter .head{
    padding: 10px 0px;
  }
}


/* Floating flower */
.floating-flower-top {
  content: "";
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  width: 100px;
  height: 250px;
  position: absolute;
  left: 0%;
  top: 0%;
}
.floating-flower-bottom {
  content: "";
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  width: 165px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* CUSTOMIZED FANCYBOX */
.fancybox-overlay{ background: none; background-color:rgba(0,0,0,0.8);}
.fancybox-opened .fancybox-skin{ box-shadow:none; border-radius:0; background:none;}
.fancybox-skin{ box-shadow:none; border-radius:0; background:none; padding:0 !important; padding-top:40px !important;}
.fancybox-inner{ box-shadow:0 0 60px rgba(0,0,0,0.1);}
.fancybox-close{ width:30px; height:30px; text-align:center; line-height:30px; right:0; top: 0; text-align:center; transform: rotate(45deg);}
.fancybox-close:after{content:"\f100"; font-family:Flaticon; font-size:30px; color:#fff;}
.fancybox-close:hover{ text-decoration:none;}
.fancybox-next span, .fancybox-prev span {font-size: 18px; background: rgba(0,0,0, .8); display: block; visibility: visible; border-radius: 100%; height: 45px; width: 45px; text-align: center;}
.fancybox-next span:before {position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); color: white; visibility: visible; content: "\f054"; display: inline-block; font: normal normal normal 32px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.fancybox-prev span:before {position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); color: white; visibility: visible; content: "\f053"; display: inline-block; font: normal normal normal 32px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}


/* GALLERY */
.gallery{ width: 100%; float: left; text-align: center;}
.gallery h5{font-family: 'Fjalla One', sans-serif; color: #999; position: relative; padding-bottom: 50px;}
.gallery h5:after{content:""; width: 38px; height: 26px; position: absolute; left: 50%; bottom: 0; background: url(../images/logo-symbol-dark.png) no-repeat; background-size: 38px auto; margin-left: -19px; opacity: 0.3;}
.gallery h2{ font-family: 'Playfair Display', serif; font-size: 70px; color: #d5af30;}
.gallery .lead{ font-size: 20px; font-weight: 300; padding: 0 20%; color: #999; font-family: 'Playfair Display', serif; line-height: 33px; margin-bottom: 100px;}
.gallery *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.gallery .grid { width: 100%; float: left; background: #ffffff;}
.gallery .grid-sizer { width: 20%;}
.gallery .grid-item{ width: 25%; float: left; padding: 8px;}
.gallery .grid-item-double { width: 50%; float: left;}
.gallery .grid-full { width: 100%; float: left; padding: 8px; }
.gallery .grid figure{ width: 100%; float: left; position: relative;}
.gallery .grid figure a{ width: 100%; float: left; overflow: hidden;}
.gallery .grid figure img{ width: 100%; float: left; opacity: 1; transform: scale(1.05); margin-bottom: 0; }
.gallery .grid figure figcaption{ width: 100%; float: left; position: absolute; left: 0; bottom: 20px; color: #fff; font-size: 13px; font-weight: 700;}
.gallery .grid figure:hover img{ opacity: 1; transform: scale(1);}
.gallery .grid figure:hover figcaption{ opacity: 0; }

.spotify-song {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.hotel-logo {
  margin: 20px auto;
}

.hotel-logo img {
  height: 50px;
  max-width: auto;
}

.quote-wrapper {
  color: #cbb689;
}

.quote-wrapper p {
  margin-bottom: 5px;
}

.quote-wrapper .quote-symbol {
  font-size: 28px;
}

.quote-wrapper .quote-divider {
  border: 1px solid #cbb689;
  max-width: 30px;
  margin: 30px auto;
}

.ku-slider {
  height: 100vh;
  margin-left: 0;
  padding-left: 0;
}

.ku-slider-item {
  height:100vh;
  width: 100%;
}

.ku-slider-item img {
  max-width: 100%;
}

.flickity-page-dots {
  bottom: 0;
  margin-bottom: 25px;
}

.flickity-page-dots .dot {
  background-color: white;
}

html {
    background: white;
}

.margintop50px{
  margin-top: 50px;
}
.padtop{
  padding-top: 25px;
}

#buy-now {
    margin: 0 auto;
    position: fixed;
    bottom: 35px;
    right: 50%;
    padding: 10px 30px;
    background-color: #D2232A;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    box-shadow: 2px 2px 3px rgba(0,0,0, .2);
    z-index: 100;
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Lato', "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transform: translateX(50%);
}

.audio-control {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background-color: #c4302b;
  box-shadow: 0px 1px 4px 2px rgba(0,0,0,.3);
  padding: 10px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  border: 0 !important;
  outline: none !important;
  -webkit-appearance: button;
  transition: all .3s ease;
}

.audio-control .audio-on {
  display: none;
}
.audio-control.playing .audio-on {
  display: block;
}
.audio-control.playing .audio-off {
  display: none;
}

.audio-status {
  transform: translateY(5px);
  margin-top: -65px;
}

.audio-control svg {
  width: 50px;
  height: 50px;
}
.audio-control svg path {
  fill: white;
}
/*font*/
.gold{
  color: #b39700 !important;
}

.redmaroon{
  color: #800000 !important;
}

.Candara-font {
  font-family: "Candara", "sans-serif";
  text-transform: none !important;
  line-height: 1.5;
}

.font11 {
  font-size: 11px !important

}

.Lavanderia-font {
  font-family: "Lavanderia", "sans-serif";
  text-transform: none !important;
  font-size: 24px !important;
  line-height: 1.5;
}

h1.Lavanderia-font{
  font-size: 45px !important;
}

.wedding-font {
  font-family: "Wedding Chardonnay", "sans-serif";
  text-transform: none !important;
  font-size: 30px !important;
  line-height: 1.5;
}

.apple-font {
  font-family: "Apple Chancery", "sans-serif";
  text-transform: none !important;
  line-height: 1.5;
}

.samarkan-font {
  font-family: "Samarkan", "sans-serif";
  text-transform: none !important;
  line-height: 1.5;
}

.karine-font {
  font-family: "Karine aime les Chocolats", "sans-serif";
  text-transform: none !important;
  font-size: 30px !important;
  line-height: 1.5;
}

.arabella-font {
  font-family: "arabella", "sans-serif";
  text-transform: none !important;
  font-size: 30px !important;
  line-height: 1.5;
}

.dancing-font {
  font-family: "Dancing Script", "sans-serif";
  text-transform: none !important;
  font-size: 30px !important;
  line-height: 1.5;
  color: #800000 !important;
}

.magnolia-font {
  font-family: "Magnolia Sky", "sans-serif";
}

.handwriting-font {
  font-family: "Parisienne", cursive !important;
  text-transform: capitalize !important;
}

.fs-52 {
  font-size: 52px;
}

.fs-42 {
  font-size: 42px;
}

.fs-28 {
  font-size: 28px;
}

.fs-19 {
  font-size: 19px !important;
}

.header-brush {
  min-height: 160px;
  position: absolute;
  bottom: -90px;
  z-index: 9;
  width: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center center;
}

.aisyah-rico-header-height {
  min-height: 500px;
}
.wa-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0,0,0, .2);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-btn .icon {
    width: 30px;
    height: 30px;
}

.video-container {
  position: relative;
  width: 80%;
  margin: 60px auto 0;
}

.video-container.have-mt {
  margin-top: 80px;
}

.video-container iframe,
.video-container video {
  width: 100% !important;
  max-width: 100% !important;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .video-container {
    width: 100%;
    padding: 0 8px;
  }

  .video-container iframe,
  .video-container video {
    height: 300px !important;
  }

  #buy-now {
    width: calc(100% - 30px);
  }
  iframe {
    width: 100% !important;
    max-width: 100% !important;
  }

  video {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.details-2 {
  padding: 80px 0;
}

.details-2 h2 {
  margin-bottom: 40px;
}

.overlay-primary:before {
  opacity: 0.5;
  background: #222;
}

.btn {
  margin: 0 8px 14px;
}

.logo {
  max-height: 70px;
  display: inline-block;
  float: none;
  margin-bottom: 32px;
}

.feature img {
  max-width: 80%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.feature img:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.accom-2 h6 {
  margin-bottom: 80px;
}

.btn-sm {
  min-width: 90px;
  height: 35px;
  line-height: 33px;
}

.feature {
  text-align: center;
}

.mrare {
  max-width: 300px;
}

.pesan-sekarang {
  color: #2a6496;
  position: relative;
  transition: all 0.3s ease;
}

.pesan-sekarang:hover {
  color: #b39700;
}

.pesan-sekarang:hover:after {
  background: #b39700;
}

.pesan-sekarang:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #2a6496;
  height: 1px;
  width: 100%;
}

.demo-template-title {
  margin-bottom: 40px !important;
}

.header-4.custom .slides li,
.accom.custom {
  height: 500px;
}

_500px {
  height: 500px;
}

.fullheight {
  height: 100vh;
}

.nav-shadow {
  /*box-shadow: 1px 0px 3px  rgba(0,0,0, .1);*/
}

._200rb {
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.bg-grey {
  background: #f5f7f9;
}

h2.custom {
  margin-bottom: 30px;
}

h6.custom {
  color: #b39700;
  margin-bottom: 80px;
}

/* audio {
  display: none;
} */

.ytb-music {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.gold-border-img {
  border: 1px solid #b39700;
  padding: 4px;
}

.image-mask {
  position: absolute;
  bottom: -4px;
  z-index: 9;
}

.image-ava-mask-right {
  position: absolute;
  bottom: -4px;
  z-index: 9;
}