body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}
h3,
h4,
.font-weight-normal {
  font-weight: 400 !important;
}
.btn-square {
  width: 36px;
  height: 36px;
}
.btn-sm-square {
  width: 28px;
  height: 28px;
}
.btn-lg-square {
  width: 46px;
  height: 46px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
.container-fluid.nav-bar,
.nav-bar.container-sm,
.nav-bar.container-md,
.nav-bar.container-lg,
.nav-bar.container-xl {
  position: absolute;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .container-fluid.nav-bar,
  .nav-bar.container-sm,
  .nav-bar.container-md,
  .nav-bar.container-lg,
  .nav-bar.container-xl {
    position: relative;
    background: #33211d;
  }
}
h1.kopi {
  transition: 0.3s ease-in-out;
  color: #fffbf2;
}
h1.kopi:hover {
  transform: scale(1.1);
  color: #da9f5b;
}
.navbar-dark .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fffbf2;
  transition: 0.3s ease-in-out;
  border-bottom: 3px solid transparent;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active {
  color: #da9f5b;
  border-bottom: 3px solid #da9f5b;
}
.overlay-top::before,
.overlay-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  left: 0;
  z-index: 1;
}
.overlay-top::before {
  top: -1px;
  background: url(../img/overlay-top.png);
}
.overlay-bottom::after {
  bottom: -1px;
  background: url(../img/overlay-bottom.png);
}
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 33, 29, 0.5);
  z-index: 1;
}
.section-title {
  position: relative;
  padding: 115px 0 35px 0;
  text-align: center;
}
.section-title::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100px;
  top: 0;
  left: 50%;
  margin-left: 1px;
  background: #da9f5b;
}
.service-icon {
  margin-right: 15px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  color: #33211d;
  background: #da9f5b;
}
.menu-price {
  position: absolute;
  margin: 0;
  top: -5px;
  right: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  color: #33211d;
  background: #da9f5b;
}
.contact-form .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reservation,
.page-header,
.offer,
.footer {
  background: linear-gradient(rgba(51, 33, 29, 0.9), rgba(51, 33, 29, 0.9), url(../img//bg.jpg));
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
