@font-face {
  font-family: "header";
  src: url(../font/Calliga-Regular.otf);
}

@font-face {
  font-family: "reguler";
  src: url(../font/reguler.otf);
}
.container {
  font-family: "reguler";
}

.top-header {
  position: absolute;
  bottom: 0%;
  right: 0%;
  left: 0%;
}

.header {
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 46%,
      rgba(10, 10, 10, 0.24) 100%
    ),
    url(../img/profile.jpg) !important;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-color: #7a9577;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 92vh;
}

.header h1 {
  font-size: 40px;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 26%;
  color: #fff;
  text-align: center;
  font-family: "header";
}

.header p {
  font-family: "reguler";
  font-size: 20px;
  position: absolute;
  bottom: 33%;
  left: 0%;
  right: 0%;
  color: #fff;
  text-align: center;
}

.header h6 {
  font-family: "reguler";
  font-size: 20px;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 21%;
  color: #fff;
  text-align: center;
}

.header h5 {
  font-family: "reguler";
  font-size: 18px;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 9%;
  color: #fff;
  text-align: center;
}

.icon {
  color: #755035;
}

.rsvp {
  font-family: "poppins";
}

.wish {
  font-family: "poppins";
  background-color: #ffb6c1;
}

.main {
  background-color: white;
  background-position: center;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  color: rgb(0, 0, 0);
  font-family: "poppins";
}

#clock > div {
  border-radius: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 10px 20px;
  color: #fff;
  display: inline-block;
}
#clock > div > p {
  font-size: 16px;
  font-family: "poppins";
}
#days,
#hours,
#minutes,
#seconds {
  border-radius: 10%;

  font-size: 25px;

  display: inline-block;
  width: 40px;
}
span.turn {
  animation: turn 0.7s ease;
}
@keyframes turn {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}

.opening h1 {
  font-family: "header";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 27%;
  color: white;
}

.opening h5 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 35%;
  color: white;
}

.opening h6 {
  font-size: 20px;
  color: white;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 85%;
}

.opening h4 {
  color: white;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 3%;
}

.btn-opening1 {
  color: #755035;
  font-size: 20px;
  font-family: "poppins";
  background-color: #fff;
}

.center-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 18%;
}

body#index.opening-show {
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

body#index.opening-hide {
  min-height: 100vh;
  max-height: unset;
}

body#index.opening-hide section#opening {
  animation: opening-hide 2s ease-in-out forwards;
}

body#index section#opening {
  padding: 8rem 0 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.transparant {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  height: 100vh;
  width: 100vw;
}

.thanks {
  text-align: center;
  color: #755035;
}

.thanks h2 {
  font-family: "poppins";
}

.thanks h3 {
  font-family: "calliga";
  font-size: 35px;
}

body#index section#opening .container {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 8rem;
}

body#index section#opening .decoration {
  position: absolute;
  font-size: 5px;
  z-index: 1;
}

@keyframes opening-hide {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(0.5rem);
  }

  100% {
    transform: translateY(-100%);
    opacity: 1;
  }
}

.btn#btn-play {
  position: fixed;
  bottom: 1rem;
  left: 0.5rem;
}

.btn#btn-to-top {
  position: fixed;
  bottom: 5rem;
  left: 2rem;
  display: none;
  animation: pop-out 0.3s linear forwards;
}

.btn.btn-light {
  border: unset;
  width: 2.5rem !important;
  height: 2.5rem !important;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  box-shadow: unset !important;
  background-color: rgba(0, 0, 0, 0.8);
}

.btn.btn-light.active i {
  color: #7a9577;
}

.btn.btn-light:focus {
  box-shadow: unset;
}

.btn.btn-light i {
  color: #fdfdfd;
}

.btn.btn-dark {
  background-color: #000;
  color: #fff;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5);
}
.preloader .loading {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  font: 14px arial;
}

.text-bordered {
  border-top: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  padding: 0.8rem 2rem;
}

.font-light {
  font-weight: 300;
}

section#galeri .container {
  padding-top: 80px;
  padding-bottom: 100px;
}

section#galeri .container h1 {
  font-family: "Domine";
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 32px;
}

section#galeri .container p {
  font-size: 18px;
  margin-bottom: 75px;
}

section#galeri .container .img-placeholder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

section#galeri .container .img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#galeri .container .row-first [class^="col"] {
  height: 450px;
}

section#galeri .container .row-first [class^="col"]:nth-child(2) {
  display: flex;
  flex-direction: column;
}

section#galeri .container .row-first [class^="col"]:nth-child(2) a {
  flex-grow: 1;
  overflow: hidden;
}

section#galeri .container .row-first [class^="col"]:nth-child(2) a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#galeri .container .row-second [class^="col"] {
  height: 550px;
}

section#galeri .container .row-third [class^="col"] {
  height: 450px;
}

@media (max-width: 1200px) {
  section#galeri .row-first [class^="col"] {
    height: 350px !important;
  }

  section#galeri .row-second [class^="col"] {
    height: 400px !important;
  }

  section#galeri .row-third [class^="col"] {
    height: 300px !important;
  }
}

@media (max-width: 577px) {
  section#galeri .container {
    padding-bottom: 10px;
  }

  section#galeri .container .row-first [class^="col"]:nth-child(1) {
    height: 200px !important;
  }

  section#galeri .container .row-first [class^="col"]:nth-child(2) {
    height: 100px !important;
    flex-direction: row !important;
    gap: 5px;
  }

  section#galeri .container .row-second [class^="col"] {
    height: 170px !important;
  }

  section#galeri .container .row-third [class^="col"] {
    height: 140px !important;
  }
}

.card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: none;
}

.card .card-image .card-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card img {
  width: 100%;
  height: auto;
}

.img-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .ftr {
  margin-top: 15px;
}

.card .ftr div {
  display: inline-block;
}

.card .ftr .author {
  color: #888;
}

.card .ftr .stats {
  float: right;
  line-height: 30px;
}

.card .ftr .stats {
  position: relative;
  top: 1px;
  font-size: 14px;
}

/* ============ Card Table ============ */

.table {
  margin-bottom: 0px;
}

.card .table {
  padding: 15px 30px;
}

.card .table-primary {
  background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card .table-info {
  background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card .table-success {
  background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card .table-warning {
  background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card .table-danger {
  background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card .table-rose {
  background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card [class*="table-"] {
  color: #ffffff;
  border-radius: 6px;
}

.card [class*="table-"] .card-caption a,
.card [class*="table-"] .card-caption,
.card [class*="table-"] .icon i {
  color: #ffffff;
}

.card [class*="table-"] .icon i {
  border-color: rgba(255, 255, 255, 0.25);
}

.card [class*="table-"] .author a,
.card [class*="table-"] .ftr .stats,
.card [class*="table-"] .category,
.card [class*="table-"] .card-description {
  color: rgba(255, 255, 255, 0.8);
}

.card [class*="table-"] .author a:hover,
.card [class*="table-"] .author a:focus,
.card [class*="table-"] .author a:active {
  color: #ffffff;
}

.card [class*="table-"] h1 small,
.card [class*="table-"] h2 small,
.card [class*="table-"] h3 small {
  color: rgba(255, 255, 255, 0.8);
}

/* ============ Card Blog ============ */

.card-blog {
  margin-top: 30px;
}

.card-blog .card-caption {
  margin-top: 5px;
}

.card-blog .card-image + .category {
  margin-top: 20px;
}

.card-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* ============ Card Background ============ */

.card-background {
  background-position: center;
  background-size: cover;
  text-align: center;
}

.card-background .table {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 440px;
  margin: 0 auto;
}

.card-background .category,
.card-background .card-description,
.card-background small {
  color: rgba(255, 255, 255, 0.8);
}

.card-background .card-caption {
  color: #ffffff;
  margin-top: 10px;
}

.card-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  table: "";
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 6px;
}

/* ============ Card Profile ============ */

.card-profile {
  margin-top: 30px;
  text-align: center;
}

/* ============ Card Category ============ */

.category {
  position: relative;
  line-height: 0;
  margin: 15px 0;
}

.card .category-social .fa {
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 2px;
  margin-right: 5px;
}

/* ============ Card Author ============ */

.card .author .avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.card .author a {
  color: #333;
  text-decoration: none;
}

.card .author a .ripple-cont {
  display: none;
}

/* ============ Card Product ============ */

.card-product {
  margin-top: 30px;
}

.card-product .btn-simple.btn-just-icon {
  padding: 0;
}

.card-product .ftr {
  margin-top: 5px;
}

.card-product .ftr .stats {
  margin-top: 4px;
  top: 0;
}

.card-product .ftr h4 {
  margin-bottom: 0;
}

.card-product .card-caption,
.card-product .category,
.card-product .card-description {
  text-align: center;
}

.card-description p {
  color: #888;
}

.card-caption,
.card-caption a {
  color: #333;
  text-decoration: none;
}

.card-caption {
  font-weight: 700;
  font-family: "Roboto Slab", "Times New Roman", serif;
}

/* ============ Card Testimonial ============ */

.card-testimonial {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}

.card-profile .btn-just-icon.btn-raised,
.card-testimonial .btn-just-icon.btn-raised {
  margin-left: 6px;
  margin-right: 6px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
  max-width: 130px;
  max-height: 130px;
  margin: -50px auto 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
  margin-top: 0;
}

.card-testimonial .card-avatar {
  max-width: 100px;
  max-height: 100px;
}

.card-testimonial .card-description {
  font-style: italic;
}

.card-testimonial .card-description + .card-caption {
  margin-top: 30px;
}

.card-testimonial .icon {
  margin-top: 30px;
}

.card-testimonial .icon {
  font-size: 40px;
}

.card-testimonial .ftr {
  margin-top: 0;
}

.card-testimonial .ftr .card-avatar {
  margin-top: 10px;
  margin-bottom: -50px;
}

.my-custom-scrollbar {
  position: relative;
  height: 500px;
  overflow: auto;
}
.table-wrapper-scroll-y {
  display: block;
}

video {
  border-radius: 20px;
  width: 100%; /* Sesuaikan dengan lebar yang diinginkan */
  height: auto; /* Sesuaikan dengan tinggi yang diinginkan */
}

.thanks {
  background-image: linear-gradient(
      360deg,
      #755035 0%,
      rgba(255, 255, 255, 0) 38%,
      rgba(255, 255, 255, 0) 72%,
      rgba(0, 0, 0, 0.62) 99%
    ),
    url("../img/6.jpg");
  background-size: cover;
  background-position: center;
  height: 100hv;
}

.fotowish {
  padding-top: 50%;
  background-image: linear-gradient(
      180deg,
      #755035 0%,
      rgba(255, 255, 255, 0) 38%,
      rgba(255, 255, 255, 0) 72%,
      rgba(0, 0, 0, 0.62) 99%
    ),
    url("../img/5.jpg");
  background-size: cover;
  background-position: center;
  height: 100hv;
}
