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

/* font untuk nama,dll */
@font-face {
  font-family: "StyleScript-Regular";
  src: url("../fonts/StyleScript-Regular.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");
}

/* Font add */

@font-face {
  font-family: "Ephesis-Regular";
  src: url("../fonts/Ephesis-Regular.ttf") format("truetype");
}

/* Import Font From Google Fonts */

@import url("https://fonts.googleapis.com/css2?family=Ephesis&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Style+Script&display=swap");

/* ========= COLOR PALLETE =========
primary : #303952;
secondary : #f79828;
background : #fffcf5;
*/

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: #ecf0f1; /* ganti background global*/
  /* background-color: #f3ce8e;  */
  background: #f6f5f5 url("../img/bg.png");
  background-size: contain;
}

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: #303952;
  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: #303952;
  -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: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  opacity: 0.2;
}

.imgbawah-kanan {
  width: 30%;
  float: right;
  right: 0;
  /* position: absolute; */
}

.imgbawah-kiri {
  width: 30%;
  float: left;
  left: 0;
  /* position: absolute; */
}

.imgatas {
  /* width: 100%; */
  max-height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  position: center;
  opacity: 0.2;
}

.imgatas-kanan {
  width: 30%;
  right: 0;
  position: absolute;
}

.imgatas-kiri {
  width: 30%;
  left: 0;
  position: absolute;
}

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

.sampul-konten {
  background: #f5f6fa;
  z-index: 999999;
  /*height: 100vh;*/
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

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

.salam {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 200px;
  margin: auto;
}

/* ============ 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;
}

.cover-border{
  height: 300px;
  width: 300px;
  margin-left: -282px;
  margin-top: -25px;
  position: absolute;
} */

.cover-foto {
  height: 300px;
  width: 300px;
  /* 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: #ecf0f1; */
  padding: 5px;
}

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

#sampul-konten {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  top: 0;
  margin: auto;
  align-items: center;
  display: flex;
  /* background:#f6f5f5 url('.../img/bg.png'); */
  background-size: contain;
}

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

.nama-mempelai {
  font-family: "Ephesis-Regular";
  font-size: 4rem;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303952;
  text-transform: none;
}

.nama-mempelai-cover {
  font-family: "Ephesis-Regular";
  font-size: 4.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-transform: none;
}

.the-wedding {
  font-family: "Ephesis-Regular";
  font-size: 6rem;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303952;
  padding: 5px;
}

.tanggal-weddingnya-cover {
  font-family: "Poppins";
  font-size: 1.5rem;
  height: 20px;
  display: block;
  margin-top: 2px;
  margin-bottom: 50px;
  color: #fff;
}

.tanggal-weddingnya {
  font-family: "Poppins";
  font-size: 1.5rem;
  height: 20px;
  display: block;
  margin-top: 2px;
  color: #6a6968;
}

.invited {
  font-family: "Poppins";
  font-size: 1.8rem;
  display: block;
  color: #6a6968;
}

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

.dengan {
  font-family: "Ephesis-Regular", cursive;
  color: #000;
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.mempelai-salam-pembuka {
  width: 120px;
  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: "Style Script", cursive;
  font-size: 3rem;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #91714b;
  text-transform: none;
  /* 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: 170px;
  width: 170px;
  height: 170px;
  object-fit: contain;
  padding: 2px;
  /* background: #303952; */
  box-shadow: 0 1px 5px 0 #303952, 0 1px 8px 0 #303952;
}

.mempelai-pria-nama {
  font-family: "Style Script", cursive;
  font-size: 3rem;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #91714b;
  text-transform: none;
  /* 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;
  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: #303952;
  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: 100%;
  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 #303952;
  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: #303952;
  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: #303952;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #303952;
  /*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: #303952;
}

#bukakUndangan {
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  background-color: #303952;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #303952;
  /*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;
}

#bukakUndangan:hover {
  background-color: #fff;
  color: #303952;
}

#loadMore {
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  color: #303952;
  border-width: 1px;
  border-style: solid;
  border-color: #303952;
  /*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: #303952;
  color: #fff;
}

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

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

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

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

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

.acara-title {
  padding: 5px;
  text-align: center;
  color: #91714b;
  font-size: 2rem;
  font-family: "Style Script", cursive;
}

.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;
}

.boxAcara {
  border: 2px dashed #c2cdda;
  border-radius: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .boxAcara {
    border: 2px dashed #c2cdda;
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .boxAcara {
    border: 2px dashed #c2cdda;
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
  }
}

.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;
}

/* new css cover pembuka */
.cover {
  z-index: 10000;
  overflow: hidden;
  background-color: #ecf0f1;
  font-family: Quicksand, sans-serif;
}
.cover,
.cover .title {
  width: 100%;
  height: 100vh;
  position: absolute;
}
.cover .title {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover .title h3 {
  margin: 0;
  font-size: 7rem;
  font-family: Tangerine, cursive;
}
.cover .title h2 {
  font-weight: 600;
  letter-spacing: -0.5px;
}
.cover .title .btn {
  font-weight: 600;
  letter-spacing: -0.75px;
}
.cover .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cover:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  width: 100%;
}
.header {
  overflow: hidden;
  background-color: #ecf0f1;
}
.header,
.header .title {
  width: 100%;
  height: 100vh;
}
.header .title {
  color: #fff;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.header .title h2 {
  letter-spacing: -0.5px;
}
.header .title h2,
.header .title h3,
.header .title h4 {
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}
.header .title h1 {
  margin: 0;
  font-size: 7rem;
  font-family: Tangerine, cursive;
}
.header .title p {
  font-size: 1.25rem;
  letter-spacing: -0.5px;
}
.header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header:before {
  background: linear-gradient(180deg, #fff, transparent 0%, #000);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
}

.caption {
  color: #5f5f5f;
  font-family: "Style Script", cursive;
  font-size: 60px;
  margin-bottom: 0px;
}

/* Modifikasi Sampul */

.modif-frame {
  padding-top: 105px;
  padding-bottom: 105px;
  background: #f6f5f5 url("../img/header-frame.png") center center no-repeat;
  background-size: contain;
}
.modif {
  position: relative;
  background: #f6f5f5;
  background-size: contain;
}

.modif::before,
.modif::after,
.modif-footer::before,
.modif-footer::after {
  display: block;
  content: "";
  height: 45vh;
  width: 45%;
  position: absolute;
}
.modif::before {
  background: url("../../images/tl.png") no-repeat;
  background-size: contain;
  background-position: top left;
  top: -500px;
  left: -500px;
  -webkit-animation: slideTopLeft 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slideTopLeft 0.5s forwards;
  animation-delay: 2s;
}
.modif::after {
  top: -500px;
  right: -500px;
  background: url("../../images/tr.png") no-repeat;
  background-size: contain;
  background-position: top right;
  -webkit-animation: slideTopRight 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slideTopRight 0.5s forwards;
  animation-delay: 2s;
}
.modif-footer::before {
  background: url("../../images/bl.png") no-repeat;
  background-size: contain;
  background-position: bottom left;
  bottom: -500px;
  left: -500px;
  -webkit-animation: slideBottomLeft 0.5s forwards;
  -webkit-animation-delay: 2.5s;
  animation: slideBottomLeft 0.5s forwards;
  animation-delay: 2.5s;
}
.modif-footer::after {
  bottom: -500px;
  right: -500px;
  background: url("../../images/br.png") no-repeat;
  background-size: contain;
  background-position: bottom right;
  -webkit-animation: slideBottomRight 0.5s forwards;
  -webkit-animation-delay: 2.5s;
  animation: slideBottomRight 0.5s forwards;
  animation-delay: 2.5s;
}

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

.img-prokes {
  background: linear-gradient(10deg, #a15656 0%, #003a50 100%) !important;
  border-radius: 50%;
  width: 50px;
}
