@import url("https://fonts.googleapis.com/css2?family=Montaga&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@font-face {
  font-family: "Grand Amoura";
  src: url("../font/Grand Amoura Demo.otf");
}
body .ff-satu {
  font-family: "Grand Amoura";
}
body .ff-dua {
  font-family: "Montaga", serif;
}
body .ff-tiga {
  font-family: "Playfair Display", serif;
}
body .fc-satu {
  color: #000000;
}
body .fc-dua {
  color: #383838;
}
body .fs-satu {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
body .fs-dua {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
body h1 {
  font-family: "Grand Amoura";
  font-size: 55px;
}
body h2 {
  font-family: "Grand Amoura";
  font-size: 40px;
}
body h3 {
  font-family: "Grand Amoura";
  font-size: 35px;
}
body h4 {
  font-size: 30px;
}
body h5 {
  font-size: 25px;
}
body p {
  font-family: "Montaga", serif;
}
body .dropcap:first-letter {
  color: #000000;
  float: left;
  font-size: 4rem;
  line-height: 0.8;
  margin: 0.1em 0.1em 0.2em 0;
}
body .bg-satu {
  background-color: #000000;
}
body .bg-dua {
  background-color: #383838;
}
body .bg-tiga {
  background-color: #f0f0f0;
}
body .bg-pattern {
  background-image: url(../img/template/background-pattern.png);
  background-size: 500px;
}
body .bg-bank {
  background-image: url(../img/bank/card-bank.png);
  background-size: cover;
}
body .bg-digital {
  background-image: url(../img/bank/card-digital.png);
  background-size: cover;
}
body .gallery {
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  position: relative;
}
body .gallery:hover {
  transform: scale(1.01);
  filter: grayscale(0.6);
}
body .shadow-1 {
  box-shadow: -1px 22px 27px -15px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 22px 27px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 22px 27px -15px rgba(0, 0, 0, 0.75);
}
body .shadow-2 {
  box-shadow: 2px 10px 10px -6px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 2px 10px 10px -6px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 2px 10px 10px -6px rgba(0, 0, 0, 0.44);
}

#welcome .slidewelcomeshow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#welcome .slidewelcome {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.1);
}

#slide-1 .container-fluid {
  height: 100vh;
  background-image: url(../img/template/background-smartphone.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#slide-1 .container-fluid .bunga-atas {
  width: 130px;
}
#slide-1 .container-fluid .bunga-tengah {
  width: 300px;
}
#slide-1 .container-fluid .bunga-bawah {
  width: 200px;
  z-index: 1;
}
#slide-1 .container-fluid .frame-atas {
  width: 250px;
}
#slide-1 .container-fluid .frame-bawah {
  width: 250px;
}

#slide-2 .container-fluid .img-fluid {
  width: 200px;
}
#slide-2 .container-fluid .bunga-samping {
  width: 180px;
}
#slide-2 .container-fluid .icon-circle {
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #383838;
  border-radius: 50%;
}

#slide-3 .container .row img {
  width: 250px;
}

#slide-4 .countdown {
  margin-top: -40px;
}
#slide-4 .countdown .col-2 {
  border-radius: 15px;
}
#slide-4 .container .content-1 {
  border-radius: 15px 50px;
}
#slide-4 .container .content-2 {
  border-radius: 50px 15px;
}

#slide-5 .container-fluid .container .row .img-fluid {
  width: 100px;
}

#slide-6 img {
  border-radius: 10px;
  width: 100%;
}

#slide-7 .container {
  border-radius: 15px;
}
#slide-7 .container .rounded-custome {
  border-radius: 15px;
}
#slide-7 .container h1 {
  margin-top: 150px;
}
#slide-7 .container .row .pesan {
  height: 400px;
}
#slide-7 .container .row .pesan #tampil {
  height: 400px;
  overflow: auto;
}
#slide-7 .container-fluid .row .bunga-atas {
  width: 250px;
}
#slide-7 .conversation {
  height: calc(100% - 12px);
  position: relative;
  z-index: 0;
}
#slide-7 .conversation .conversation-container {
  overflow-x: hidden;
}
#slide-7 .message {
  color: #000;
  clear: both;
  line-height: 18px;
  padding: 8px;
  position: relative;
  margin: 5px 0;
  max-width: 100%;
  word-wrap: break-word;
  z-index: -1;
}
#slide-7 .metadata {
  float: right;
  padding: 0 0 0 30px;
  position: relative;
  bottom: -4px;
}
#slide-7 .metadata .time {
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  display: inline-block;
}
#slide-7 .message.received {
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  float: left;
}
#slide-7 .message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

#slide-8 .container .rounded-custome {
  border-radius: 15px;
}
#slide-8 .container p {
  text-align: justify;
}

#slide-9 {
  padding-bottom: 100px;
}
#slide-9 .container {
  border-radius: 15px;
}
#slide-9 .container .card {
  height: 200px;
  border-radius: 15px;
}
#slide-9 .container .card img {
  width: 100px;
}

.footer {
  margin-top: -80px;
}
.footer .container {
  height: 270px;
}
.footer .container img {
  width: 180px;
}
.footer .container p {
  margin-top: -50px;
}
.footer .container a {
  color: #000;
  text-decoration: none;
}

@media (min-width: 768px) {
  #slide-1 .container-fluid {
    height: 100vh;
    background-image: url(../img/template/background-tablet.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #slide-1 .container-fluid .bunga-atas {
    width: 350px;
  }
  #slide-1 .container-fluid .bunga-tengah {
    width: 400px;
  }
  #slide-1 .container-fluid .bunga-bawah {
    width: 350px;
    z-index: 1;
  }
  #slide-1 .container-fluid .frame-atas {
    width: 400px;
  }
  #slide-1 .container-fluid .frame-bawah {
    width: 400px;
  }
  #slide-7 .container h1 {
    margin-top: 300px;
  }
  #slide-9 {
    padding-bottom: 100px;
  }
  .footer {
    margin-top: -150px;
  }
}
@media (min-width: 992px) {
  #slide-1 .container-fluid {
    height: 100vh;
    background-image: url(../img/template/background-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #slide-1 .container-fluid .bunga-atas {
    width: 300px;
  }
  #slide-1 .container-fluid .bunga-tengah {
    width: 400px;
  }
  #slide-1 .container-fluid .bunga-bawah {
    width: 300px;
    z-index: 1;
  }
  #slide-1 .container-fluid .frame-atas {
    width: 350px;
  }
  #slide-1 .container-fluid .frame-bawah {
    width: 350px;
  }
  #slide-8 #modal-content {
    width: 70%;
  }
  #slide-9 {
    padding-bottom: 250px;
  }
  .footer {
    margin-top: -270px;
  }
}/*# sourceMappingURL=style.css.map */