html {
  scroll-behavior: smooth;
}

.navbar-nav .active{
  color: #e79cc2 !important;
}

.nav-link{
  margin-left: 15px;
}

.navbar-brand{
  font-family: 'Crafty Girls', cursive;
}

.mt-10{
  margin-top: 9rem !important;
}

.mt-7{
  margin-top: 5rem !important;
}

.display-4{
  font-family: 'Crafty Girls', cursive;
}

.hias{
  font-family: 'Crafty Girls', cursive;
}

.jumbotron .container{
  color: white !important;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 99
}

.jumbotron{
  background-size: cover;
  height: auto;
  position: relative;
}

.jumbotron::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  bottom: 0;
}

.py-10 {
  padding-top: 5rem !important; 
  padding-bottom: 5rem !important; 
}

.waktumundur{
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.waktumundurtext{
  color: white;
}

.bg-bikin{
  background-color: rgba(246,190,214,0.77) !important;
}

.card:hover{
  -webkit-box-shadow: 0px 0px 40px 0px rgba(246,190,214,0.66);
  -moz-box-shadow: 0px 0px 40px 0px rgba(246,190,214,0.66);
  box-shadow: 0px 0px 40px 0px rgba(246,190,214,0.66);
}

.card2{
  border-color: #f6bed6;
  border-radius: 50px 50px 0px 50px;
  -moz-border-radius: 50px 50px 0px 50px;
  -webkit-border-radius: 50px 50px 0px 50px;
}

.card1{
  border-color: #f6bed6;
  border-radius: 50px 50px 50px 0px;
  -moz-border-radius: 50px 50px 50px 0px;
  -webkit-border-radius: 50px 50px 50px 0px;
}

.sector {
  padding: 0 18px;
  background-color: #f9ece7;
  color: #343a40;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  transition: max-height 0.2s ease-out;
}

.galeri:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.btn-primary{
  background-color: #f6bed6;
  border: 0px;
}

.btn-primary:hover{
  background-color: #e79cc2;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; 
}

.potong{
  clip-path: circle(60px);
  width: 150px;
  height: 150px;
}

.card-header{
  background-color: #f6bed6;
  
}