/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1bac91;
  text-decoration: none;
}

a:hover {
  color: #22d8b6;
  text-decoration: none;
}

.btn {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# musik BG button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  background: #1bac91;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #21cfaf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Modal Undangan
--------------------------------------------------------------*/
.modal-body {
  width: 100%;
  height: calc(100vh - 0);
  background: url("../img/modal_bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 0px;
  padding: 0;
}

.modal-body .container {
  z-index: 20;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.fade2 {
  transform: scale(5);
  opacity: 0;
  transition: all 1s linear;
  
}

.fade2.show {
  opacity: 1;
  transform: scale(1);
}

.modal-body h1 {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 56px;
  color: #ffd000;
  font-family: "Great Vibes", cursive;
}

.modal-body h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
  font-size: 30px;
  font-family: serif;
}

.modal-body h3 {
  color: #ffffff;
  margin-top: 5px;
  font-size: 18px;
  font-family: serif;
  font-weight: bolder;
}

.modal-body h4 {
  color: #ffffff;
  font-size: 40px;
  font-family: "Great Vibes", cursive;
  font-weight: bolder;
  letter-spacing: 5px;
}

.modal-body .col-md-3 {
  background-color: rgba(0, 0, 0, 0.438);
}

.modal-body .rowModaltgh {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/*--------------------------------------------------------------
# homepage Section
--------------------------------------------------------------*/
#homepage {
  width: 100%;
  height: calc(100vh - 0px);
  background: url("../img/homepage_bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 0px;
  padding: 0;
}

#homepage:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#homepage .container {
  z-index: 2;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#homepage h1 {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 56px;
  color: #ffd700;
  font-family: "Great Vibes", cursive;
}

#homepage h2 {
  color: rgba(255, 255, 255, 0.575);
  margin-bottom: 15px;
  font-size: 30px;
  font-family: serif;
}
#homepage h3 {
  color: rgba(255, 255, 255, 0.575);
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 20px;
  font-family: serif;
}

@media (min-width: 1024px) {
  #homepage {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #homepage {
    margin-top: 0px;
    height: calc(100vh - 0px);
  }
}

@media (max-width: 768px) {
  #homepage h1 {
    font-size: 48px;
    line-height: 36px;
  }

  #homepage h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #homepage h3 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Sections Pengantin
--------------------------------------------------------------*/
#pengantin {
  background-color: #000000;
  padding-bottom: 0;
}

#pengantin h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #ffd700;
  font-family: "Great Vibes", cursive;
}

#pengantin h2 {
  margin: 5px;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
}

#pengantin h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #ffd700;
  font-family: "Great Vibes", cursive;
}

#pengantin p {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Sections Doa
--------------------------------------------------------------*/
#doa {
  width: 100%;
  height: calc(100vh-0);
  background: url("../img/doa_bg2.jpg") center center;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 0;
}

#doa .col-md-8 {
  background-color: rgba(255, 196, 0, 0.651);
}

#doa h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bolder;
  font-family: "Kaushan Script", cursive;
  color: #000000;
}

#doa h2 {
  font-size: 16px;
  font-weight: bolder;
  font-family: "Raleway", sans-serif;
  color: #000000;
}

/*--------------------------------------------------------------
# Sections Acara
--------------------------------------------------------------*/
#acara {
  width: 100%;
  background-color: #ffd700;
  padding-bottom: 0;
  padding-top: 0;
}

#acara .container {
  padding-bottom: 3px;
}

#acara .col-md {
  width: calc(100vw - 0);
  height: 100%;
  background-color: #daa520;
  background-size: cover;
  position: relative;
  margin-top: 0;
  padding: 0;
}

#acara p {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 3px;
}

#acara h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  font-family: "Kaushan Script", cursive;
}

#acara h2 {
  margin: 5px;
  font-size: 26px;
  font-weight: 800;
  color: #000000;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#acara h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  font-family: "Kaushan Script", cursive;
}

/*--------------------------------------------------------------
# Sections Countdown Wedding/cdwedding
--------------------------------------------------------------*/
#cdwedding {
  background-color: #000000;
  padding-bottom: 0;
  padding-top: 0;
}
#cdwedding .container {
  color: #333;
  margin: 0 auto;
  text-align: center;
}

#cdwedding h1 {
  font-weight: normal;
  letter-spacing: 0.125rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: "Kaushan Script", cursive;
}

#cdwedding li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

#cdwedding li span {
  display: block;
  font-size: 4.5rem;
}

#cdwedding .emoji {
  display: none;
  padding: 1rem;
}

#cdwedding .emoji span {
  font-size: 4rem;
  padding: 0 0.5rem;
}

@media all and (max-width: 768px) {
  #cdwedding h1 {
    font-size: calc(1.5rem * var(--smaller));
  }

  #cdwedding li {
    font-size: calc(1.125rem * var(--smaller));
  }

  #cdwedding li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

/*--------------------------------------------------------------
# Sections Gallery Foto & Video
--------------------------------------------------------------*/
#galeri {
  background-color: #ffd700;
  padding-top: 0;
}

#galeri h1 {
  font-family: "Kaushan Script", cursive;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# Sections Penutup
--------------------------------------------------------------*/
#penutup {
  background-color: #000000;
  padding-top: 0;
}

#penutup h1 {
  font-family: "Kaushan Script", cursive;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #ffd700;
}

#penutup p {
  font-family: "Open Sans", sans-serif;
  color: #fdfdfd;
  font-size: 16px;
  font-weight: 600;
  padding: 3px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 25px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffc400;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #21413c;
}

.section-title p {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f7f7;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0c1817;
  border-bottom: 1px solid #18302c;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1c3733;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1bac91;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #4ae3c6;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #34dfbf;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1bac91;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #14806c;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
