body {
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
}

#hero {
  position: relative;
  min-height: 100vh;
}
#hero main h1 {
  font-size: 6rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  font-family: "sacramento", cursive;
}
#hero main h4 {
  font-size: 1.2rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
#hero main p {
  font-size: 1rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
#hero main a {
  color: pink;
  background: white;
}
#hero main a:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  color: white;
  background-color: #f14e95;
}

#hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(80%);
  background-image: url("img/img3.jpg");
  animation: ubahbg 20s infinite;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.371) !important;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  overflow: hidden;
}
.navbar .offcanvas {
  height: 100vh;
}
.navbar .navbar-brand, .navbar .offcanvas-title {
  font-family: "sacramento", cursive;
  font-size: 2.5rem;
  font-weight: bold;
  color: #f14e95;
}
.navbar .nav-link {
  text-transform: uppercase;
}

#home {
  background-image: url(img/bg.png);
  background-size: cover;
  height: 100%;
  margin-top: -5.4rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
#home h2 {
  font-family: "sacramento", cursive;
  color: #f14e95;
  font-weight: bold;
  font-size: 5rem;
}
#home h3 {
  color: #444;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
#home p {
  color: #666;
  font-size: 1rem;
}
#home .couple {
  margin-top: 80px;
}
#home .couple .heart {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 5px rgb(0, 0, 0);
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(60px);
}
#home .couple .heart i {
  color: #f14e95;
  transform: translateY(2px);
}
#home .couple h3 {
  font-size: 2.5rem;
  font-family: "sacramento", cursive;
  color: #f14e95;
}
#home .couple img {
  width: 100%;
}

#info {
  background-color: black;
  color: white;
  padding-top: 9rem;
  padding-bottom: 8rem;
}
#info h2 {
  font-family: "sacramento", cursive;
  color: #f14e95;
  font-weight: bold;
  font-size: 5rem;
}
#info .alamat {
  font-size: 1.1rem;
}
#info .deskripsi {
  font-weight: 300;
}
#info .tabel .card {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid #eee;
}
#info .tabel .card .card-header {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#info .tabel .card .card-body span {
  font-size: 1rem;
}
#info .tabel .card .card-footer {
  border-top: 1px solid #eee;
  font-size: 0.8rem;
  font-weight: 400;
}

#story {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
#story h2 {
  font-family: "sacramento", cursive;
  color: #f14e95;
  font-weight: bold;
  font-size: 5rem;
}
#story h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
#story p {
  font-size: 1rem;
}
#story .timeline {
  list-style: none;
  padding: 1.4rem 0;
  margin: 1rem;
  position: relative;
}
#story .timeline li {
  margin-bottom: 1.2rem;
  position: relative;
}
#story .timeline li h3 {
  font-size: 2rem;
}
#story .timeline li span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #444;
}
#story .timeline li p {
  font-size: 1rem;
  margin-top: 0.9rem;
}
#story .timeline li .timeline-img {
  width: 160px;
  height: 160px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position: center;
}
#story .timeline li .timeline-panel {
  width: 40%;
  position: relative;
  padding: 1.7rem;
  background-color: #fff;
  float: left;
  border-radius: 15px;
  border: 1px solid #ccc;
}
#story .timeline li .timeline-panel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0px solid #ccc;
  border-bottom: 15px solid transparent;
}
#story .timeline li .timeline-panel::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left: 14px solid white;
  border-right: 0px solid white;
  border-bottom: 14px solid transparent;
}
#story .timeline li.timeline-inverted .timeline-panel {
  float: right;
}
#story .timeline li.timeline-inverted .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#story .timeline li.timeline-inverted .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -13px;
  right: auto;
}
#story .timeline li::before, #story .timeline li::after {
  content: "";
  display: table;
}
#story .timeline li::after {
  clear: both;
}
#story .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #ccc;
}

#galeri {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
}
#galeri h2 {
  font-family: "sacramento", cursive;
  color: #f14e95;
  font-weight: bold;
  font-size: 5rem;
}
#galeri h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
#galeri p {
  font-size: 1rem;
}

#rsvp {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: black;
  color: white;
}
#rsvp h2 {
  font-family: "sacramento", cursive;
  color: #f14e95;
  font-weight: bold;
  font-size: 5rem;
  font-size: 4.5rem;
}
#rsvp h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
#rsvp p {
  font-size: 1rem;
}
#rsvp button {
  background-color: #f14e95;
  transition: 0.5s;
  margin-top: 36px;
  color: white;
}
#rsvp button:hover {
  background-color: white;
  color: #f14e95;
}

#gift {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
#gift h2 {
  font-family: "sacramento", cursive;
  color: #f14e95;
  font-weight: bold;
  font-size: 5rem;
  font-size: 4.5rem;
}
#gift p {
  font-size: 1rem;
}
#gift .list-group .list-group-item {
  font-size: 1rem;
}
#gift .list-group .list-group-item .title {
  font-size: 1.3rem;
}

footer {
  background-color: #f14e95;
  color: white;
  padding: 2rem;
}
footer span a {
  text-decoration: none;
  color: rgba(58, 58, 58, 0.933);
}
footer span a:hover {
  text-decoration: underline;
}
footer ul li a {
  color: #444;
}

.icon-audio {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  position: fixed;
  bottom: 2rem;
  right: 1.8rem;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  mix-blend-mode: difference;
  animation: putar 4s linear infinite;
  transform-origin: center;
  display: none;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  #home .couple .heart {
    display: none;
  }
  #story .timeline li .timeline-img {
    width: 140px;
    height: 140px;
    left: 15px;
    margin-left: 45px;
  }
  #story .timeline li .timeline-panel {
    width: calc(100% - 200px);
    float: right;
  }
  #story .timeline li .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  #story .timeline li .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 13px;
    left: -13px;
    right: auto;
  }
  #story .timeline::before {
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 90%;
  }
  .simply-countdown > .simply-section {
    padding: 50px;
    margin: 7px;
  }
  .navbar .nav-link {
    font-size: 1.5rem;
    text-align: center;
  }
  #story .timeline li .timeline-img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 65%;
  }
  .simply-countdown > .simply-section {
    padding: 30px;
    margin: 3px;
  }
  #story .timeline li .timeline-panel {
    width: 58%;
    transform: translateX(-5px);
  }
}
@keyframes ubahbg {
  40% {
    background-image: url("img/img4.jpg");
  }
  70% {
    background-image: url("img/img2.jpg");
  }
}
@keyframes putar {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}/*# sourceMappingURL=style.css.map */